Page 1 of 48 12311 ... LastLast
Results 1 to 10 of 476
  1. #1
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Multi Cross Sell mod [Support thread]

    Multi Cross Sell mod
    Download Link: http://www.zen-cart.com/downloads.php?do=file&id=1128


    Based on Cross Sell - Just Another Cross Sell Mod by yellow1912
    Link to the original: http://www.zen-cart.com/index.php?ma...roducts_id=694


    New Features:
    1. Removal of module_manager to operate properly.
    2. Customise what to show apart from the Cross Sell image.
    Display the Products Name.
    Display the Products Model Number.
    Display the Products Buy Now / More Info Link.
    3. Enable, Disable and Remove this module from the admin.
    4. Ability to create and display unlimited Cross Sell Tables.
    Can have multiple Cross Sell's for different purposes
    Customise each Cross Sell's Box headings to be more relevent to its purpose.
    Enable and Disable each individual Cross Sell from the admin.


    Existing Features:
    All of yellow1912's "Just Another Cross Sell Mod" including
    1. Allow unlimited number of product cross sells
    2. Accept product id or model as input value.
    3. Clean up table.
    4. Given a list of n products, the mod will go through and cross-sell EACH pair together.
    With this mod, if you give it 3 products: A - B - C, it will cross-sell:
    A to B, B to A
    A to C, C to A
    B to C, C to B

  2. #2
    Join Date
    Jan 2009
    Posts
    29
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Thank you for this contibution I have managed to get it working on my site. The only thing I need help on is how do I get it to display the price and a add to cart button.

  3. #3
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    I was just wondering if it is my setup, but I see this displayed on the product info page:-

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7
    in:
    [select distinct p.products_id, p.products_image, pd.products_name from zen_products_xsell1 xp, zen_products p, zen_products_description pd where xp.products_id = '16025' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit ]
    It all installed nicely in the admin and I followed the instructions. Thanks for developing this module also.

  4. #4
    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 michellepchy View Post
    Thank you for this contibution I have managed to get it working on my site. The only thing I need help on is how do I get it to display the price and a add to cart button.
    admin->configuration->Cross Sell Settings

  5. #5
    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 HeathenMagic View Post
    I was just wondering if it is my setup, but I see this displayed on the product info page:-

    Quote:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7
    in:
    [select distinct p.products_id, p.products_image, pd.products_name from zen_products_xsell1 xp, zen_products p, zen_products_description pd where xp.products_id = '16025' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit ]


    It all installed nicely in the admin and I followed the instructions. Thanks for developing this module also.
    Check:
    admin->configuration->Cross Sell Settings
    make sure that..
    Cross Sell 1 - Display Products - Max
    has a numeric value (not empty)

  6. #6
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hello there,

    It has 6 as default. I tried to change it and the other settings and it still has the error. I have 2 cross sells defined so far. Is there anything else I could try? Should I drop the sql tables and star from scratch maybe? Maybe something got scrambled on our setup during install.

  7. #7
    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 HeathenMagic View Post
    Hello there,

    It has 6 as default. I tried to change it and the other settings and it still has the error. I have 2 cross sells defined so far. Is there anything else I could try? Should I drop the sql tables and star from scratch maybe? Maybe something got scrambled on our setup during install.
    Did you have any previous cross sells installed?
    or is this a new installation?

    You could uninstall from the admin and install again.
    It won't remove the tables

    What php version are you using?

  8. #8
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    I had cross sell installed from before and I tried uninstalling and reinstalling this module and the same happened. Had the normal cross sell and cross sell advanced. I am on PHP 5 too.

  9. #9
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Great mod, thanks.

  10. #10
    Join Date
    Jun 2010
    Posts
    53
    Plugin Contributions
    2

    help question Re: Multi Cross Sell mod [Support thread]

    I have installed the files and got it to work in the admin panel, but items I have set to cross sell do not display the other product on the product pages. I am assuming when you go to the "A Bug's Life" page after the additional images there should be a photo of the "Microsoft IntelliMouse", but there is nothing. So not sure what I did wrong.

    Here is the screen shot in the admin panel showing I have a bugs life and a mouse linked to cross sell;



    Here is where I put the code for templates/premium2a/templates/tpl_product_info_display.php


    I'm on v1.3.9d, PHP 5.3.2, no other version of a cross sell mod.

 

 
Page 1 of 48 12311 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 153
    Last Post: 19 Mar 2024, 08:22 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