Sorry about that.. I re-read the posts on this and I have it working fine with the globals closed. So please ignore my post.
Sorry about that.. I re-read the posts on this and I have it working fine with the globals closed. So please ignore my post.
This one was easy... line 149 admin/xsell.php change to -
order by pd.products_name asc';
I'm having difficulty getting the cross sell products to appear in two columns. No matter what I seem to do, they just keep returning in a single column. I am using Zen_cart 1.36.
I tried to modify the xsell_products.php file, but can't seem to figure out how to get more than 1 column.
It's probably a simple thing, but I'm stumped.
Any help would be appreciated.
Thanks,
NurseryGuy
Is there any way to cross-sell by category? This module is very time consuming as you need to add each product to each product individually...
There is a module called Better Together that is pretty impressive, although I don't know off-hand if you can cross sell by category. You can cross-sell and give a discount. (2nd one 50% off, for example) However, the associations must be hard coded and the logic is such that it gave me a headache, so I gave up and went with this mod. I've decided that I'll just start inputting the associations as I enter new products. That in conjunction with doing some of the most obvious in my store all at once will make for a complete package in time.
Last edited by MeltDown; 30 Apr 2007 at 08:53 PM. Reason: gran mal seizure (or something to that effect that really screwed up my typing)
I sell computer hardware so for example, if someone is buying a cpu/processor, I want it to automatically cross-sell all products from the cpu fans category. Or all X2 processors when displaying an AM2 motherboard, etc.
The thing about this module that makes it difficult is that you have to navigate through all your product listings to add each product to the cross sell...
Hello,
I want to implement the Cross Sell for the latest version of Zen Cart 1.3.7.
When I try to install the availabe Cross Sell, which is for version 1.3.1.
I get the following error:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'true','false'), ', now())' at line 1
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Cross-Sell - Display prices?', 'XSELL_DISPLAY_PRICE', 'false', 'Cross-Sell -- Do you want to display the product prices too?
Default: false', 18, 72, 'zen_cfg_select_option(array('true','false'), ', now());]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Can anyone help me in this matter?
I really need to implement this. Any help would be appreciated.
Thanks in advance.
I'm getting the same error as Kedar, has this been resolved?
Jacque
Just knowledgeable enough to be dangerous.
Figured it out, used copy/past.
Just knowledgeable enough to be dangerous.