mk1_salami Posted September 15, 2005 Share Posted September 15, 2005 Hi All, I've recently been getting familiar with OScommerce and Zencart. I find both systems fairly similar, but my knowledge is lacking in a lot of areas. I'm looking for a way to capture the text inputed into textfields on a flash page, or javascript page into the shopping cart. For example, This site allow the user to customise a label, and those text fields are then sent to the store owner along with the payment details etc. Can anyone help me with this? I'm beginning to think it's impossible with oscommerce?! Link to comment Share on other sites More sharing options...
Guest Posted September 15, 2005 Share Posted September 15, 2005 fairly easy to do without jscript or flash why you need flash to process a form? Briefly: - you can use tep_draw_form then setup the various fields as your input (you can try it on a test file on the catalog root) - modify application_top to process the various fields of your form and call the shopping cart to do what you need. See how the shopping cart itself update the fields as an example. Link to comment Share on other sites More sharing options...
mk1_salami Posted September 15, 2005 Author Share Posted September 15, 2005 I want the fields to update an image so the customer can preview their label before they buy it... fairly easy to do without jscript or flash why you need flash to process a form? Briefly: - you can use tep_draw_form then setup the various fields as your input (you can try it on a test file on the catalog root) - modify application_top to process the various fields of your form and call the shopping cart to do what you need. See how the shopping cart itself update the fields as an example. <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Guest Posted September 15, 2005 Share Posted September 15, 2005 Just running a jscript or active-x control next to the form wont be a problem Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.