Zen Cart Logo
Forums / Customization from the Admin / Display Multiple Products Qty Box

Display Multiple Products Qty Box

Locked

Views: 2,534

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
31 Dec 2006, 9:53 AM
#1
hollydeboer avatar

hollydeboer

New Zenner

Join Date:
Jun 2005
Posts:
20
Plugin Contributions:
0

Display Multiple Products Qty Box

I want to display the multiple products qty box instead of the buy now button. I had it set up this way before upgrading to the most recent version. I have Display Multiple Products Qty Box Status and Set Button Location under Product Listing set to 3 - as I did before. But I can't get it to display - only the buy now button. What am i missing?
Much thanks for your time!!

31 Dec 2006, 6:20 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Display Multiple Products Qty Box

Configuration ... Product Listing ...

Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)
Do you want to display the Add to Cart Button?

NOTE: Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product

Needs to be set to 1 ...

1 Jan 2007, 11:11 PM
#3
hollydeboer avatar

hollydeboer

New Zenner

Join Date:
Jun 2005
Posts:
20
Plugin Contributions:
0

Re: Display Multiple Products Qty Box

I don't want to display the 'add to cart' button. i have it set to 0=off.
(Mine doesn't have an opiton 2=on with Qty Box per Product, only 0=off; 1=on.)
With it set to 0=off, '...more info' is displayed. No matter what I set Display Multiple Products Qty Box Status to (0 ; 1 ; 2; or 3) '... more info' displays.

1 Jan 2007, 11:30 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Display Multiple Products Qty Box

What version of Zen Cart are you running?

5 Jan 2007, 8:51 AM
#5
hollydeboer avatar

hollydeboer

New Zenner

Join Date:
Jun 2005
Posts:
20
Plugin Contributions:
0

Re: Display Multiple Products Qty Box

I'm running version 1.3.7. And I noticed another post about my same problem, but don't understand how it was resolved. (subjuct: Config > Product Listing > Missing options 1.3.6 -inksale)

****Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)
Do you want to display the Add to Cart Button?

NOTE: Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product****

I don't have the option 2=on, only 0=off and 1=on.

5 Jan 2007, 8:59 AM
#6
hollydeboer avatar

hollydeboer

New Zenner

Join Date:
Jun 2005
Posts:
20
Plugin Contributions:
0

Re: Display Multiple Products Qty Box

I found this on another post:

1.3.5 Upgrade, Display Product Add to Cart Button 2 Not Showing


Fresh 1.3.5 installation is fine, but when upgrading from 1.3.0.2 I discovered that the new radio button for option 2=on with Qty Box per Product wasn't showing.

mysql_upgrade_zencart_1302_to_135.sql contains this:
Code:
UPDATE configuration SET configuration_title = 'Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)', configuration_description = 'Do you want to display the Add to Cart Button?<br /><br /><strong>NOTE:</strong> Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product' WHERE configuration_key= 'PRODUCT_LIST_PRICE_BUY_NOW';Running this seems to fix it:
Code:
UPDATE configuration SET set_function = 'zen_cfg_select_option(array('0', '1', '2'), ' WHERE configuration_key= 'PRODUCT_LIST_PRICE_BUY_NOW';

It did the trick. Is this a bug with the new upgrade?
Thank you imac!! And thank you Ajeh!

5 Jan 2007, 5:58 PM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Display Multiple Products Qty Box

This is fixed in the current v1.3.7 ...