|
|
|
|
"Shopping Cart and Product Information Quantity in Drop-down Synchronized 2.2MS2 03/21/2006
The "Must Agree To Terms" contribution enhances standard OSC Checkout logic by forcing the customer to
agree to the store's terms in order to place a new order.
It was written/tested using version 2.2 MileStone 2 (2.2MS2) of the osCommerce software dated November 11th 2005.
osCommerce:
Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
Shopping Cart and Product Information Quantity in Drop-down Synchronized
Contribution to OScommerce to avoid the out-of-stock problem when the customer updates the quantity of an item on the shopping cart, together with the inventory quantity from the products_info page.
http://www.marcellosales.com
Copyright (c) 2006 Marcello Sales
Released under the GNU General Public License
==========================================================
Changes History
==========================================================
v1.0 by Marcello Sales
Requirements:
- Add the quantity of the available products on a drop-down menu of the inventory quantity. In this way, the customer could choose the correct value on the range between 1 and the quantity available;
- The information must be up-to-dated to the state of the stock, so has to be checked with the database and with the cart to synchronize the quantities;
- Both drop-down menus displayed on the product_info.php and shopping_cart.php pages must show the same information about the number of items on the shopping cart." |
|
|
|
 |
| For more information, visit the official osCommerce contribution webpage. |
 |
|
|