Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FlorinRO

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Everything posted by FlorinRO

  1. I've just installed version 2_7_3 (3 Jun 2010) and no luck, it acts like with version 2_7_3. In gives me the "ok" mesage: Sort Order Successfully Update For Cross Sell Product #165 but it doesn't insert any rows in the products_xsell table. If i manualy insert values in the table then it will display the cross-linked products. I can create new products so there is no problem with the database writing permision. I've then installed version 2_7_2 (7 Apr 2010) and it works corectly! Somebody should modify the contribution 2_7_3 zip's or at least should post a mesage until they manage to get it to work corectly. Thank you for your help.
  2. Hello, I've just install version 2_7_3. When i cross-sell products in Admin->Catalog/Cross Sell Products i only get the message: "Sort Order Successfully Update For Cross Sell Product #166", but there are no inputs in the database. If i manualy input records in the database table, the contribution works. I'm thinking the problem is in Catalog/Admin/xsell.php, but i need help to identify it. All the files are exactly like in the addon archive. The only modification is: Find in catalog\product_info.php something like that: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_xsell_products(3600); //added for Xsell echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS); //added for Xsell include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } and REPLACE with if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS); //added for Xsell
  3. Yep, it is! :lol: At least i got it to work, and less is better than nothing ;)
  4. Yep, i had it twice and it was the problem. I've retested using echo tep_draw_checkbox_field('instock', 1, false, 'onClick="this.form.submit()"') . HEADER_INSTOCK . '<BR>' . "\n"; instead of echo tep_draw_checkbox_field('instock', 1, false, 'onClick="this.form.submit()"') . HEADER_INSTOCK . '</form></td>' . "\n"; (as it apears in the addon files) and IT WORKED! I must of written something wrong in the code last night because all it did was to mess out the layout.. Thank you very much mdtaylorlrim! LE: If i click on a category it doesn't display the filter, it will only show up if i select to show only a manufacturer, it won't show up if i select all manufacturers. Can this be easily changed? Maybe the autor of the addon reads this post and modifies the files posted in the addon.
  5. Hello, The only signifiant difference is: you have: // begin isstock echo tep_draw_checkbox_field('instock', 1, false, 'onclick="this.form.submit()"') . HEADER_INSTOCK . '<BR>' . "\n"; // end isstock i have: echo tep_draw_checkbox_field('instock', 1, false, 'onClick="this.form.submit()"') . HEADER_INSTOCK . '</form></td>' . "\n"; If i change my code to '<BR>' it messes up the layout, nothing else. The rest of the code is the same except for the SEO part. The problem is it doesn't show the "instock" filter, i can't find it anywhere. Thanks for your help.
  6. Onestly, i could't find in my files all the code that was indicated in the instructions (some pieces where a little bit different), i supose the addon was made for another version of OSC... Do you remember what changes had you made to the code to make it work?
  7. Hello, I need an "In stock" filter, i have tried this one: http://www.oscommerce.com/community/contributions,2805/page,2 but it doesn't work. I have Os Commerce v2.2 RC2 with KissMT Dynamic SEO Meta & Canonical Header Tags (http://addons.oscommerce.com/info/7199) and an "Multi Image" addon. Thank you.
×
×
  • Create New...