Results 1 to 10 of 22

Threaded View

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

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

    Hello everyone!

    This form is a blessing! Thank you all for all of your wonderful contributions and your help! I have searched the forums for the quantity issue I have encountered but wasn't able to find a solution. Here's my problem:

    I DO NOT HAVE A QUANTITY BOX IN PRODUCT INFO PAGE - the actual product description pages - so the user cannot order more then one item at a time.


    I have configured all the obvious ADMIN settings : here are the ones that have the quantity settings whjch I turned on:
    1) Catalog -> Product Type -> Product General:Show Quantity in Shopping Cart = SET TO 1Show Quantity in Stock = SET TO 1
    2) Configuration -> Product Info -> Product Info Quantity Box Status - Adding New Products = SET TO 1
    3) Configuration -> All listings -> Display Product Quantity = SET TO 1202

    Second thing I checked was the "tpl_product_info_display.php" file - but didn't figure out what needed to be done there. I have a feeling there might be something wrong here. Just in case, I'm going to list one of the main QUANTITY code bits here:

    -------------------------------------------------------------------
    <!--bof Add to Cart Box -->

    <?php
    if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
    // do nothing
    } else {
    ?>
    <?php
    $display_button = zen_get_buy_now_button($_GET['products_id'], '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT));
    ?>
    <?php if ($display_qty != '' or $display_button != '') { ?>
    <div id="cartAdd">
    <?php
    //echo $display_qty;
    echo $display_button;
    ?>
    </div>
    <?php } // display qty and button ?>
    <?php } // CUSTOMERS_APPROVAL == 3 ?>

    <!--eof Add to Cart Box-->
    -------------------------------------------------------------------

    I have tried setting the <input type="hidden" to "text" and in this case the quantity field actually shows but to no help - it doesn't do anything when I enter any values - product quantity always stays at 1.

    CAN ANY OF THE WIZARDS ON THIS FORUM HELP ME FIX THIS?
    Last edited by DrByte; 12 Jul 2015 at 03:53 AM. Reason: personal information removed by request

 

 

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