Re: Cross Sell Advanced [Support Thread]
Quote:
Originally Posted by
traci
SavaTom, I have run into the same problem you had. I am getting the error message - 1062:Duplicate entry 'MIN_DISPLAY_XSELL' for key 2 :: etc...
Sorry for being so slow to a response. Problem is most likely you have (or in the past had) another XSELL module installed. The fix is generally to remove the other module (or older version of this module) before trying to install the current version of this module.
Alternately one could try to remove the old configuration key from the database manually, but one may run into additional issues unless the old module (database entries and files) are removed (and any modified files have the changes reverted).
Removing the configuration key (SQL - assumes no db_prefix in configure.php):
Code:
DELETE FROM `configuration` WHERE `configuration_key`='MIN_DISPLAY_XSELL';
Re: Cross Sell Advanced [Support Thread]
Hmmmmmmm.. I'll have to take a looksee at the readme and make adjustments accordingly..
Re: Cross Sell Advanced [Support Thread]
Is this mod suitable for use on version 1.3.9h ? (Not upgrading site to 1.5.x) - if not is there a similar mod that is suitable for 1.3.9h?
thanks, Mike
Re: Cross Sell Advanced [Support Thread]
Dunno.. Didn't test this with v1.3.9 when I updated this because v1.3.x versions are no longer officially supported.. If you have a dev store, you can install and test..
Re: Cross Sell Advanced [Support Thread]
Hello Diva,
I am looking for something similar to work in the cart - wrote the following earlier based on cart before I read the mod readme and see it relates to product pages - do you know of anything that can do the following?
- with this mod can I add a single product, the same item every time, to the cart for any and every product a customer may add to the cart. Example is I sell Pendants - I want to suggest a Chain (a specific item#) with every Pendant put in the cart - is there a way to say 'add this as cross sell item to every product' without laboriously adding every product to the one I want to cross sell or vice versa (there are hundreds of Pendants).
cheers,
Mike
Re: Cross Sell Advanced [Support Thread]
Quote:
Originally Posted by
shags38
Hello Diva,
I am looking for something similar to work in the cart - wrote the following earlier based on cart before I read the mod readme and see it relates to product pages - do you know of anything that can do the following?
- with this mod can I add a single product, the same item every time, to the cart for any and every product a customer may add to the cart. Example is I sell Pendants - I want to suggest a Chain (a specific item#) with every Pendant put in the cart - is there a way to say 'add this as cross sell item to every product' without laboriously adding every product to the one I want to cross sell or vice versa (there are hundreds of Pendants).
cheers,
Mike
No.. I'm afraid that I do not know of a module that works as you describe.. You could always have someone re-engineer one of the cross sell modules to work as you require..
Re: Cross Sell Advanced [Support Thread]
New to Zen Cart (v1.5.4) and just installed Cross Sell Advanced plugin .. not sure it is working ??? Is there a place to enable the plugin. I have found in the Categories drop-down: "Cross-Sell (X-Sell) Admin, Cross Sell (X-Sell) Advanced Admin" ; however after entering product numbers show up on admin but not on live site pages... did I miss running an install script ?
Any direction would be helpful, as I said, new to zen cart.
Thank, H
Re: Cross Sell Advanced [Support Thread]
My Image Handler has stopped working after installing this module.
Sequence of events:
Add new product
Add attributes
Add cross sell
Image Handler stopped working
Re: Cross Sell Advanced [Support Thread]
ZC 1.5.4 fresh install using installation on Camelot.
Plugins added in sequence:
Image Handler 4
Easy Populate (not using)
Cross Sell Adv.
Quote:
Originally Posted by
Parafanaylya
My Image Handler has stopped working after installing this module.
Sequence of events:
Add new product
Add attributes
Add cross sell
Image Handler stopped working
Cross-sell is not displaying, but accepting products in the cross sell UI.
website under construction
Re: Cross Sell Advanced [Support Thread]
Quote:
Originally Posted by
K_C_Enterprises
New to Zen Cart (v1.5.4) and just installed Cross Sell Advanced plugin .. not sure it is working ??? Is there a place to enable the plugin. I have found in the Categories drop-down: "Cross-Sell (X-Sell) Admin, Cross Sell (X-Sell) Advanced Admin" ; however after entering product numbers show up on admin but not on live site pages... did I miss running an install script ?
Any direction would be helpful, as I said, new to zen cart.
Thank, H
Quote:
Originally Posted by
Parafanaylya
ZC 1.5.4 fresh install using installation on Camelot.
Plugins added in sequence:
Image Handler 4
Easy Populate (not using)
Cross Sell Adv.
Cross-sell is not displaying, but accepting products in the cross sell UI.
website under construction
I'd say you both missed part of the install.. namely the template files which add the cross sell display to the product information page..