Re: Just another Cross-Sell mod (support thread)
Hi All,
I have column grid layout installed and advanced cross sell in which i just noticed that if im only cross selling one item with another the title basically speads itself out....
Here is a link: http://www.truwater.com.au/index.php...products_id=93
Above is an example of what its doing.....
I basically want it to match my homepage so if their is only one item it sits in a generic sized box centered..... Is this possible?
The other thing is the spacing between the top and bottom of the picture how can i fix this?
Thanks
Re: Just another Cross-Sell mod (support thread)
Many thanks to yellow1912 for all his hard work on this module which is fantastic addition to ZC. Just a thought for a future version - would it be possible to list all products without a cross sell?
Re: Just another Cross-Sell mod (support thread)
Hi,
First of all a head up (in case you are not aware) the .jpeg example at the start of the thread, if clicked in FF gives an invalid security cert and wont display.
Can I ask- which v is most up to date of this addon to install, is it the one on this page
PHP Code:
http://www.zen-cart.com/forum/showthread.php?t=73087&page=41
Or the one from the zen cart download area?
Many Thanks
Re: Just another Cross-Sell mod (support thread)
Hello,
I cannot access moudle manager1.5 page after I installed cross sell rev185.
It shows http 500 error.
I also tried module manager 1.6. It's the same problem.
Please kindly help me!
Regards
Re: Just another Cross-Sell mod (support thread)
I have a similar issue, cant get module manager working to even start the install of cross sell.
Re: Just another Cross-Sell mod (support thread)
Couple of issues I've found.
I installed the module manager, then the latest version of Just Another Cross Sell Module. The module manager threw errors until I replaced all of the yclass files with the ones from the module manager. The ones from Cross Sell break it.
Under products, I have both Advanced Cross Sell and regular Cross Sell. Regular Cross Sell goes to a page cannot be found.
Trying to put two product codes in and then select one way, it says I have to pick a master product ID. Nothing I've tried lets me use the "one way" feature.
Re: Just another Cross-Sell mod (support thread)
I just realized that my one way cross sell doesn't work because, apparently, there is a second box that is supposed to show up via javascript. Is this true? If so, I get a javascript error on the page and nothing shows up. Anyone else have this issue?
Re: Just another Cross-Sell mod (support thread)
Hi Yellow1912, looking forward to trying this great Mod on our site. I am having a couple of problems.
One issue in admin......the configs for setting model/ID, random sort, and separator are non existent; http://clip2net.com/page/m0/887473
Am I missing something?
I have checked everything I could find in the forums and haven't seen any other mention of this.
On the store side, I entered (one way) A above and C,D below and only C showed...seems I need to enter xsell products one at a time, multiple entry is not working. The items do show up on the info page and look good...also delete with no problems.
As a non-1-way entry, the mod does not recognize my multiple entries (Warning Please input at least 2 products ids/models to cross-sell) ...maybe related to the separator option being missing?
I have downloaded the mod files from 2 different sources, ZC mods and rubikintegration and compared, ZC version did not have the js file, but otherwise seem okay.Installed Mod Mgr and followed directions, loaded sql files and then the folders and made edits to files as required. The load went fine with no errors.
I appreciate your advice in advance,
Robert Tucker, misasfashioncafe.com
Re: Just another Cross-Sell mod (support thread)
Quote:
Originally Posted by
studiotucker
Hi Yellow1912, looking forward to trying this great Mod on our site. I am having a couple of problems.
One issue in admin......the configs for setting model/ID, random sort, and separator are non existent;
http://clip2net.com/page/m0/887473
Am I missing something?
I have checked everything I could find in the forums and haven't seen any other mention of this.
On the store side, I entered (one way) A above and C,D below and only C showed...seems I need to enter xsell products one at a time, multiple entry is not working. The items do show up on the info page and look good...also delete with no problems.
As a non-1-way entry, the mod does not recognize my multiple entries (
Warning Please input at least 2 products ids/models to cross-sell) ...maybe related to the separator option being missing?
I have downloaded the mod files from 2 different sources, ZC mods and rubikintegration and compared, ZC version did not have the js file, but otherwise seem okay.Installed Mod Mgr and followed directions, loaded sql files and then the folders and made edits to files as required. The load went fine with no errors.
I appreciate your advice in advance,
Robert Tucker, misasfashioncafe.com
Get this as see if this helps:
http://www.zen-cart.com/forum/attach...8&d=1222119543
Re: Just another Cross-Sell mod (support thread)
i am having similar problems, and have tried your newest version, provided in your last post. there did seem to be some new files in admin, that were not in the previous download but i am still getting these errors:
i am getting this error on the products page:
Quote:
1146 Table 'customk1_zc1.zen_products_xsell' doesn't exist
in:
[select distinct p.products_id, p.products_image, pd.products_name from zen_products_xsell xp, zen_products p, zen_products_description pd where xp.products_id = '9' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit 6]
also, in the admin, i am seeing the option for:
advanced cross sell (x-sell) admin
and
cross sell products
but on selecting cross sell products i get a similar error:
Quote:
The requested URL /catalogzen/admin/xsell.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I do NOT have this xsell.php file in admin, nor was it in the downloaded zip... only the xsell_advanced.php...
lastly, if i try to insert a product into the advanced cross sell mod in admin, i receive the same error as studiotucker:
Quote:
Warning Please input at least 2 products ids/models to cross-sell
i hope that this issue is just a case of a missing file?
thanks for all your help.