New Zenner
- Join Date:
- May 2010
- Posts:
- 2
- Plugin Contributions:
- 0
Problems adding to cart in custom front end
Ver: 1.3.9b
My client wants a fully custom front end for her store which I've done but....and there's always a but.....I am having trouble getting the selected product into the shopping cart. I found this code fragment (which claimed to do the job):
<form action="http://[your domain name]/index.php?main_page=product_info&cPath=[your cPath]/&products_id=[your products_id]/&action=add_product" method="post" enctype="multipart/form-data" name="cart_quantity" id="cart_quantity"> <input type="hidden" name="cart_quantity" value="1" maxlength="6" size="4" /> <input type="hidden" name="products_id" value="[your products_id]" /> post </form>but the closest it comes is to take me to the page that lets me put a product in the cart (the product ID comes across properly but the quantity doesn't) and I still have to click to add the product to the cart. Oh, and on IE it doesn't even do that - just wanders about in the ether for a few minutes and comes back to where the original page.
Any help would be appreciated as the client is really feeling the pressure from her client.
Thanks,
Mike