Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

oxwivi

Pioneers
  • Posts

    251
  • Joined

  • Last visited

Everything posted by oxwivi

  1. Hi, forgive me but I've not combed through the previous posts to see if my question has been answered already. But can you please confirm that this addon is compatible with the products and the images I've already uploaded?
  2. I started using osC with 2.3.1 and require the usage of this addon, Minimum Product Quantity with Admin, made for osC 2.2. Downloading the addons gives only a text file with the codes and instructions to add to osC - I've made it available on Pastebin.com. Since I don't know how the structure of osC have changed since 2.2, I've no idea how to go about it. Please guide me.
  3. I created some product attriubutes, and corresponding columns appeared on the exported CSV. But how do I use them?
  4. Setting large images support in easypopulate.php to true doesn't make any difference either: //**** Large Images osc 2.3.1 Supportg **** define ('EP_PRODUCTS_IMAGES', true); // default is false define ('EP_PRODUCTS_IMAGES_MAX', 6); // default is 6, maximum number of columns I still get only one column dedicated to the thumbnail, with no mention of other images anywhere. By the way, why do we need to define category image for every product? Kinda stupid. Empty cell for no changes would be great.
  5. How do I add more than one image to a product? The exported file contains no reference to the 'larger image' added to a product using the regular way. The only references to more images to add in the documentation is the Additional Images Contribution, something for osC 2.2 I believe. Can we make it work for the now-built in ability to show more images per product?
  6. I'm doing everything according to the docs. And in the example given (as quoted in my last post), the indentation of the existing lines and the lines I am to add was different, hence the confusion. But examining the file to edit, I understood how it should be. Thanks for the pointers.
  7. Ah! The original addon page was updated recently (and showed up at top of the search), so I assumed it's compatible with 2.3.1. Good thing I only uploaded the files and not modify anything.
  8. By the way, I'm guessing I won't need to do steps #4 and #5 since I'm using osC 2.3.1.
  9. Just uploaded EP files, and now following rest of the installation instructions. I don't understand how the line in STEP #3 fits in the file: The relevant lines in the my catalog.php looks like this: array( 'code' => FILENAME_PRODUCTS_ATTRIBUTES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES, 'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES) ), Do I simply do this? array( 'code' => FILENAME_PRODUCTS_ATTRIBUTES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES, 'Easy Populate' . 'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES) ), I don't think it fits into the array pattern or whatever it's called.
  10. I posted a reply on the thread you mentioned - can you please confirm that you enabled Express Checkout?
  11. I would like to use Express Checkout, and therefore interested in this topic. Can you all confirm that you enabled Express Checkout? On the API access page, there's grant API permissions, request API credentials and, separately, enable Express Checkout. None of you mentioned doing this step.
  12. Okay, then that's fine. One last thing - my index.php is one provided by the addon Modular Front Page. I successfully found where to make edits except for the last one. FIND (Around line 286) <?php } include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ADD BENEATH: // <!--- BEGIN Header Tags SEO Social Bookmarks --> if (HEADER_TAGS_DISPLAY_SOCIAL_BOOKMARKS == 'true') { include(DIR_WS_MODULES . 'header_tags_social_bookmarks.php'); } // <!--- END Header Tags SEO Social Bookmarks --> The lines I had to find were missing. Is it important? I can pastebin my whole index.php if you require.
  13. I'm sorry to have troubled you with my own borked interpretations. Do I need to watch for conflicts with only catalog_for_new_shop_only_2.3 or are the ones in catalog are susceptible as well?
  14. Wait, so you mean I'm the one who misunderstood something again? I needed to upload the files in both catalog and catalog_for_new_shop_only_2.3?
  15. Ahoy, a new osC user 'ere! Installed HTSEO 3.2.6 (new shop) on osC 2.3. The website is more or less accessible, but trying to access /admin/ or anything under it, I get: I do not know any programming beyond basic HTML, but I think this is the culprit: In admin/includes/function/general.php before the last ?>, ADD: /*** Begin Header Tags SEO ***/ require('includes/functions/header_tags_general.php'); /*** End Header Tags SEO ***/ catalog_for_new_shop_only_2.3 did not include the aforementioned header_tags_general.php. Had to copy from catalog directory. After placing this file, and finally logging into /admin/ this error greets me: This time, the boxes directory itself is missing from catalog_for_new_shop_only_2.3. I, once again, throw myself into the category folder to find the missing file. Now that it's dealt with, it's working fine. Please fix your catalog_for_new_shop_only_2.3 directory in the package. It would be a cruel joke if the missing files are intentional when you clearly mention:
×
×
  • Create New...