Hi- is it possible to achieve this:
When qualifying product is added to basket, a new page (say an EZ page) opens which contains relevant statutory info.
Buyer then clicks on accepts and it takes buyer back to category page.
Thanks
Hi- is it possible to achieve this:
When qualifying product is added to basket, a new page (say an EZ page) opens which contains relevant statutory info.
Buyer then clicks on accepts and it takes buyer back to category page.
Thanks
I have been looking into this and best way seems to be an "ADD TO CART" button that after adding hyperlinks to a new page. This is what I have come up with so far BUT how do I get a hyperlink after it has added to cart?
<form name="cart_quantity" action="http://www.zencart.com?main_page=product_info&action=add_product" method="post" enctype="multipart/form-data">
<input type="hidden" name="cart_quantity" value="1">
<input type="hidden" name="products_id" value="1" />
<input type="image" src="includes/templates/template_default/buttons/english/button_in_cart.gif" alt="Add to Cart" title=" Add to Cart " />
</form>
I have realised this topic is no longer applicable to this section so have moved to:
http://www.zen-cart.com/showthread.p...13#post1167113