Re: "Product Added" information box above product list when product is added to cart?
in product.tpl
find
Quote:
{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}
|
and replace with
Quote:
{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();alert('Item added to cart.')"}
|
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
|