Page 37 of 48 FirstFirst ... 27353637383947 ... LastLast
Results 361 to 370 of 476
  1. #361
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by nesum18 View Post
    I go to the Catalog > Multi Cross Sell
    When I click on 'Install' I get the following message: WARNING: An Error occurred, please refresh the page and try again.

    Can anyone help me please
    Please look at the 3 posts prior to yours ......

  2. #362
    Join Date
    Jun 2012
    Posts
    50
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    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...

  3. #363
    Join Date
    Mar 2007
    Location
    Oregon
    Posts
    152
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    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

  4. #364
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by masterrusty View Post
    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
    Take a look at the sample file in the mod and compare to yours.
    The </form> close needs to be moved from the end of file to just before where you have added the multi cross sell code.

  5. #365
    Join Date
    Jan 2013
    Posts
    1
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    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.

  6. #366
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by laughton_papworth View Post
    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.
    Bug.. You need to apply a bug fix shown in post 291

  7. #367
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    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.

  8. #368
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by bigduffeye View Post
    thanks gilby - i get what you are saying, but i really do need 50 different cross sell tables, each furniture set can only have items from its own specific set in the cross sell.

    see here
    http://www.wearebeds.com/catalog/ind...roducts_id=275
    and then we need a new cross sell for a different furniture set like this
    http://www.wearebeds.com/catalog/ind...roducts_id=265

    but you solved my problem anyway! thanks a lot!
    Wow. How did you get your site to show the cross sell products with check boxes and automatic cart updates? I would love to know how you did it! I would really appreciate your feed back. Thank you.
    Using Zen Cart 1.5.1

  9. #369
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    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.

    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 placed the above php code before "/form"

    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:
    Click image for larger version. 

Name:	Zen_0013.jpg 
Views:	41 
Size:	6.5 KB 
ID:	11781

    Under admin/configuration/Multi Cross Settings, my setup is as follow:
    Click image for larger version. 

Name:	Zen_0014.jpg 
Views:	42 
Size:	19.2 KB 
ID:	11782

    When I select “PRODUCT A” I see the following under the “product_info” page
    Click image for larger version. 

Name:	Zen_0012.jpg 
Views:	50 
Size:	20.9 KB 
ID:	11780


    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

  10. #370
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by Kevin205 View Post
    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?
    You need to move the </form> as well.
    See post 364

    Quote Originally Posted by Kevin205 View Post
    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?
    Could be done (but hasn't as I didn't require it)

 

 
Page 37 of 48 FirstFirst ... 27353637383947 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 162
    Last Post: 28 Jan 2025, 01:37 PM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Just another Cross-Sell mod (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 702
    Last Post: 3 Nov 2012, 04:30 AM
  4. Multi cross sell mod
    By bonsey61 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Oct 2010, 08:12 PM
  5. support for Cart Upsell/Cross Sell Mod
    By wagnerguy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 May 2009, 01:18 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR