Zen Cart Logo
Forums / Customization from the Admin / Display Product Add to Cart Button without option 2

Display Product Add to Cart Button without option 2

Locked

Views: 953

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
26 Nov 2010, 11:41 AM
#1
icemanchai avatar

icemanchai

New Zenner

Join Date:
Jun 2006
Posts:
76
Plugin Contributions:
0

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.

29 Nov 2010, 11:00 AM
#2
icemanchai avatar

icemanchai

New Zenner

Join Date:
Jun 2006
Posts:
76
Plugin Contributions:
0

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.