shahnawazsibi Posted June 27, 2012 Share Posted June 27, 2012 Hi I can not find solution for my problem i need a cluetip or simple tool tip on product quantity box how to do that ? Thank You Link to comment Share on other sites More sharing options...
shahnawazsibi Posted June 27, 2012 Author Share Posted June 27, 2012 file ---> /themes/prestashop/product.tpl <!-- quantity wanted --> <p id="quantity_wanted_p"{if (!$allow_oosp && $product->quantity <= 0) OR $virtual OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}> <label>{l s='Quantity :'}</label> <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} title="ttt" /> last title tag did the job Link to comment Share on other sites More sharing options...
shahnawazsibi Posted June 27, 2012 Author Share Posted June 27, 2012 now i need how to put combination values in it or how i put variables in it 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