I need this code to be inputted in my zen cart so I can accept this company data feed.......Here is what the code looks like for our order button. As long as Zen Cart can accept this info to their cart than we can easily make the switch. The highlighted area in the code would be the URL for Zen cart and we would simply send this form to the specified URL to complete the checkout on their side instead of ours.
<form method="post" action="custom-cart-url">
<input type="submit" value="Order">
<input type=hidden name="bookname" value="The Kite Runner">
<input type=hidden name="bookprice" value="15.00">
<input type=hidden name="bookpricesale" value="13.50">
<input type=hidden name="sku" value="9781594480003">
<input type=hidden name="sid" value="4598">
<input type=hidden name="author" value="Hosseini, Khaled">
</form>
I also need to accept ONIX 2.1 or 3.1 data into zen cart, so when I get the feed from the publishers it would automatically be updated to the website and there is not else to do on my part but just sale and promote the business, and any price change or update need to be done it is done automatically...I would like to upload over 6 million data unto my website......
I am using the latest zen cart


Reply With Quote
