Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Capturing text from another page into the cart


mk1_salami

Recommended Posts

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

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

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...