We use a coupon specifically assigned to a customer to set a discount from list price. ie: Toyota Corporation has a 50% discount. Any registered user for Toyota is assigned this coupon so they receive the agreed upon discount. There is NO input field for a coupon on our site.
When a registered customer Signs In, ShopSite auto adds the coupon/discount to the shopping cart, absolutely perfect. If the user then uses "Empty Cart" the coupon is removed. The customer has to then logout and back in to get it added in to the cart.
We can resolve the issue through onload() scripting and reading the cookie, but does anyone have a reference to a solution from past posts.
MarkB