Page 5 of 5 FirstFirst ... 345
Results 41 to 49 of 49
  1. #41
    Join Date
    Jul 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: Cart Upsell / Cross sell

    I have a new question! Wow this is my 3rd post in about 30 min. Sorry, just been working this out!!

    How do you stop it from displaying the section:

    'Customers who selected the items in your cart also chose...'

    I don't want any of that JUST the "recommended" not what others bought...

    Any help would be greatly appreciated! Thank you!!



    ....OKAY ..... The above I just posted and then I found the answer: incase anyone wants to know. I just changed the includes/modules/YOUR_TEMPLATE/cart_upsell.php to:
    // number of upsells/xsells to display
    define('NUMBER_UPSELLS_DISPLAY', '0');
    define('NUMBER_XSELLS_DISPLAY', '50');

    Put in ZERO for the number to display....doooh. Found it about 1 minute after I posted the above!!
    Last edited by Girdy74; 24 Jan 2009 at 08:52 AM.

  2. #42
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Cart Upsell / Cross sell

    Hello all, i want to install the following addon but i am not sure if it has everything i am looking for

    http://www.zen-cart.com/index.php?ma...roducts_id=283

    what scaring my is the following "If you have the cross sell mod installed, you should have modified includes/languages/english/product_info.php by adding the following line:

    define('TEXT_XSELL_PRODUCTS', 'We Also Recommend For: ');

    If you do not have the cross sell mod installed, you may still need to add that line to get everything working correctly for you."

    Do i need to add the cross sell mod. or does this mod have everything necessary? DO i need to install anything else, or is this stand-alone. on thing i noticed is that the title say Upsell/CrossSell, but the only file included says upsell.

    thanks

  3. #43
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Cart Upsell / Cross sell

    Quote Originally Posted by wagnerguy View Post
    Hello all, i want to install the following addon but i am not sure if it has everything i am looking for

    http://www.zen-cart.com/index.php?ma...roducts_id=283

    what scaring my is the following "If you have the cross sell mod installed, you should have modified includes/languages/english/product_info.php by adding the following line:

    define('TEXT_XSELL_PRODUCTS', 'We Also Recommend For: ');

    If you do not have the cross sell mod installed, you may still need to add that line to get everything working correctly for you."

    Do i need to add the cross sell mod. or does this mod have everything necessary? DO i need to install anything else, or is this stand-alone. on thing i noticed is that the title say Upsell/CrossSell, but the only file included says upsell.

    thanks
    Nevermind on this, i added it anyway

  4. #44
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: Cart Upsell / Cross sell

    Having a bit of an issue with this.

    I installed this mod. When there are upsell products to recommend everything works great. However if, in the cart, no upsell exists for the products added then my template goes haywire (cherry zen). The categories column ends up towards the right of my screen.

    Anyone seen this, know how to fix it?

  5. #45
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: Cart Upsell / Cross sell

    Okay fixed it.

    First the cart_upsell.php did not have the leading <?php in it, only <? which causes problems for php5 i think, it did for me.

    Then in upsell_cart.php I was ending up with an extra </div> tag because it wasn't properly contained in the IF statement brackets. The original code (lines 137-143) read:

    <div class="centerBoxWrapper" id="alsoPurchased">
    <?php
    require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
    }
    }
    ?>
    </div>


    When it SHOULD read:

    <div class="centerBoxWrapper" id="alsoPurchased">
    <?php
    require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
    ?>
    </div>
    <?php
    }
    }
    ?>

  6. #46
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Cart Upsell / Cross sell

    I added this mod, but when i added the comment to the shopping file, my page is totally changed.. all the content on the left side of the page overlaps on the side.

    does anyone have any experience with this issue?

  7. #47
    Join Date
    Nov 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Cart Upsell / Cross sell

    hey guys,

    how can i get these products to center if i have 3 in a row? i want to center both the image and text so they can look more neat. also is it possible to add a "add to cart button"?

    thanks

  8. #48
    Join Date
    Dec 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Cart Upsell / Cross sell

    Quote Originally Posted by nyczhenry View Post
    hey guys,

    how can i get these products to center if i have 3 in a row? i want to center both the image and text so they can look more neat. also is it possible to add a "add to cart button"?

    thanks
    What is it doing now? Is it left justified?

  9. #49
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question Re: Cart Upsell / Cross sell

    Quote Originally Posted by nyczhenry View Post
    hey guys,

    how can i get these products to center if i have 3 in a row? i want to center both the image and text so they can look more neat. also is it possible to add a "add to cart button"?

    thanks
    Hi,

    I have the same problem. All the products in the cart crosssell are ligned to the left. I want them to be in the center just as any other listed products. Anybody give me a tip?

    My site is www.best4future.com. Put a product into the shopping cart and you will see. Thanks!

    Lina

 

 
Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. Replies: 1
    Last Post: 18 Sep 2013, 11:24 PM
  2. Fatal Error After installing Cross Sell - Just Another Cross Sell Mod
    By kconklin in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 9 Jul 2010, 02:38 PM
  3. Cart Upsell/Cross Sell -- doing nothing?
    By RobertG in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 6 Feb 2010, 11:20 PM
  4. 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
  5. cross sell and cross sell in cart
    By g0d4lm1ty in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 17 Dec 2006, 01:35 AM

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