Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    76
    Plugin Contributions
    0

    Default Display Product Add to Cart Button without option 2

    When I go to Admin > Product Listing > Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product), only option 0 and 1 showed but option 2 disappeared. Anyone can help?

    My zen cart is 1.3.9h.

    Thank you.

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

    Default Re: Display Product Add to Cart Button without option 2

    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.

 

 

Similar Threads

  1. Display Product Add to Cart Button Not Working
    By embreak in forum Basic Configuration
    Replies: 8
    Last Post: 25 Jan 2008, 07:36 PM
  2. Display Product Add to Cart Button
    By marcink in forum General Questions
    Replies: 1
    Last Post: 2 Dec 2007, 07:50 PM
  3. Replies: 4
    Last Post: 15 Oct 2007, 06:51 PM
  4. Display Product Add to Cart Button=1 Bug
    By biendavid in forum Bug Reports
    Replies: 2
    Last Post: 13 May 2007, 02:09 PM
  5. Replies: 3
    Last Post: 14 Sep 2006, 07:58 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