|
|
|
|
"1. copy this code near your in_cart button in product_info.php, actually you can add this code anywhere.
---------------------------------------------
<input type="text" name="quantity" value="1" maxlength="2" size="2">
--------------------------------------------
2. search your application_top.php
find this code:
---------------------------------------------
$HTTP_POST_VARS['id']))+1
--------------------------------------------
replace with this one
------------------------------------------
$HTTP_POST_VARS['id']))+$quantity
------------------------------------------
done!!" |
|
|
|
 |
| For more information, visit the official osCommerce contribution webpage. |
 |
|
|