Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 240

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Location
    Columbus, Ohio
    Posts
    38
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by ultimate_zc View Post
    Features:
    • Centerboxes for Upsell, Cross Sell and Related Products.
    • Enable and Disable individual Centerboxes from the admin.
    • Also Purchased Products Centerbox on Shopping Cart.
    • Cross Sell Products Centerbox on Shopping Cart.
    I would like to have just the up-sell box on the product information page and just the cross-sell box (and possibly the related-products and also-purchased boxes) on the cart page. Can anyone suggest code changes to accomplish that?

  2. #2
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    The "Customers who bought these items also purchased..." box that appears on the shopping cart page is misspelling the word "bought" (it spells "bougth"). Is there any way to fix that?

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

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by mretzloff View Post
    The "Customers who bought these items also purchased..." box that appears on the shopping cart page is misspelling the word "bought" (it spells "bougth"). Is there any way to fix that?
    includes\languages\english\extra_definitions\YOUR_TEMPLATE\cart_upsell_defines.php

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

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by ultimate_zc View Post
    includes\languages\english\extra_definitions\YOUR_TEMPLATE\cart_upsell_defines.php
    That worked perfectly. Thank you for the help!

    I am having another problem, though. Now the upsell box that used to appear on the product display pages is gone. Also, on the checkout page, random products are displayed in the upsell box, none of which are linked to any of the products in the cart. Do you know what could be causing this?

  5. #5
    Join Date
    Mar 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Dear friends,

    I have Ultimate Cross Sell installed.
    And i also have tabbed_products installed.
    But cross sell doesnt display in product-display-info

    Do you know any solution how to display cross sell in tabs?

    Thank you.

  6. #6
    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 !

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

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

  9. #9
    Join Date
    Feb 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Hi
    Great mod, thanks.
    I have loaded and tested by manually creating some linked products. And then changed my settings to get the display just as I want. really great.

    I am not a programmer, and I am sure if I was this would be a really stupid question, - is there any way to load all teh linked files using Easy Populate ?
    I have looked at the database tables and the links are stored using the zen-cart generated product ids and not my item numbers.
    I think I have enough excel skills to create the EP file but I am not sure about which fields

    Any ideas ?

    Thanks
    Sarah
    www.shopforcostumes.co.uk

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

    Default Re: Ultimate Cross Sell for Zen Cart

    I could not honestly say how to upload using easy populate. You could try downloading it from your SQL. I don't work much with SQL so before you attempt anything **BACKUP YOUR DATABASE**
    1. Go to www.example.com/phpmyadmin/
    2. Click on the Databases Tab
    3. Select your database
    4. Click on the Export Tab
    5. Click on the Unselect All link
    6. Hold CTRL and select ultimate_cross_sell_1, ultimate_cross_sell_2 and ultimate_cross_sell_3
    7. Choose the format you need. SQL should be the default but there are excel and csv format sice you are more familiar with those
    8. Under Structure, Make sure "Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT" and "Add CREATE PROCEDURE / FUNCTION / EVENT" are selected (See attached image below)
    9. Choose Save as file
    10. Click Go
    11. Go to Tools > Install SQL Patches and Run that sql file


    Basically you will get the code shown below. You could just make the necessary changes to the first, second and third numbers and the actual table you will be using. i.e. 1 = Cross Sell, 2 = Up Sell, 3 = Related Products.

    Whatever you do. **BACKUP YOUR DATABASE** before doing anything.

    Code:
    DROP TABLE IF EXISTS ultimate_cross_sell_1;
    CREATE TABLE IF NOT EXISTS ultimate_cross_sell_1 (
      ID int(10) NOT NULL AUTO_INCREMENT,
      products_id int(10) unsigned NOT NULL DEFAULT '1',
      cross_sell_id int(10) unsigned NOT NULL DEFAULT '1',
      sort_order int(10) unsigned NOT NULL DEFAULT '1',
      PRIMARY KEY (ID),
      KEY idx_products_id_cross_sell (products_id)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
    
    INSERT INTO ultimate_cross_sell_1 (ID, products_id, cross_sell_id, sort_order) VALUES
    (1, 12, 13, 1),
    (2, 13, 12, 1),
    (3, 12, 16, 1),
    (4, 16, 12, 1),
    (5, 16, 14, 1),
    (6, 26, 17, 1),
    (7, 27, 9, 1),
    (8, 30, 6, 1),
    (9, 33, 20, 1);
    Hope this helps. Good Luck!
    Attached Images Attached Images  

 

 
Page 2 of 5 FirstFirst 1234 ... 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