ok, well, now i get a problem with my login to the the admin portal.
i get this msgs on my admin site: Error: The Multi Cross Sell Admin Page is already registered in the Catalog Menu.
and there's nothing else on that screen. i cant log in cuz there's no login box....only that msg above...plz help...
![]()
The Multi X-Sell module is causing wrong items to be placed in my cart. I have run several tests removing and re-adding various parts of tpl_product_info_display.php from my custom page, and I even tried going all the way back to an original 1.5.1 file and adding the multi x-sell code to it. In every case, the wrong items are going into the cart when the x-sell code is in the file. Everything works fine when I take the code out.
The site is http://www.fantasycostume.net but the x-sell code is currently removed from tpl_product_info_display.php to make the site function properly. Here is a copy of tpl_product_info_display.php the way I am trying to run it:
tpl_product_info_display.zip
Thanks,
MRusty
Hi I have just downloaded the multi sell mod and followed the instructions, all files are uploaded and changed to my admin folder name, it registers and gives me the install button but it just say WARNING: An Error occurred, please refresh the page and try again. this is a new install on a new website no other multi sell versions or mods installed, I am setting this up locally using xammp until the site is finished so any help would be greatly apreciated, i have un registered it and removed all the files and re added them a number of times now with no luck.
Has anyone come up with a way of having check boxes on the cross sold items to allow a one click add to cart of the main product and all other items?
Thanks
Phil
Phil Rogers
A problem shared is a problem solved.
Before I start I wanted to thank you for your contribution.
Running Zen Cart 1.5.1
I installed the “multi_cross_sell_v1.03” plug-in without any problems. This is a fresh install without any prior similar plug-ins.
I placed the above php code before "/form"PHP Code:
<!-- BEG: Multi Cross-Sell mod -->
<?php
// THIS CODE WOULD BE ADDED INTO YOUR TPL_PRODUCT_INFO_DISPLAY.PHP WHEREVER YOU WANT TO DISPLAY ALL THE CROSS_SELL BOXES:
if(defined('MXSELL_ENABLED') && MXSELL_ENABLED == 'true') {
for ( $mxsell = 1; $mxsell <= MXSELL_NUM_OF_TABLES; $mxsell++ ) { // show all cross sells
require($template->get_template_dir('tpl_modules_multi_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_multi_xsell_products.php');
}
}
?>
<!-- END: Multi Cross-Sell mod -->
I created 4 products, 1 main product called “PRODUCT A” and 3 parts called “Part 1”, “Part 2” & “Part 3”as follow:
ID for “PRODUCT A” is 24
ID for “Part 1” is 25
ID for “Part 2” is 26
ID for “Part 3” is 27
Under admin/catalogue/Multi Cross Sell, I created a new cross sell as follow:
Under admin/configuration/Multi Cross Settings, my setup is as follow:
When I select “PRODUCT A” I see the following under the “product_info” page
So far so everything is OK.
Question 1) Why is it when I select, add to cart, in the above scenario, “Part 2” gets added to the cart instead of “PRODUCT A”? I have tried this many times on different products and it seems to add the first product on the left from the “Suggested Matching Items…”! What have done wrong? What am I doing wrong?
Question 2) Is there any way to code in and get a “Quantity Box” instead of “Buy Now” button on the product_info_display page only, so the customer could have the choice of picking the quantities of the items he needs to the cart from this page, instead of going back and forth to add related products?
Last edited by Kevin205; 17 Jan 2013 at 04:44 AM.
Using Zen Cart 1.5.1
Bookmarks