This is a discussion on Adding a new field (checkout) within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I'm trying to add a generic selection of 4 radio buttons on teh checkout page. Basically its just a small ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I'm trying to add a generic selection of 4 radio buttons on teh checkout page. Basically its just a small info field that has to do with what do do if the item is out of stock. Adding the buttons is no prob. What I need to know is what else must be done to get that info to pass on the the invoice. Also have this a user preference. IE chose one that will stick with that user. Im assuming that I need to make a new field in the db for this then call it. Is there any documentation for all the things I need to touch in order for this to work. Seems like it would be a pretty easy thing. Thanks j1tters |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| I would think it would take a bit to add.... First of all the option would have to be stored in some where in the database depending where you want to keep it - like the order or order_status table ... like append a field called somthing like backorder_status of int(1) and is not null. Then add this variable into all nessary files and sql quiry. Something along that line is: Additional Shipping Options for Table Module http://www.oscommerce.com/community/contributions,1446 Not sure if this is what your thinking - but might be able to be modifed to work with a backorder option..... And if your dealing with alot of back orders then you might want to also look at: http://www.oscommerce.com/community/contributions,1335
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need longer text attribute field during checkout | Lobotaman | osCMax v2 Features Discussion | 4 | 08-02-2006 08:08 AM |
| Adding new textfield in checkout pages | JETC | osCommerce 2.2 Modification Help | 3 | 06-14-2006 03:27 PM |
| Adding extra choices at checkout | PerfectEye | osCommerce 2.2 Modification Help | 5 | 08-18-2005 05:56 AM |
| Adding a field in customer database | ksl8313 | osCommerce 2.2 Modification Help | 3 | 02-27-2005 12:21 AM |
| Adding a field | mrshlomi | osCMax v1.7 Discussion | 4 | 03-07-2004 03:11 PM |