Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 2 of 2

Thread: Adding a new field (checkout)

  1. #1
    j1tters
    Guest


    Default Adding a new field (checkout)

    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

  2. #2
    jpf
    Guest


    Default

    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

Similar Threads

  1. Need longer text attribute field during checkout
    By Lobotaman in forum osCMax v2 Features Discussion
    Replies: 4
    Last Post: 08-02-2006, 07:08 AM
  2. Adding new textfield in checkout pages
    By JETC in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 06-14-2006, 02:27 PM
  3. Adding extra choices at checkout
    By PerfectEye in forum osCommerce 2.2 Modification Help
    Replies: 5
    Last Post: 08-18-2005, 04:56 AM
  4. Adding a field in customer database
    By ksl8313 in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 02-27-2005, 12:21 AM
  5. Adding a field
    By mrshlomi in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 03-07-2004, 03:11 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •