[ic] Adding a Field to Order Form

Robert W. Oliver interchange-users@icdevgroup.org
Thu May 15 21:03:00 2003


Which table should I add the column to?  I've looked through them and didn't
see one that pertained to the input values on the order form.

Robert Oliver

----- Original Message ----- 
From: "Paul Jordan" <paul@gishnetwork.com>
To: <interchange-users@icdevgroup.org>
Sent: Thursday, May 15, 2003 5:00 PM
Subject: RE: [ic] Adding a Field to Order Form

> Add the column to your table, if you have not already done so. Add the
> input(s) to your checkout page, similar to the way the other inputs are on
> that page. Then record it to the respective db via etc/log_transaction. It
> uses [import] blocks to write to 'transactions' and 'orderline' as well as
> other tables. Filter your values there if neccessary. Stir, and repeat.
>
> Paul