Page 1 of 2 12 LastLast
Results 1 to 10 of 240

Hybrid View

  1. #1
    Join Date
    Jul 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Hi there. This is a great mod and my client loves it. I've got a few odd behaviours though.

    The drop down list in Catalog>Ultimate Cross Sell is blank (it doesn't show the 1,2,3 as choices) so I have to keep going into the configure to change edit modes. Annoying but not crucial...I believe others mentioned they had this problem as well but no solution was ever posted.

    Also, Related Products don't show at the bottom of my Product listing. Upsell items are in a sidebox and show. If I set Related Items to show in a sidebox, they do. But they won't show up in a centered box. (this is extra odd because they DID at one point then we deleted everything out of all the cross sell tables and started over and now it won't show.)

    Any thoughts?
    I'm using Zen Cart v1.3.9h and am building my test store here (link is to product page that has related items: http://greengrooveconsulting.com/aqu...&products_id=1

  2. #2
    Join Date
    Dec 2009
    Posts
    206
    Plugin Contributions
    2

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by cavinggirl View Post
    ... Also, Related Products don't show at the bottom of my Product listing. Upsell items are in a sidebox and show. If I set Related Items to show in a sidebox, they do. But they won't show up in a centered box. (this is extra odd because they DID at one point then we deleted everything out of all the cross sell tables and started over and now it won't show.)

    Any thoughts?
    I'm using Zen Cart v1.3.9h and am building my test store here (link is to product page that has related items: http://greengrooveconsulting.com/aqu...&products_id=1
    LOL I ran into this problem too and thought it was just me not re-uploading everything correctly. Glad to know I'm not alone.

    To solve it, I went to includes/modules/your_template/ultimate_cross_sell_products.php and at the very top of the page (right above all the define statements) I added
    PHP Code:
    $cross_sell 3
    and that made the centerbox show up on my product pages.

    It's only a temporary fix as it only allows one centerbox on the product pages, but if one is all you need, then it should work.

  3. #3
    Join Date
    Jul 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by kamelion0927 View Post
    LOL I ran into this problem too and thought it was just me not re-uploading everything correctly. Glad to know I'm not alone.

    To solve it, I went to includes/modules/your_template/ultimate_cross_sell_products.php and at the very top of the page (right above all the define statements) I added
    [PHP]$cross_sell = 3;[PHP]
    and that made the centerbox show up on my product pages.

    It's only a temporary fix as it only allows one centerbox on the product pages, but if one is all you need, then it should work.
    Thanks for the suggestion, but (sigh) unfortunately that didn't fix my problem. It makes me wonder though what would happen if you put [PHP]$cross_sell = 4; [PHP] Since it didn't work for me, I can't say but it might put more centerboxes below the listing for someone else.
    What is so frustrating is that it WAS working!

  4. #4
    Join Date
    Sep 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    1st class mod, simple to install & modify with details.
    Thanks

  5. #5
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    The Upsell "Customers who bought this also bought" module on the product page shows the correct number of columns per row, but the same module on the shopping cart page does not. How can I fix/change the number of items displayed in the module that appears on the shopping cart page?

  6. #6
    Join Date
    Aug 2011
    Posts
    104
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    is there a relatively easy way to add in a product description field to the display?

    i got as far as adding this to ultimate_cross_sell_products.php before i wasn't sure what else i would need to add where to make it work:
    PHP Code:
    (constant(CROSS_SELL.$cross_sell._DISPLAY_DESCRIPTION)=='true''<tr><td colspan="4"><div class="description">' zen_get_products_description($cross_sell_query->fields['products_id']). '</div></td></tr></table>':''
    :) thanks.

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

    Default Re: Ultimate Cross Sell for Zen Cart

    How do I change the number of lines columns in the "To go with the items in your cart we also suggest.." box? Thanks

  8. #8
    Join Date
    May 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    help guys please..after uploading all the files i went to install

    and i get this

    Warning: define() expects at least 2 parameters, 1 given in ........................NeW/admin/includes/functions/extra_functions/ultimate_cross_sell.php on line 281

    and this is on line 281 of that file

    if ($num_cross_sell == '1') define($mxs_selected_table = 'Cross Sell');

    Thank you

  9. #9
    Join Date
    Jul 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Change the 3 lines to:

    if ($num_cross_sell == '1') define($mxs_selected_table = 'Cross Sell', '');
    if ($num_cross_sell == '2') define($mxs_selected_table = 'Upsell', '');
    if ($num_cross_sell == '3') define($mxs_selected_table = 'Related', '');

    I've literally just fixed this problem and it worked for me.

    Bob

  10. #10
    Join Date
    Jul 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    I am running Ultimate Cross Sell on a local site which is an EXACT ############## of a live site. The Cross Sell Mod works fine locally but when I put it live nothing shows.

    All I have is related products on the product detail page.

    The only thing that is different is that Simple SEO is enabled on LIVE but not locally as it won't work on my Windows server but when I disable this on live the related products still won't show.

    There is no markup being written to the page at all.

    Any ideas what I am missing. I have uploaded the files 3 times to make sure I didn't miss anything.

    Thanks

 

 
Page 1 of 2 12 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