Currently, new signups are saving previously entered email addresses, so by returning to the form later, users have to change the address rather than starting from scratch.

We would prefer that users must re-enter their email if they go back and re-add the product to cart.
For us this would prevent erronous entries while multiple buyers use the same computer.

So:
1: Add to cart, checkout add uc_signup details
2: Cancel, return to home, Add to cart, checkout
3: UC-Signup should not use previously entered info here, but prompt for address again.

Currently using http://drupal.org/project/uc_atctweaks to force empty the cart and proceed to checkout page. Here's the site: http://hypelife.ca/node/2

Thanks for helping us this far guys!

Comments

ezra-g’s picture

Title: Add Option to clear signup email when revisiting signup later » Optionally clear $_SESSION data when product is removed from cart
Category: support » feature
Priority: Major » Normal

Previously entered email information is stored in the user's session. The intention of allowing this information to persist with the session is that it may help avoid lost sales when a customer doesn't feel like re-entering their information.

Currently, folks are able to change the email address that's been entered by clicking "edit signup information" on the checkout form. Perhaps you'd like to provide a patch that allows the site to be configured to not store the signup information entered for a product if it's been removed from the cart?