Page 4 of 48 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 476
  1. #31
    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 sgflowers View Post
    any idea what files i should be looking at to figure this out??
    I am assuming you had a previous cross sell installed??
    Almost certainly some of the previous mods configuration values are still there.

    Search the configuration table for configuration_key = "MAX_DISPLAY_XSELL"
    And delete this entry.

    While you at it see if "MIN_DISPLAY_XSELL" is also there and delete it as well
    Last edited by gilby; 13 Jul 2010 at 01:05 AM.

  2. #32
    Join Date
    Jan 2004
    Posts
    573
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    I am assuming you had a previous cross sell installed??
    Almost certainly some of the previous mods configuration values are still there.

    Search the configuration table for configuration_key = "MAX_DISPLAY_XSELL"
    And delete this entry.

    While you at it see if "MIN_DISPLAY_XSELL" is also there and delete it as well
    Thanks that fixed it - it was driving me nuts!

  3. #33
    Join Date
    Dec 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hello,

    I also had a previous version of cross sell installed and I am getting the error.

    Code:
    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 = '66' 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 xp.sort_order asc limit ]
    I have gone through all the posts and sugestions but have not been able to find any files from previous versions or anything in the database. Anyone have any ideas?

  4. #34
    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 anworks View Post
    Hello,

    I also had a previous version of cross sell installed and I am getting the error.

    Code:
    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 = '66' 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 xp.sort_order asc limit ]
    I have gone through all the posts and sugestions but have not been able to find any files from previous versions or anything in the database. Anyone have any ideas?

    Same problem as in Post# 29
    Answer is in Post# 31

    You will need something like phpmyadmin to search the configuration table for configuration_key = "MAX_DISPLAY_XSELL"
    And then delete it.

  5. #35
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hi gilby,

    First of all great mod - I really like the new customisable features you have added

    Just wondering if it is possible to make this compatible with the Tabbed Products Pro module ??

    Cheers.

  6. #36
    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 gaffettape View Post
    Hi gilby,

    First of all great mod - I really like the new customisable features you have added

    Just wondering if it is possible to make this compatible with the Tabbed Products Pro module ??

    Cheers.
    Earlier in this thread someone else tried a hard coded hack to display the first cross sell.
    It probably works but makes using this mod pointless as it only uses features of the previous mod.

    I am sure TPP can be altered to incorporate this mod.
    But as I have never used that mod, it is not on my "to do" list at this time, Sorry

  7. #37
    Join Date
    Dec 2008
    Posts
    28
    Plugin Contributions
    1

    Default Re: Multi Cross Sell mod [Support thread]

    I'd just like to say:

    THANK YOU!

    for this awesome mod. After a problem with Just Another Cross Sell Mod (again) I tried this one, it's much better!

  8. #38
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hello,

    First, i'd like to say this is an awesome mod! Like all the added features.
    I was just wondering though, is it possible to show the category the product is from instead of the model?

    Thanks

  9. #39
    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 Berserker View Post
    Hello,

    First, i'd like to say this is an awesome mod! Like all the added features.
    I was just wondering though, is it possible to show the category the product is from instead of the model?

    Thanks
    Not an available option in the default mod
    A quick search of zen functions found this function
    zen_get_categories_name_from_product($product_id)
    It looks useful
    Give it the product id and back comes the name of the category

    I haven't tried this but this could work

    Edit
    \includes\modules\YOUR_TEMPLATE\multi_xsell_products.php
    Around line 69 near the end of the line find this code segment
    PHP Code:
    zen_products_lookup($xsell_query->fields['products_id'], 'products_model'
    and replace with
    PHP Code:
    zen_get_categories_name_from_product($xsell_query->fields['products_id']) 
    See if that works for you?

  10. #40
    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 Berserker View Post
    Hello,

    First, i'd like to say this is an awesome mod! Like all the added features.
    I was just wondering though, is it possible to show the category the product is from instead of the model?

    Thanks
    I just tested the code in the previous post and it does work

 

 
Page 4 of 48 FirstFirst ... 2345614 ... 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