WP-e-Commerce
WP-e-Commerce copied to clipboard
WP eCommerce - The most popular independent eCommerce platform for WordPress
Instead of just checking the first code and failing if it doesn't work, check all codes until we find the first that works.
- also adds a general administrator nag class to our repertoire to make future nagging and error reporting that much more fun Addresses issues #1272 and #1270
This patch allows a user to set the number of items to show on the Sales Log page. (Yay!)
Addresses issue #1507 where WordPress "the_content" filter actions are being overwritten on single product pages
Add check to see if variations are defined and used, when they are not defined and used don't make calls through WordPress for variation terms unless working inside the admin...
Fixes display type for categories overwriting the Presentation settings when selecting Default as option
with function call where $_REQUEST is not sent. P.S. Who the hell checks for (isset($_REQUEST["product_id"]) || isset($post_id)) and then uses $_REQUEST["product_id"] ?? What if I have $_REQUEST["post_ID"] ?? I'll tell...
addresses issue #1786 Make sure customer cookie value is decoded prior to breaking it into components, in php and js/wp-e-commerce Much console output is being generated in the WPeC javascript,...
Update countries, regions and currencies to be PHP code based rather than from the database. - Allows internationalization of country, region and currency information - Fully backwards compatible with -...
Basic setup that adds the controls. Release works but the version saving needs work