Commit Graph

1322 Commits

Author SHA1 Message Date
Coen Jacobs f7601f9b0a Add filter around admin access check. Closes #3401 2013-07-01 10:27:54 +02:00
Mike Jolley b7d562f27a Flush after add/edit Closes #3387 2013-06-28 11:28:05 +01:00
Mike Jolley d0b6483037 Dump coupon helper and add new functions. Closes #3353. 2013-06-28 10:23:20 +01:00
Mike Jolley 7b38ad6d77 Merge pull request #3372 from helgatheviking/feature/variable-pricing-meta-tr-class
add a class to the variable pricing table row
2013-06-27 16:42:38 -07:00
Mike Jolley 03ee1c29e5 Merge pull request #3385 from helgatheviking/feature/variable-bulk-edit-js
use switch case for variation bulk edit. add action hook for new cases (for #3383)
2013-06-27 16:41:28 -07:00
Gerhard 1df330a3e2 Change changelog URL for extension version info to new cloudfront url 2013-06-27 11:33:08 +02:00
Mike Jolley 26a7e09478 Correct sanitization of option fields.
@coenjacobs if we do do another maintainence release, this one would be
beneficial
2013-06-22 12:06:02 +01:00
Kathy Darling 04c071f855 use switch case for variation bulk edit. add action hook for new cases 2013-06-21 12:52:37 -05:00
Kathy Darling 3bc521db0d add a class to the variable pricing table row 2013-06-20 10:05:41 -05:00
Mike Jolley 0204ff231a Tab filters. Closes #2786. 2013-06-14 15:54:29 +01:00
Mike Jolley c72ae714f7 Removed nonce helper
@coe
2013-06-11 17:55:55 +01:00
Mike Jolley 4397b00c4a classes -> includes (for includes) 2013-06-11 14:28:45 +01:00
Mike Jolley c9e3951ac5 Enable setting autoload modification Closes #3195. 2013-06-11 11:27:56 +01:00
Coen Jacobs ef2edd5de7 Merge pull request #3288 from woothemes/core-class-refactor
Further core class refactor
2013-06-11 02:48:55 -07:00
Mike Jolley 6da599156e Merge pull request #3298 from maxrice/master
Add actions for attribute create/update/delete
2013-06-10 08:47:40 -07:00
Mike Jolley 7572d13455 Save button/link for external products if 'empty' 2013-06-08 15:01:42 +01:00
Max Rice 7f6a52ce08 Include old attribute name in `woocommerce_attribute_updated` action 2013-06-07 13:26:51 -04:00
Max Rice 67de46b1ed Add actions for attribute create/update/delete 2013-06-07 13:20:00 -04:00
Mike Jolley 356202ce19 Fix 'same as parent' for tax classes.
@coenjacobs .11 I think
2013-06-06 18:13:03 +01:00
Coen Jacobs a09ebc9cca Merge branch 'helpers-refactor' into core-class-refactor
Conflicts:
	classes/class-wc-shortcodes.php
	classes/shortcodes/class-wc-shortcode-change-password.php
	classes/shortcodes/class-wc-shortcode-view-order.php
	templates/myaccount/form-change-password.php
	templates/myaccount/form-login.php
	templates/order/order-details.php
	woocommerce-functions.php
2013-06-06 13:55:36 +02:00
Mike Jolley 1cdd04821f More debug 2013-06-06 12:30:46 +01:00
Mike Jolley b50ddaa47f Keep counts synced 2013-06-05 16:32:50 +01:00
Mike Jolley b7d1b2d66e Link orders from admin (customers page) Closes #3248.
This function can also be hooked into registration if it needs to be
automated.
2013-06-05 16:04:09 +01:00
Coen Jacobs a43e204a8c Abstracted coupon helper to class #3282 2013-06-05 16:20:56 +02:00
Coen Jacobs 74fcf1a1d4 Abstracted attribute helper to class #3282 2013-06-05 16:14:25 +02:00
Coen Jacobs b3f05bdd66 Abstracted inline JS helper to class #3282 2013-06-05 13:51:06 +02:00
Coen Jacobs 64c75547f3 Abstracted transient helper to class #3282 2013-06-05 13:39:27 +02:00
Mike Jolley a3c2cef3f7 Better account edit Closes #3168 2013-06-05 12:07:23 +01:00
Mike Jolley 0b9689f73a Get rid of un-useful options. 2013-06-05 11:13:36 +01:00
Mike Jolley 4aef7c73ee View order page endpoint 2013-06-04 17:33:43 +01:00
Mike Jolley a7ba197fb7 Generate usernames and passwords.
Closes #3085. Closes #3155. Part of #3248.
2013-06-03 17:28:32 +01:00
Mike Jolley ef49fd62df Tweak account options 2013-06-03 16:09:04 +01:00
Mike Jolley cde4947acf Remember which attributes get registered and added taxonomy_is_product_attribute() function
Closes #3149.
2013-06-03 11:04:21 +01:00
Mike Jolley 24a1812738 Move post type registration to separate class. 2013-06-03 11:04:21 +01:00
Mike Jolley 3277b485b8 Data sanitization
@coenjacobs for .11
2013-05-31 18:34:44 +01:00
Mike Jolley beb4c99325 woocommerce_create_pages Closes #3173 2013-05-31 17:16:34 +01:00
Mike Jolley 304f006566 Better filter. Closes #3249 2013-05-31 16:44:09 +01:00
Mike Jolley d8a016fcbc Merge pull request #3213 from om4james/installpages
Install pages enhancements to help reduce conflicts with other eCommerce plugins.
2013-05-31 08:15:42 -07:00
Mike Jolley e4f4b09ba6 Pay page and thanks page endpoints. Requires permalink save. Closes #3170. 2013-05-31 16:13:18 +01:00
Mike Jolley bedfa10534 Use get_item_count() method. Closes #3182. 2013-05-31 12:52:45 +01:00
Mike Jolley 222124d201 Prevent fatal error if product not found 2013-05-31 12:30:57 +01:00
Mike Jolley 559d7b9759 Updated blockui to prevent errors in WP 3.6.
@coenjacobs this needs to go in .11
2013-05-28 17:02:18 +01:00
Mike Jolley 8fbd2da48d Separate out accounting.js and format dashboard sales currency. Closes #3151. 2013-05-28 15:27:26 +01:00
Mike Jolley a3fef88895 Hooks for list of gateways in admin. Closes #2982. 2013-05-28 14:38:50 +01:00
Mike Jolley ac51ebf2b8 Revised checkout shipping process. Checkbox within heading. Closes #2571. 2013-05-28 14:19:08 +01:00
Mike Jolley 18023b8420 woocommerce_load_alt_locale 2013-05-24 16:52:02 +01:00
Mike Jolley 28933f1fec Check product exists.
@coe
2013-05-23 13:27:12 +01:00
Mike Jolley d528bef73a Select all/none countries Closes #3203. 2013-05-22 13:18:05 +01:00
James Collins 15bd87cbec WooCommerce Install Pages Enhancements
When attempting to install a new page:

* only search for pages (ignore posts and other custom post types)
* search for an existing page with the specified page content (typically a shortcode), or if no page content is specified, search for an existing page with the specified page slug.

Should fix #3100 and will also help ensure that WooCommerce only attempts to reuse existing pages that have the WooCommerce shortcodes on them, thus reducing conflicts with other eCommerce plugins.
2013-05-21 16:18:35 +10:00
James Koster d976dedcc5 no more css options & added responsive stylesheet 2013-05-14 18:28:36 +01:00