RE: Specify product quantity for an attribute
freezehell <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <ec893353460b3f9363d9950e69634fe7@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=176842#176842 ---------------------------------------------------------------- qtpro 2.1 patch is a good start. I installed it on 2.2MS1 and it works but not perfect. Bug fixed: Check for product attributes in Checkout_payment.php so that out of stock product attributes are not allowed to be checkout. Plan fix: Update both the products_stock and product tables when items are checkout. ==> deduct the quantity in both tables. Limit: qtpro currently only works accurately if out of stock checkout is disabled. If out of stock checkout is enabled, the overall product quantity is depleted and therefore other attributes quantities are not correctly represented. View my sample site here: http://inbox.webhop.net look for kung fu uniform and check out large quantity in any of the sizes and you will see that you will not be allowed to check out if it is out of stock. I need to fix that stock are deducted from the products_stock table. cheers