Ex,
Working for me here...
SABRENT CRW-UINB 68-in-1 USB 2.0 Internal Card Reader
once you change the 0 to 1, you half to click the box on top of the table called Add selected products to cart, which then I go to the shopping cart
Ex,
Working for me here...
SABRENT CRW-UINB 68-in-1 USB 2.0 Internal Card Reader
once you change the 0 to 1, you half to click the box on top of the table called Add selected products to cart, which then I go to the shopping cart
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
This thing is still not working! I just checked on 3 different computers. IT WORKS ONLY THROUGH Category listings - that is when you go to a category such as: Components and then click on any of the categories, for example - Keyboards.
AFTER - DO NOT ADD THE ITEMS HERE - GO INSIDE A PRODUCT. Such as the first product - Saitek PZ30AU Black USB Keyboard - and click on the picture or its title - which will take you inside the product and you will see a COMPLETE description of the item there. On the bottom - you see an "ADD TO CART" button - but here it's already got a "1" in there not 0 such as the product category listings - so FROM HERE - if you try changing the quantity - it will always be 1!
Try it out. I asked my friend to try it to and he got the same result. I thought I was going crazy for a second.
Thanks for your help!
-Egor
Ex,
I am stumped, wait for a fellow Zenner to help you with this problem
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Switch to the Classic Template ... does it work?
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!
Hi Ajeh!
I just did what you suggested - tried switching to the other template - with no luck unfortunately! It just changes the layout on some of the pages, but the shopping cart is the same. (Its really strange that the Quantity calculation works from the Category Listings pages and not from the actual product information pages themselves.)
THe quantity box is just gone from the shopping cart. I replaced the tpl_shopping_cart_default.php with the latest original ZenCart file. Now it shows the columns on top with the words "Qty" but noting underneath them. Here's what I was able to gather so far:
When you are in shopping cart and using firebug - "inspect" the "qty" area (well - at least where its suppose to be) - you will see that that field corresponds to a piece of code marked as 'hidden' which you can play with right inside firebug and test differnet settings. Heres the original piece of code:
<td class="cartQuantity">
<input type="hidden" value="1" name="cart_quantity[]"/>
Using firefox firebug - I changed the hidden value to text and then the quantity box SHOWS! but I was unable to find this piece of code in my zen directory anywhere.
Thank you for helping me out with this - I've been struggling for 3 days, day and night, trying to figure it out.
@Ajeh,
He is already using the classic folder structure..
includes/templates/classic/css/stylesheet.css
I noticed this today Ajeh....
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Look in the tpl_shopping_cart_default.php around lines 67-73 ...
I have:
Be sure to check your default template and look for an override ...Code:<?php if ($product['flagShowFixedQuantity']) { echo $product['showFixedQuantityAmount'] . '<br /><span class="alert bold">' . $product['flagStockCheck'] . '</span><br /><br />' . $product['showMinUnits']; } else { echo $product['quantityField'] . '<br /><span class="alert bold">' . $product['flagStockCheck'] . '</span><br /><br />' . $product['showMinUnits']; } ?>
You have something else also breaking the add to cart but first look for this one ...
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!
After much searching and gnashing of teeth with this same issue, I found the answer in the Zen-Cart manual...the one you can purchase in hard copy or pdf.
Each product has the setting "Products Quantity Box Shows:" when you are editing the product. That has to be set to "yes". D'oh!
Hope this helps someone else with this issue. :)
thanks a lot ..i also struggling with this...some of my products shows and some not..now it fixed..thanks a lot...
![]()