what you could do is just create a new field in the order_items table called
"custom", and have a field on the flypage where they enter that data. when
the item is added to the cart, just create a new cart field called custom
and store it along with the product_id. when you get to the checkout
process, just make sure the content of that new cart field is put in the new
custom field in order_items.
things to update:
checkout/ps_checkout - you'll need to update the add() and paypal_add()
functions, as well as the send_email() function
those will all need the cart value displayed at some point or stored
in the DB
shop/ps_cart - you'll need to update the add() function so that it puts your
custom field from the flypage into the cart
checkout/thankyou - you'll need to display the custom field content under
the product listings
order/order_print - same as thankyou page, but for the backend.
i think that should do.
--------------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG -
http://www.avg.com
Version: 8.0.176 / Virus Database: 270.10.12/1909 - Release Date: 1/22/2009
7:08 AM