Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

LazyP

Archived
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Real Name
    Patrik Rydberg

LazyP's Achievements

  1. yes. I got it too. Apparently the affiliate doesn't seem to play well with newer versions of mysql I think. If you go into phpmyadmin (or whatever) and inserts one bogus row in the database table in question it starts working fine.
  2. Thanks alot Ralph Your solution above seems to work fine with one small exception. In the large code replacement above you have to change the line while ($products_options = tep_db_fetch_array($products_options_query)) with while ($products_options = tep_db_fetch_array($products_options)) I'm still not finished with all files in admin, I'll write back here if there are any problems.
  3. I tried to do this yesterday but ran into trouble. How to combine the /catalog/product_info.php is not very clear. If anyone has this file with QTpro and Attributes sorter and copier and is willing to share this I'd be very happy
  4. Anyone who have installed the contribution above together with QTPRO? Any problems or things you should think about when doing this?
  5. for general use, change : b.language_id = 2 to b.language_id = $languages_id on all occassions in xsell_procucts.php Also I've made another modification which might be useful for some people. To sort the products according to product name instead of product id change the following ORDER BY a.products_id to ORDER BY b.products_name on all occasions in xsell_procucts.php
  6. I found my problem.... In the contribution it says: b.language_id=2 but I don't have any language with id=2. I changed it to 1 and now everything works fine
  7. I got exactly the same problem as Alane. But besides this issue everything is working great.
×
×
  • Create New...