WP-e-Commerce
WP-e-Commerce copied to clipboard
WP eCommerce - The most popular independent eCommerce platform for WordPress
This fix the issue when show "related products"
Introduces the Registry base class and POC with the log notes object (which will have minimal implications).
This PR builds on top of https://github.com/wp-e-commerce/WP-e-Commerce/pull/2254. This is a major functional overhaul, and should introduce some significant performance benefits, but may also introduce bugs and should not be merged...
Would be great to do some integration with Query Monitor - bbPress and Buddypress both do this - especially for our own TEv2 custom query variables and such.
Currently (now that #2295 was merged), the JS cart modal stuff is depending on some brittle html bits in the dom in order to add an item to the cart...
Currently, there is a lot of duplicated functionality. We should default to putting our effort into the new REST API controllers and use those as the base. We'll likely have...
Currently, there's no way to actually access the store pages that are created. We need a NUX to direct users to create (or have created for them) the most logical...
Again when using TEv2 and gateways written in the new merchant v3 version and the gateway has custom checkout fields (credit card) we need to make sure the fieldset for...
Stuff that needs done: - [x] Make sure it works with TEv1 and TEv2 - [x] Make sure tokenization (javascript) is working in both TEv1 and TEv2. TEv1 works ATM...
the paypal digital goods and express checkout gateways use the TE2 function _wpsc_get_current_controller_name(), but don't check to see if TE2 is loaded Two issues.... 1) It is unclear if the...