-
Re: X Sell
Hello Steve,
2 Questions: have you seen the following errors before and do you know what they mean?
-------------------------------------------------------------------------------------------------------------
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/dvhome/public_html/mGaBASTA6a4TY2010/xsell.php on line 180
And--------------------------
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/dvhome/public_html/mGaBASTA6a4TY2010/xsell.php on line 266
-
Re: X Sell
Hello Steve,
I finally got the Cross Sell to work properly. The problem was in 2 files. One, the filenames.php and the other one was in the database_tables.php. Some how the following was inserted there and was creating the errors.
// XSell
define('FILENAME_XSELL_PRODUCTS', 'xsell.php');
I found it via developer tool kit comparing with another website using Zen Cart and having the Cross Sell working right. Any how, I thougth you may want to know just in case someone else has the same problem. It took a while but now its working.
Again, thanks for trying.