Thread: Cross Sell

Page 6 of 14 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 131
  1. #51
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Cross Sell

    Quote Originally Posted by Woodymon
    I'm also observing error when running the last sql statement in products_xsell.sql

    I tried this below and it works....
    UPDATE: Not so fast with my sql statemnt fix.

    Admin > Config >Product Info
    Cross-Sell - Display prices?
    Cross-Sell -- Do you want to display the product prices too?
    Default: false
    Appears correctly except that no radio buttons are rendered to allow change from true to false.

    Looks like sql statment it is missing an matching closing parens. And will possibly need to escaping the apostrophes in the sql statment. First need to investigate how params are being passed to the function. Best to look at another True/False sql patch example. In the meantime if anyone has a quicker fix to the SQL code please post.

    Woody

  2. #52
    Join Date
    Jun 2006
    Location
    Taos,NM
    Posts
    320
    Plugin Contributions
    0

    Default Re: Cross Sell

    Quote Originally Posted by Vixay
    Code:
    http://www.zen-cart.com/forum/showpost.php?p=209627&postcount=2
    I made a modification to cross-sell that allows you to list products with the same model # (rather than having to setup an entired table).. see above link for my post.

    it is a very small change to the SQL Query...

    maybe some moderator should merge that post here?
    I have one request further - could it be possible to sort by the header you click on, namely ID#, Category, Alpha, etc. The d/b by ID# is pretty useless to me as I would never memorize product that way.

    Thanx!

  3. #53
    Join Date
    Aug 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Cross Sell

    Looks like an awesome tool. Do I need to change the sql from
    CREATE TABLE products_xsell (....
    to CREATE TABLE zen_products_xsell (....
    and
    INSERT INTO configuration (configuration_title...
    to
    INSERT INTO zen_configuration (configuration_title...
    as my tables all have zen_

    Thanks

  4. #54
    Join Date
    Aug 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Cross Sell

    Everything installed fine. I didn't need to add zen_ to the sql file
    Works like a dream. Thanks for the posts on here as well. No problems encountered.

  5. #55
    Join Date
    Jun 2006
    Posts
    75
    Plugin Contributions
    0

    Default Small problem crossell with GiftCertificates

    I have a problem with the Crosssell contri.

    Have a product and add as crosssell product Giftcertificates.
    I have Giftcertificates setup as one product with 10 attributes ( giftceet. values )...
    but when i go to the frontend of the shop, clikc the product only the first price attribute of the Giftcertificate shows selected. The rest is not diplayed at all.

    Anyone an idea?

    Thanks!

  6. #56
    Join Date
    Jun 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Small problem crossell with GiftCertificates

    Quote Originally Posted by kookiewookie
    I have a problem with the Crosssell contri.

    Have a product and add as crosssell product Giftcertificates.
    I have Giftcertificates setup as one product with 10 attributes ( giftceet. values )...
    but when i go to the frontend of the shop, clikc the product only the first price attribute of the Giftcertificate shows selected. The rest is not diplayed at all.

    Anyone an idea?

    Thanks!
    Just "stupid" .... you have the MultiSelect option to select all the attributes from the GiftCert..... there was selected only 1.

  7. #57
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Re: Cross Sell

    Quote Originally Posted by ididdy
    Cross-Sell (X-Sell) Admin will not load the next page of data when you select a page # or hit the >>. It reloads Page 1 only. We just installed cross_sell_v1.3.0 on Zen-Cart 1.3.0.

    Any help is appreiated.
    I have also the same problem in loading the next page with x sell.
    i also had a problem, I could not put the sql patch into the zen database, because she says the database is already exist or some error in accepting the queries like this. besides this x sell works.
    ## add switches for: MIN_DISPLAY_XSELL, MAX_DISPLAY_XSELL
    INSERT INTO configuration( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added )
    VALUES (

    'Display Cross-Sell Products', 'MIN_DISPLAY_XSELL', 1, 'This is the minimum number of configured Cross-Sell products required in order to cause the Cross Sell information to be displayed.<br />Default: 1', 2, 17, now( )

    please any idae to soving these two problem; pages and sql?

  8. #58
    Join Date
    Aug 2006
    Posts
    17
    Plugin Contributions
    0

    Default Re: Cross Sell

    Hello, could you help me with this problem I posted here:
    http://www.zen-cart.com/forum/showthread.php?t=45330
    ..
    Thanks..!

  9. #59
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Re: Cross Sell

    Does Cross Sell 1.3.0. work with ZC 1.3.5?

  10. #60
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Cross Sell 1.3.0 for 1.3.5

    Quote Originally Posted by davale
    Does Cross Sell 1.3.0. work with ZC 1.3.5?
    yes, I have installed on 1.3.5, it seems to work, but the problem of not loading the pages in admin still remains,
    apart this, i can see cross products under selected product.

 

 
Page 6 of 14 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 18 Sep 2013, 11:24 PM
  2. 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
  3. 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
  4. Cross Sell and Advanced Cross Sell Modules
    By fairway in forum Addon Templates
    Replies: 4
    Last Post: 8 Dec 2009, 08:44 PM
  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