I have a client with an online store looking to implement an additional function.
They desire to have something in place that requires the customer to check/click
a box/button that signals that they, the customer, 'ACCEPTED' the terms of sale.
(it needs to be accepted only before the addition of the first item to the cart)
The shopping cart and checkout are handled by a third party on a
separate server and are not customizable so the mod must be done at the store level.
The items are POST'ed to this shopping cart via FORMs.
Each item is assigned to a form with a unique name, so there may be
15 or 20 "forms" on a page.
I am thinking something along the lines of a javascript to inhibit the
submission of the form until the acceptance value is 'true'.
Once 'true'.. a cookie/session could be set so as to suppress the javascript for
all subsequent additions to the cart (during that visit).
Does that make sense?
Any ideas or methodologies would be helpful.
Submit Your Article
Forum Rules

Reply With Quote
