s.products replace item
Hi,
I'm having difficulties in planning out the code needed for my s.product rule and I wondered if anyone could help.
We basically have a shopping cart where you can add a product. However once added you cannot remove the product but only replace with another product.
What would be the best way of running the code for this scenario?
My thoughts are:
product added : scAdd
product replaced : scRemove,scAdd
The part i'm not sure about is the product replace, would using scRemove and scAdd in a single Adobe call remove the original product and replace with new work ok?
or
Will I have to fire two separate Adobe calls, one for scRemove and another for scAdd?
Thanks