Hi! Is it possible to change file "pages_default.tpl" option "iQuantity=1" ------------------------------------------------------------------------------------------------
<!-- BEGIN PRODUCTS_BASKET --> <div class="basket"><a href="$aData[sBasketPage]&iProductAdd=$aData[iProduct]&iQuantity=1" rel="nofollow">$lang[Basket_add]</a></div>
Here I found some solution for full description area http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=5543 , but I need same in short description area.
Not so simple because in product's details page You have form and You can use field with quantity (You can use $_POST array). Here You can only try with JavaScript and getting value from field in this way.