Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2003
    Location
    UPstate NY
    Posts
    440
    Plugin Contributions
    0

    help question Admin will not display choice #2 (on with Qty) for the Product Add to Cart

    Which values in the database config table or other tables control these values??

    Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)
    Display Multiple Products Qty Box Status and Set Button Location
    Display Multiple Products Qty Box Status and Set Button Location

    I ask because the Admin I'm using will not display choice #2 (on with Qty) for the Product Add to Cart Button, despite the Multiple Products being turned OFF.

    Thank you, Tom

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Admin will not display choice #2 (on with Qty) for the Product Add to Cart

    In the configuration table, the configuration_keys are:
    Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)
    PRODUCT_LIST_PRICE_BUY_NOW

    Display Multiple Products Qty Box Status and Set Button Location
    PRODUCT_LISTING_MULTIPLE_ADD_TO_CART


    Can you better explain what you mean by it won't display choice 2?

    Have you tested switching to the Classic Template?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Dec 2003
    Location
    UPstate NY
    Posts
    440
    Plugin Contributions
    0

    Default Re: Admin will not display choice #2 (on with Qty) for the Product Add to Cart

    Radio buttons only appear for 0 and 1, despite heeding the directive about the other multiple items thing, which was already set to 0.
    I think it does not appear because it's a 1.2.6 database that was successfully upgraded to 1.3.8 and 1.3.8 code, which is presently running on a dev server because I have had to completely redo all the templates etc.
    ANYWAY, I manually edited the value in the configuration table itself with a SQL tables editor and that fixed things...took a while to find one that displayed what I needed to see to edit the correct field value.
    Thank you, Tom

  4. #4
    Join Date
    Jun 2006
    Posts
    76
    Plugin Contributions
    0

    Idea or Suggestion Re: Admin will not display choice #2 (on with Qty) for the Product Add to Cart

    Could you please explain in more detail about how to show the radio button #2 for display product add to cart?

    Any file replace to correct it?

    Thank you.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Admin will not display choice #2 (on with Qty) for the Product Add to Cart

    Are you looking for the setting in the Configuration ... Product Listing ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Jun 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: Admin will not display choice #2 (on with Qty) for the Product Add to Cart

    Thank you for your reply, Linda. I just solved my problem with following procedure:

    1. Log in phpMyadmin
    2. Find table "configuration"
    3. Search "PRODUCT_LIST_PRICE_BUY_NOW" in configuration key
    4. Edit "set_function"
    from
    zen_cfg_select_option(array('0', '1'),
    to
    zen_cfg_select_option(array('0', '1', '2'),

    Sql file in zc_install of 1.3.9h included this option 2, don't know why I could not upgrade this option from 1.3.5 even I upgrade the database every version after 1.3.9.

    Thank you.

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Admin will not display choice #2 (on with Qty) for the Product Add to Cart

    Odd ... thanks for the update on the solution that worked for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. v139h Products will not add to the cart.
    By robbin21973 in forum General Questions
    Replies: 4
    Last Post: 19 Oct 2014, 04:42 PM
  2. v151 Admin will not display. Error. unable to determine the page link
    By sports guy in forum General Questions
    Replies: 15
    Last Post: 14 Nov 2012, 03:02 AM
  3. Replies: 2
    Last Post: 22 May 2011, 05:13 PM
  4. I fiddled with the mod: Restructured Add Product Page for Admin v1.02
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 24 May 2010, 09:15 PM
  5. Product Listing - Show price but NOT Qty / Add to Cart
    By rfaau in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 21 Apr 2008, 03:49 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