Results 1 to 10 of 22

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: QUANTITY box not showing - can't order multiple items (product info page)

    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

  2. #2
    Join Date
    Apr 2009
    Posts
    12
    Plugin Contributions
    0

    help question Re: QUANTITY box not showing - can't order multiple items (product info page)

    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

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: QUANTITY box not showing - can't order multiple items (product info page)

    Ex,
    I am stumped, wait for a fellow Zenner to help you with this problem

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

    Default Re: QUANTITY box not showing - can't order multiple items (product info page)

    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!

  5. #5
    Join Date
    Apr 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: QUANTITY box not showing - can't order multiple items (product info page)

    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.

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: QUANTITY box not showing - can't order multiple items (product info page)

    @Ajeh,
    He is already using the classic folder structure..

    includes/templates/classic/css/stylesheet.css

    I noticed this today Ajeh....

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

    Default Re: QUANTITY box not showing - can't order multiple items (product info page)

    Look in the tpl_shopping_cart_default.php around lines 67-73 ...

    I have:
    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'];
      }
    ?>
    Be sure to check your default template and look for an override ...

    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!

  8. #8
    Join Date
    Feb 2005
    Location
    Houghton, MI, USA
    Posts
    19
    Plugin Contributions
    2

    Idea or Suggestion Re: QUANTITY box not showing - can't order multiple items (product info page)

    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. :)

  9. #9
    Join Date
    Feb 2010
    Location
    Sri_lanka
    Posts
    26
    Plugin Contributions
    0

    Default Re: QUANTITY box not showing - can't order multiple items (product info page)

    thanks a lot ..i also struggling with this...some of my products shows and some not..now it fixed..thanks a lot...

 

 

Similar Threads

  1. Product quantity box not showing on all items
    By racinjason in forum General Questions
    Replies: 4
    Last Post: 15 May 2014, 02:47 AM
  2. Product Info Page - Quantity Box Not Clickable
    By Kenichi in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Aug 2011, 09:39 AM
  3. Quantity box on product info page
    By dddmx3 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 May 2011, 01:36 AM
  4. specials box not showing on product info page
    By ttfan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Sep 2010, 10:46 AM
  5. Model #, Weight and Quantity not showing up on product info?
    By WaynesWorld in forum General Questions
    Replies: 4
    Last Post: 28 Jun 2010, 09:34 PM

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