Contributions
Add quantity box to product info page
This contribution will let you add a product quantity box on the product info page, so any costumer will not need to go to shopping cart to change
the quantity. It is a simplified version of the contribution:
Product Quantity Dropdown on product_info page
--------------------------------------
************************************************
* Author: Victor Pereyra *
* Site: http://www.victorplus.com *
* Country: Lima Peru *
* OsCommerce Version: 2.2 MS2 Update 060817 *
* OsCommerce Version: Online Merchant v2.2 RC1 *
************************************************
it can be found here: http://addons.oscommerce.com/info/5202
The original was a dropdown box, but that is not practical for people who may order a quantity of say 500 - 5000.
This basically changes the dropdown to a text box and strips out the extra code that deals with inventory stock.
This may already exist(I thought that someone had to have already come up with this) but I looked high and low
and could not find a working version of this simple solution ...
Here is the one on the website, but for some reason I could not get it to work:
http://www.oscommerce.info/kb/osCommerce/General_Information/Tips_and_Tricks/246
Anyway, necessity is the mother of invention so hope this helps someone.
Expand All / Collapse All
Turn the quantity field into an text field rather than a dropdown list.
Follow the instructions from the contribution and when your done, open back up catalog/product_info.php and:
Replace:
tep_draw_pull_down_menu('cart_quantity',$products_quantity_array,1)
with:
tep_draw_input_field('cart_quantity')
This is a re-written Version for those with low quantity orders
This mod adds a Product Quantity Drop Down Box in Product Info
The quantity shown is limited by stock available & further by the MAX_QTY_IN_CART
Removed attributes limitation.
Simplified & modified to use the same code in application_top used by Product Listing Enhancements, Thumbnails & Manufacturer Headings http://addons.oscommerce.com/info/6051
Full Package
This is a re-written Version for those with low quantity orders
This mod adds a Product Quantity Drop Down Box in Product Info
The quantity shown is limited by stock available & further by the MAX_QTY_IN_CART
Its only displayed where there are product options.
Added fix for bug when product has no atributed
Full Package
This is a re-written Version for those with low quantity orders
This mod adds a Product Quantity Drop Down Box in Product Info
The quantity shown is limited by stock available & further by the MAX_QTY_IN_CART
Its only displayed where there are product options.
Basically, this is the same add-on as the basic package, but adds a default value of 1 to the quantity box. this prevents customers from overlooking the quantity box and getting a null entry.
This contribution will let you add a product quantity box on the product info page, so any costumer will not need to go to shopping cart to change
the quantity. It is a simplified version of the contribution:
Product Quantity Dropdown on product_info page
--------------------------------------
************************************************
* Author: Victor Pereyra *
* Site: http://www.victorplus.com *
* Country: Lima Peru *
* OsCommerce Version: 2.2 MS2 Update 060817 *
* OsCommerce Version: Online Merchant v2.2 RC1 *
************************************************
it can be found here: http://addons.oscommerce.com/info/5202
The original was a dropdown box, but that is not practical for people who may order a quantity of say 500 - 5000.
This basically changes the dropdown to a text box and strips out the extra code that deals with inventory stock.
This may already exist(I thought that someone had to have already come up with this) but I looked high and low
and could not find a working version of this simple solution ...
Here is the one on the website, but for some reason I could not get it to work:
http://www.oscommerce.info/kb/osCommerce/General_Information/Tips_and_Tricks/246
Anyway, necessity is the mother of invention so hope this helps someone.
Note: Contributions are used at own risk.