WP-e-Commerce
WP-e-Commerce copied to clipboard
Feature: change email
would it be possible to allow admin to change the email adress on a specific order in the store sales ? would be a good adition cause i see some times users enter they email adress wrong by mistake
Moving to 3.8.14 to investigate.
I think we can likely close this as a dupe of a ticket, that may already be filed somewhere, that has to do with overhauling the sales log page?
Going to move to a future release for now.
In the case where a user created an account during checkout, they should be able to change their own email, right?
The email address changes for the user, but the address tied to the order stays in place. Correcting the data collected checkout is also an issue for typos in shipping / billing addresses and phones during checkout.
The way I solved this in our sites is that additional meta is added to completed orders as they make their way through the fulfillment process. It is this meta that is used and presented at shipping and other various contact points. The original meta and checkout form data is not modified.
An interesting data point is that 100% of USPS shipping addresses across the two main sites have technically incorrect shipping addresses entered by the person that lives at the address. Correcting these addresses, and using the correct address, saves us about 15% on all of our shipping costs.
@jtsternberg Yes
This should be good with #2165