Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fishy

Archived
  • Posts

    93
  • Joined

  • Last visited

Everything posted by fishy

  1. having a heck of a time of making sure the slave products only show on the master pages and i'm using easy populate: using 2 easy_populate sheets to upload data: 1 master and 1 slave. here's a stripped down version of each: master easy populate sheet: v_products_model v_products_name_1 v_products_master v_products_master_status v_products_listing_status model1 Type A Printer 0 1 1 slave easy populate sheet: v_products_model v_products_name_1 v_products_master v_products_master_status v_products_listing_status part-1 Type A Printer 1 0 0 part-2 Type A Printer 1 0 0 part-3 Type A Printer 1 0 0 part-4 Type A Printer 1 0 0 i've sliced and diced all possible options to try and ensure that the slaves do not show on the Manufacturer page for Type A Printer, but to no avail. The slaves do show on the master page in my desired format. any help on how to limit the slaves' display to only the masters' pages, would be great. best,
  2. th - i don't have any other colums in products so no empirical knowledge to share regarding your prob. i'd be curious to hear your solution though. best,
  3. cdr, no doubt. the products table needs to be changed as well as the code in easypopulate.php as mentioned in my earlier post - thanks.
  4. for what it's worth: the following is defined in easypopulate.php global $modelsize; // $modelsize = 15; --> set by default $modelsize = 255; --> changed it to this. so between adjusting the product.products_model & order_products.products_model to varchar(255) and the above variable initialization/adjustment, all is now well in my easy populate world. thanks to those that created & maintain(ed) this rocking contribution. best.
  5. oops, didn't mean to cross post. my issue belong here, sorry. I'm using Easy Populate to upload my products and I'm receiving an error that the products.products_model is varchar(15) and need to increase its size. I've changed products.products_model to varchar(255) and I'm still receiving the error. Apparantly I'm missing something. Any suggestions would be great. best.
×
×
  • Create New...