[ic] Help with the cart

Sam Batschelet batschelet at exactasphere.com
Fri Jan 23 16:27:45 EST 2004




> I'm very new with scripting.   I was trying to test an "ORDER" button that
> should add in to my cart.  for some reason, it just takes me to the
catalog,
> also, I'm confused on how to change the whole setting of the catalog.
>
> here is my site where I'm testing it:
>
> http://tinigpinoy.net/music/A/aiza-seguerra.htm
>
> Please try the first item.
>
> thanks.
>
>
>
> Maela Adao
>
Your problem is here

<FORM ACTION="http://tinigpinoy.net/~tinigp2/cgi-bin/cart.cgi" METHOD=POST>

this should be

<FORM
ACTION="http://tinigpinoy.net/~tinigp2/cgi-bin/cart.cgi/youritemsku.html"
METHOD=POST>

Good Luck

-Sam





More information about the interchange-users mailing list