PDA

View Full Version : New Ecommerce set up in EE?


nbramley
24th of May 2005 (Tue), 18:06
I'm trying to set up a new ecommerce template within EE. So far I've done a save as to paypalcart.php. The ecommerce company I'm going through need the following information in the product table:

1) <form action="http://www.cart_name.com/cart.php?mode=add" method="post"> - I already put that into "$action_URL" field, hope that's right?

2) <input type="hidden" name="store_number" value="My Store #"> - Not sure where to put this???

3) <input type="hidden" name="item_number" value="Image Item Number"> - I want this to be the image name given in EE (filename uploaded into EE). Not sure what this variable is called???

4) <input type="hidden" name="item_description" value="Image Description"> - I want this to be the "FREE TEXTUAL INFO" variable found in the photo editor tool.

5) $formtarget = "paypal"; - I'm assuming I will need to change this???

Not sure if I would need to change anything else to make this work???

Thanks,
Neil