Page 9 of 48 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 476
  1. #81

    Default Re: Multi Cross Sell mod [Support thread]

    I am looking through my error log in my Cpanel and I came across this error.

    Tue Jan 18 11:17:09 2011] [error] [client 188.165.234.114] PHP Warning: constant() [<a href='function.constant'>function.constant</a>]: Couldn't find constant 11 in /home/fromprop/public_html/includes/modules/alysa_rounded/multi_xsell_products.php on line 43

    I re downloaded the module and opened that multi_xsell_products.php and the one I have in Winmerge and I got a message saying that it's identical.

    I don't understand what this error message is telling me.

    Thanks!

  2. #82
    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 nolsowski View Post
    I am looking through my error log in my Cpanel and I came across this error.

    Tue Jan 18 11:17:09 2011] [error] [client 188.165.234.114] PHP Warning: constant() [<a href='function.constant'>function.constant</a>]: Couldn't find constant 11 in /home/fromprop/public_html/includes/modules/alysa_rounded/multi_xsell_products.php on line 43

    I re downloaded the module and opened that multi_xsell_products.php and the one I have in Winmerge and I got a message saying that it's identical.

    I don't understand what this error message is telling me.

    Thanks!
    You have remnants of a previous cross sells confiquration installed
    in this case MIN_DISPLAY_XSELL

    See post #31

  3. #83

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    You have remnants of a previous cross sells confiquration installed
    in this case MIN_DISPLAY_XSELL

    See post #31
    Am I supposed to search with that in the quotations or without? Reason asking is because I have went into my phpadmin and searched with and got nothing. But I searched without the quotations and I got a error that says this:

    Error

    SQL query: Documentation

    SELECT *
    FROM `zen_configuration`
    WHERE `configuration_id` = MIN_DISPLAY_XSELL
    LIMIT 0 , 30

    MySQL said: Documentation
    #1054 - Unknown column 'MIN_DISPLAY_XSELL' in 'where clause'

    Sorry I am completely lost when it comes the the phpadmin.

  4. #84
    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 nolsowski View Post
    Am I supposed to search with that in the quotations or without? Reason asking is because I have went into my phpadmin and searched with and got nothing. But I searched without the quotations and I got a error that says this:

    Error

    SQL query: Documentation

    SELECT *
    FROM `zen_configuration`
    WHERE `configuration_id` = MIN_DISPLAY_XSELL
    LIMIT 0 , 30

    MySQL said: Documentation
    #1054 - Unknown column 'MIN_DISPLAY_XSELL' in 'where clause'

    Sorry I am completely lost when it comes the the phpadmin.

    Try this instead...

    SELECT *
    FROM `zen_configuration`
    WHERE `configuration_key` = 'MIN_DISPLAY_XSELL'
    LIMIT 0 , 30

  5. #85

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    Try this instead...

    SELECT *
    FROM `zen_configuration`
    WHERE `configuration_key` = 'MIN_DISPLAY_XSELL'
    LIMIT 0 , 30
    Just tried this too and it's saying it's coming up empty.

  6. #86
    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 nolsowski View Post
    Just tried this too and it's saying it's coming up empty.
    browse this table
    goto the end
    page backwards until you find it
    then delete it

    ignore the same key that has a number after it
    eg MIN_DISPLAY_XSELL1
    MIN_DISPLAY_XSELL2
    MIN_DISPLAY_XSELL3 etc

  7. #87

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    browse this table
    goto the end
    page backwards until you find it
    then delete it

    ignore the same key that has a number after it
    eg MIN_DISPLAY_XSELL1
    MIN_DISPLAY_XSELL2
    MIN_DISPLAY_XSELL3 etc
    Thanks! I got it deleted.

  8. #88
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hi
    I got your mod installed correctly i think, but im stuck on the entering my first cross sell.
    getting the error 'Please input at least 2 products ids/models to cross-sell'
    there are only 2 text entry boxes -new cross sells & edit cross sells
    i didnt merge the file tpl_product_info_display.php becuse its not in my custom template folder.
    tho i have that file in a template_default folder.
    im on Zen 3.8
    Thank You!

  9. #89
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hi
    i had to remove all the multi cross sell files entirely.
    when i clicked on any of my product thumbnail/links to view product page the page was blank
    when i removed all the multi cross files they came back, thank God.

    still need a mod like this though.

    eg we have a product category 'coffee tables'
    when a visitor looks at 'Acme coffee table'
    i want the to see below listing...also in this range...
    -'acme bookshelf' 'acme lamp table' etc

    any help advice appreciated.
    Cookie

  10. #90
    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 Cookiepus View Post
    Hi
    I got your mod installed correctly i think, but im stuck on the entering my first cross sell.
    getting the error 'Please input at least 2 products ids/models to cross-sell'
    there are only 2 text entry boxes -new cross sells & edit cross sells
    i didnt merge the file tpl_product_info_display.php becuse its not in my custom template folder.
    tho i have that file in a template_default folder.
    im on Zen 3.8
    Thank You!
    In the "New Cross Sell"
    Enter a list of items that you want to cross sell sepearated with the defined separater
    ege: product1,product2,product3 will cross sell these 3 products in all possible ways
    Read yellow1912's tutorial in docs\how_to_use.txt

    If the file tpl_product_info_display.php becuse its not in my custom template folder
    then rename the sample file
    SAMPLE_ADDITION_TO_tpl_product_info_display.php
    to
    tpl_product_info_display.php
    and make sure it is in your overide folder
    \includes\templates\YOUR_TEMPLATE\templates\

    renaming "YOUR_TEMPLATE" to your template name of course
    Last edited by gilby; 1 Feb 2011 at 11:27 PM.

 

 
Page 9 of 48 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 162
    Last Post: 28 Jan 2025, 01:37 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