Justin Sternberg
Justin Sternberg
Thanks @JeffPyeBrook, we agree, and have switched to using purchase meta for notes storage, with a back-compatibility shim. The notes bit of this issue (as well as some of the...
Or, probably more ideally, using the REST API (`WPSC_REST_Products_Controller`) to do an ajax fetch when an item is added to the cart.
Re: [product-dom-to-model.js](https://github.com/wp-e-commerce/WP-e-Commerce/blob/d1d29c5e7a12685fa8ab7f3819e4e552b25eb3e3/wpsc-components/theme-engine-v2/theming/assets/js/components/utils/product-dom-to-model.js), we really need to do away with that hack, and instead pass any product data as a proper model to the JS. This means that whenever a product...
The other option is do the model fetching via JS/ajax whenever a product is interacted with (via adding to cart).
related: https://github.com/wp-e-commerce/WP-e-Commerce/issues/516
 and 
Some things I'd love to see in future iterations: - Animated checkmark when opening the modal (like http://codepen.io/elevaunt/pen/JYRBzJ) - Some sort of live, sticky, persistent cart indicator (like shopify's buy...
Making pretty good progress: http://b.ustin.co/VTAo (Still have to hook up the DB synchronizing part, as it doesn't actually add the items to the cart, yet)
In the case where a user created an account during checkout, they should be able to change their own email, right?
This should be good with #2165