Hi
a lot of the users of our site have copies of our paper product lists, and would like to be able to add items directly to their cart by typing in the product codes that they know already.
Ideally we'd have an HTML form where they typed in a code and a quantity, and a SUBMIT that took them straight to the cart with the item added. At first I thought we could just submit such a form to ShoppingCart.pl, but it seems we would need to add the section id, which of course we don't know at that point in the purchase process.
Any ideas about how to approach this?
We're pretty experience with Perl, so happy to create an extra script if that's what's required, but just not sure how to deal with the section id.
Thanks in advance for any ideas
- Dave
a lot of the users of our site have copies of our paper product lists, and would like to be able to add items directly to their cart by typing in the product codes that they know already.
Ideally we'd have an HTML form where they typed in a code and a quantity, and a SUBMIT that took them straight to the cart with the item added. At first I thought we could just submit such a form to ShoppingCart.pl, but it seems we would need to add the section id, which of course we don't know at that point in the purchase process.
Any ideas about how to approach this?
We're pretty experience with Perl, so happy to create an extra script if that's what's required, but just not sure how to deal with the section id.
Thanks in advance for any ideas
- Dave
Comment