Page 9 of 24 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 240
  1. #81
    Join Date
    Mar 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    I found a BIG BUG in ultimate_cross_sells addons.....
    In my product info display , when I click "Add to Cart" button, another product which is "up sell" product is added to the cart,.



    the only thing I can do is to set "Upsell - Display Buy Now Button / More Info Link?" to false.


    How can I fix it? Thanks !

  2. #82
    Join Date
    Mar 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by snowdance125 View Post
    I found a BIG BUG in ultimate_cross_sells addons.....
    In my product info display , when I click "Add to Cart" button, another product which is "up sell" product is added to the cart,.



    the only thing I can do is to set "Upsell - Display Buy Now Button / More Info Link?" to false.


    How can I fix it? Thanks !
    I'm sure I would have found the problem. The PHP code must be below the tag "</form> ",
    just like this
    <!-- bof Ultimate Cross Sell Combo -->
    <?php
    require($template->get_template_dir('tpl_modules_ultimate_cross_sells.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_ultimate_cross_sells.php');
    ?>
    <!-- bof Ultimate Cross Sell Combo -->

    However , I move the code below the code "<!--eof free ship icon -->" , How can I fix it? Thanks a lot.

  3. #83
    Join Date
    Jun 2008
    Location
    Osprey, Florida
    Posts
    151
    Plugin Contributions
    14

    Default Re: Ultimate Cross Sell for Zen Cart

    A link to the website would prove to be helpful in order to see the source code however, I will assume that the problem you are experiencing is due to inserting a form between another form in the html.

    Let's take tpl_product_info_display.php for example. When you add an additional form above the code
    PHP Code:
    <!--bof Form close-->
    </
    form>
    <!--
    bof Form close--> 
    found on lines 236 to 238, a conflict in the html is created since the two forms will utilize the same id.

    What I normally do when modifying the file tpl_product_info_display.php is move the following
    PHP Code:
    <!--bof Form start-->
    <?php echo zen_draw_form('cart_quantity'zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'$request_type), 'post''enctype="multipart/form-data"') . "\n"?>
    <!--eof Form start-->
    found on lines 18 to 20 to immediately above
    PHP Code:
    <!--bof Add to Cart Box --> 
    found on line 88 and also move the code
    PHP Code:
    <!--bof Form close-->
    </
    form>
    <!--
    bof Form close--> 
    immediately below
    PHP Code:
    <!--eof Quantity Discounts table --> 
    found on line 155.

    In this manner, any cross sell form within your html will have its unique id as well as the Add to Cart form for the main product.

  4. #84
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Is there a way to fix random products to being shown on the checkout page? I have set the programs in the admin area, but the products I linked are not being showed.

  5. #85
    Join Date
    Dec 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by kamelion0927 View Post
    My fault - I didn't read your question in it's entirety. I looked through the mod and it didn't look like there was a way to specify which mod goes first on the product page (although, I am not a coder so I probably overlooked something). Hopefully the person who put this together will get some free time and be able to answer your question.
    Thank you for your reply. much appreciated.

    I'll have to wait and see if i get an answer in the near future.

  6. #86
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    I am very pleased with this mod, the one thing I can't seem to figure out is when I make a purchase and navigate to the product afterwards it shows the other items that it was purchased with, however when I go to the shopping-cart page it only ever shows one product at a time. I've looked and can't find a setting to change this. I would like for it to consider ALL the items in my cart and make suggestions off of those. Any help?

  7. #87
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by novastar View Post
    I am very pleased with this mod, the one thing I can't seem to figure out is when I make a purchase and navigate to the product afterwards it shows the other items that it was purchased with, however when I go to the shopping-cart page it only ever shows one product at a time. I've looked and can't find a setting to change this. I would like for it to consider ALL the items in my cart and make suggestions off of those. Any help?
    I'm talking about the also purchased box i.e. "Customers who purchased these items also purshased..."

  8. #88
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by novastar View Post
    I'm talking about the also purchased box i.e. "Customers who purchased these items also purshased..."
    Disregard my comments, I dont think it has anything to do with this mod.

    But for anyone who wants to know the value I was looking for was in Admin>Configuration>Minimum Values, the lase option.

  9. #89
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Alright legitimate issue, the box titled "To go with the items in your cart, May we also suggest..." on the shopping cart, how do you change the number of products per row?

  10. #90
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Forgive me forum users, but on the UCS page in the dropdown list used to select which table you wish to edit, there are no numbers showing up. Has anyone else experienced or resolved this?

 

 
Page 9 of 24 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 168
    Last Post: 20 Jun 2026, 02:08 PM
  2. Multi Cross Sell mod [Support thread]
    By gilby in forum All Other Contributions/Addons
    Replies: 475
    Last Post: 11 Apr 2020, 10:44 PM
  3. Which one? Multi Cross Sell vs Ultimate Cross Sell?
    By Renz in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 3 Jul 2013, 08:30 AM
  4. 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
  5. v139h Ultimate Cross Sell Scalability
    By chuckd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 May 2012, 10:41 PM

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