WP-e-Commerce
WP-e-Commerce copied to clipboard
Buy Now button with Variations
This is a long standing problem. When the Buy Now button is output (a standalone form), it doesn't include any variation information. As a result, any changes in the variation are ignored. Worse, when you press the Buy Now button, it submits to Paypal with the value of the parent product including whatever price is stored on the product record.
This will require changes to:
wp-e-commerce.js when updating on change in selected variance, update the corresponding Buy Now button
display.functions.php - include a hidden field in the Buy Now form to pass the variation value(s) to the Add_to_cart
Yeah, $/jQuery doesn't matter at all. This entire file is slated to be refactored in the near future anyway, at which point we'll be properly using the $ namespace alias.
Slating this for 3.8.12., @1bigidea, can you rebase?
Yikes I don't even know how / if this works on 3.9 --- do we want it to?
Sent from my iPhone
On 4/05/2013, at 9:53 AM, JustinSainton [email protected] wrote:
Slating this for 3.8.12.
— Reply to this email directly or view it on GitHub.
Related: #422.
I am going to try and deal with #422 this weekend
On May 10, 2013, at 11:38 PM, JustinSainton [email protected] wrote:
Related: #422.
— Reply to this email directly or view it on GitHub.
Punting to a future release. Would be awesome to fix it though.