![]()
it would be more advanced if these mod can show the images of the cross sell items just after we opt to EDIT any of the current cross-sells products!
![]()
it would be more advanced if these mod can show the images of the cross sell items just after we opt to EDIT any of the current cross-sells products!
[FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT][FONT=Comic Sans MS]GOOD LUCK !!![/FONT]
Say, what would be the point of having both X-sells on at the same time?
yeah, you're right!Originally Posted by Phid
![]()
[FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT][FONT=Comic Sans MS]GOOD LUCK !!![/FONT]
The current installation package attached to this thread installs both xsells. I agree it may seem redundant, but I figured there is no harm, and someone might find use for both. Personally, I felt the navigation system for the original was terrible which was why I never used it.
Showing the images when the edit button is hit would be a good addition to this.
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/poison67/public_html/idiame/shoppingcart/admin/xsell.php on line 266
i get this on cross sell screen...every item
help..... thanx
I get this error after installing the contrib:
1146 Table 'testbase.table_products_xsell' doesn't exist
in:
[select p.products_id, p.products_model, pd.products_name, count(p.products_id) as xsells from products p, products_description pd, TABLE_PRODUCTS_XSELL px where p.products_id = pd.products_id and p.products_id = px.products_id and pd.language_id ='1' group by p.products_id]
Fresh 1.3.5 install, No additional Mod's..no modifications
Database created succesful, i checked, is there....
pivey, sounds like you're missing the file that contains the define() statement for TABLE_PRODUCTS_XSELL, which likely looks like this:
define('TABLE_PRODUCTS_XSELL', 'products_xsell');
and should be in the extra_datafiles folder in the contribution's files
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I personally need both because some of my items have the same model number. The item titles are different though. But since Cross Sell Advanced looks the item up by model number, some of my products do not show up because there are several with the same model number. Had I known about Cross Sell Advanced from the beginning, I would've made sure they all had different model numbers because now I have to bounce back and forth between the regular version and the advanced version.
![]()
Thanks a lot for this contribution![]()
I would like to have add to cart buttons on the cross sell products though, and I am wondering if somebody already has done that (hoping to save me some time ;-) ).