Hi,
The code to show the value and subtotal within actinic is
document.write(getCartItem(3));
document.write(getCartItem(1));
Can this code be used on pages outwith the actalog dir?
The code to show the value and subtotal within actinic is
document.write(getCartItem(3));
document.write(getCartItem(1));
Can this code be used on pages outwith the actalog dir?
Comment