Jump to content

Is there any theme to place a qty and send it to cart at once?


islaprog

Recommended Posts

thank you for reply , imbuying. you've developed interesting features, but that is not the one I need. I want that in each category when open there will be seen not only "Price" and "Send to cart" or "View" but also a text field where the qty could be mentioned immediately.

Link to comment
Share on other sites

Just had a quick look at minne t is on the product page here is the code

    <!-- quantity wanted -->

quantity <= 0) OR $virtual OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}>
{l s='Quantity :'}
               <input type="text" name="qty" id="quantity_wanted" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}{else}{if $product->minimal_quantity > 1}{$product->minimal_quantity}{else}1{/if}{/if}" size="2" maxlength="3" {if $product->minimal_quantity > 1}onkeyup="checkMinimalQuantity({$product->minimal_quantity});"{/if} />



quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} style="display: none;"{/if} id="add_to_cart" class="buttons_bottom_block"><input type="submit" name="Submit" value="{l s='Add to cart'}" class="exclusive_large_cart" /></p>



Guess if you can find were to put it then that should work on any theme

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...