Mike Jolley
0f22691767
Calculate tax and totals methods
2014-06-13 15:21:15 +01:00
Mike Jolley
76d160c8fc
Fire action when adding product
2014-06-13 10:20:38 +01:00
Mike Jolley
a6da6e3353
Also use qty
2014-06-13 10:18:03 +01:00
Mike Jolley
5aa8b47c6b
When setting totals, if not set get the data from the product
2014-06-13 10:14:18 +01:00
Mike Jolley
375a0e2652
static WC_Tax class - no need for a constructor in this
2014-06-12 16:47:43 +01:00
Mike Jolley
80ba9aa9c9
woocommerce_order_add_fee
2014-06-11 16:53:49 +01:00
Mike Jolley
c591a3fb54
Set correct post type
2014-06-11 16:11:28 +01:00
Mike Jolley
ef3e728855
Setters + wc_create_order + wc_update_order for #4169
2014-06-11 15:10:03 +01:00
Mike Jolley
32e77897cc
Placeholder functions
2014-06-06 15:51:09 +01:00
Mike Jolley
ded4b7404d
Admin changes for #5046
...
- Removed post type classes. Since they were always loaded, there was
no benefit having them split up. Combined meaning less hooked in
methods.
- Stopped loading some function files and sessions in the admin area.
They are not needed there.
- Made a few admin page classes static as they are stateless
2014-06-04 11:16:19 +01:00
Mike Jolley
7c5c113b61
Prevent sub pages of the shop page 404'ing with verbose page rules
...
Fixes #4621
2014-06-04 07:46:21 +01:00
Mike Jolley
8a6a195692
Merge branch 'post-statuses-for-orders'
2014-06-04 05:54:15 +01:00
Mike Jolley
be4be147b9
Merge pull request #5604 from claudiosmweb/4844-fix-product-cat-url
...
Exclude the product_cat custom rewrites from the rewrite_rules_array
2014-06-03 14:46:25 +01:00
Mike Jolley
26668f49eb
Merge pull request #5603 from claudiosmweb/5159-fix-product-attachment-url
...
Fix the product attachment urls when use n/%product_cat% as base url
2014-06-03 14:45:55 +01:00
Mike Jolley
01810c3fce
Check if wp_get_post_terms is empty before get_terms
2014-06-03 11:58:08 +01:00
Mike Jolley
f30e95663b
Prefixes for queries
2014-06-03 11:29:01 +01:00
Mike Jolley
9307fcf66b
Internal wc- prefix and get_status filter
2014-06-03 11:04:56 +01:00
Mike Jolley
66f36d3f08
woocommerce_order_has_status filter
2014-06-03 10:47:16 +01:00
Mike Jolley
309f700283
has_status
2014-06-03 10:45:33 +01:00
claudiosmweb
dfbe3e2e16
excluded the product_cat custom rewrites from the rewrite_rules_array, closes the #4844
2014-06-02 17:00:44 -03:00
claudiosmweb
6577d8086b
fixed the product attachment urls when use n/%product_cat% as base url, closes #5159
2014-06-02 15:40:24 -03:00
Mike Jolley
4c18ab831a
[2.1] Get terms doesn't support slugs #5490
2014-06-02 16:14:51 +01:00
Mike Jolley
22a37e860f
[2.1] When linking variations, use slugs #5490
2014-06-02 15:28:00 +01:00
Mike Jolley
fb570b2766
Merge pull request #5594 from claudiosmweb/fix-typo-1
...
Fix a typo with context in class-wc-install.php
2014-06-02 12:02:59 +01:00
Mike Jolley
6b35c59f5b
Tweaked tax query to contain less subqueries
2014-06-02 11:55:36 +01:00
Mike Jolley
387cc973df
Removes properties from customer class - these are all stored in _data!
2014-06-02 11:50:01 +01:00
Mike Jolley
ce44a5445f
Join errors
2014-05-30 18:29:53 +01:00
Mike Jolley
51201d0a6b
Update script
2014-05-30 18:27:41 +01:00
Mike Jolley
9bc9b34cc8
Change order admin panel to new statuses
2014-05-30 17:47:00 +01:00
Mike Jolley
e0a74fffc4
implement is_status()
2014-05-30 17:43:21 +01:00
Mike Jolley
fca32a98de
Implement is_status functions and update_status
2014-05-30 17:16:22 +01:00
Mike Jolley
ae50495dfd
Update API functions
2014-05-30 16:34:59 +01:00
Mike Jolley
05b9b8af4e
get_status_name + my_orders
2014-05-30 16:29:44 +01:00
Mike Jolley
334acf42f5
Optimise customer list
2014-05-30 16:24:32 +01:00
Mike Jolley
df9543000b
Optimise report query
2014-05-30 16:22:32 +01:00
Mike Jolley
9f6871ad7d
Optimise dashboard queries
2014-05-30 16:21:16 +01:00
Mike Jolley
543ed6f207
Optimise cart class
2014-05-30 16:17:51 +01:00
Mike Jolley
5af1c5ba59
Update checkout functions
2014-05-30 16:16:57 +01:00
Mike Jolley
2f374cf8b4
Optimize user functions
2014-05-30 16:14:24 +01:00
Mike Jolley
83b4845250
Optimise order functions for post statuses
2014-05-30 16:09:28 +01:00
Mike Jolley
55f087b20e
wc_get_order_statuses function
2014-05-30 16:03:11 +01:00
Mike Jolley
ba15dc1793
No longer need system status report on status
2014-05-30 15:58:09 +01:00
Mike Jolley
346b0deb31
no longer need to install shop order status terms
2014-05-30 15:57:28 +01:00
Mike Jolley
a8811167f2
pending
2014-05-30 15:54:18 +01:00
Mike Jolley
ea55a874db
Failed status
2014-05-30 15:28:10 +01:00
Mike Jolley
f506549264
Kill shop_order_status taxonomy
2014-05-30 15:27:17 +01:00
Mike Jolley
3e687d2a6e
Get status and is_status helpers which compare against post_status
2014-05-30 15:26:28 +01:00
Mike Jolley
127bcc7d35
Register statuses for orders
2014-05-30 15:24:53 +01:00
Mike Jolley
6e3820b635
No need for status drop down
2014-05-30 15:24:34 +01:00
claudiosmweb
00262a19f2
fixed a typo with context in class-wc-install.php
2014-05-30 11:13:26 -03:00