You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hi,
I am using the remote API function for my site at
I am having a problem getting the shipping info and options to show up in the check out screen.
Here is my code:
<form METHOD="POST" ACTION="http://www.creature-teacher.com/cgi-bin/cp-app.cgi">
<input TYPE="HIDDEN" NAME="pg" VALUE="ste_cart_add_proc">
<input TYPE="HIDDEN" NAME="cart_api" VALUE="Y">
<input TYPE="HIDDEN" NAME="name" VALUE="Indoor Dragline">
<input TYPE="HIDDEN" NAME="number" VALUE="01">
<input TYPE="HIDDEN" NAME="price" VALUE="5">
<INPUT TYPE="HIDDEN" NAME="urlproduct" VALUE="http://www.petexpertise.com/staging/indoordragship.htm>
<INPUT TYPE="HIDDEN" NAME="delivery_method" VALUE="C">
<INPUT TYPE="HIDDEN" NAME="usetaxcountry" VALUE="N">
<INPUT TYPE="HIDDEN" NAME="usetaxstateprov" VALUE="Y">
<INPUT TYPE="TEXT" NAME="quantity" VALUE="1" SIZE="5">
<input TYPE="SUBMIT" NAME="SUBMIT" VALUE="Add To Cart">
</form>
I've read and re-read the examples on this and have tried all different settings for shipping (product based, real-time), but nothing shows up on the screen. I *am* getting the tax, options, items and total to show up.
I would really appreciate some help.
Thanks!
Jess
Offline