islaprog Posted July 8, 2011 Share Posted July 8, 2011 Hello, is there any theme to pick a qty and send it to a cart at once, from the product list, instead of choosing qty only when looking in a cart? Link to comment Share on other sites More sharing options...
imbuying Posted July 8, 2011 Share Posted July 8, 2011 The tnt theme from atchworks.com has this feature i use it on my store with modification www.imbuyingthat.com Link to comment Share on other sites More sharing options...
islaprog Posted July 8, 2011 Author Share Posted July 8, 2011 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 More sharing options...
imbuying Posted July 8, 2011 Share Posted July 8, 2011 you mean you want it on the category page and not on the main product page as i have have it on the main product page like image below Link to comment Share on other sites More sharing options...
imbuying Posted July 8, 2011 Share Posted July 8, 2011 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 More sharing options...
islaprog Posted July 8, 2011 Author Share Posted July 8, 2011 Thank you, i guess this should work, love this community, Thank you imbuying a lot! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now