everthind now works with the cart and the return page Except the 'clear cart' script on the return.html page
would all the modifications above mean that the cookies would not get deleted?
the clear cokkies script is
<SCRIPT type="text/javascript" language="JavaScript">
//------------------------------------------------------------------||
// NOP Design JavaScript Shopping Cart ||
// ||
// For more information on SmartSystems, or how NOPDesign can help you||
// Please visit us on the WWW at http://www.nopdesign.com ||
// ||
// FUNCTION: DeleteCookie ||
// PARAMETERS: Cookie name, path, domain ||
// RETURNS: null ||
// PURPOSE: Removes a cookie from users browser. ||
//------------------------------------------------------------------||
function DeleteCookie (name,path,domain) {
if ( GetCookie(name) ) {
document.cookie = name + "=" +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
"; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
}
//---------------------------------------------------------------------||
</SCRIPT>
Thanks again for all the effort from the whole support team
Regards
Paul
