Claudio Sanches
|
246bec6017
|
Merge pull request #16180 from woocommerce/fix/16170
Sort by order + zone ID as a fallback in shipping zones
|
2017-07-19 10:50:37 -03:00 |
Mike Jolley
|
16870c9c25
|
Fix copy pasta errors in refunded email template
Closes #16157
|
2017-07-19 14:30:47 +01:00 |
Mike Jolley
|
28cb0909c8
|
Add placeholders array used in descriptions and for find and replace
Fixes #16156
|
2017-07-19 14:25:00 +01:00 |
Mike Jolley
|
8d277a263b
|
Sort by order + zone ID as a fallback in shipping zones
Fixes #16170
|
2017-07-19 10:16:50 +01:00 |
Mike Jolley
|
263a9123a7
|
Merge pull request #16175 from jaydeeprami/jd-fix-param-typo
Fix typo in '@oaram' to '@param'
|
2017-07-19 09:48:26 +01:00 |
jaydeeprami
|
55100562b3
|
Fix typo in '@oaram' to '@param'
|
2017-07-19 08:14:41 +05:30 |
Nick Hoobin
|
25038f6d0f
|
Add a filter to arguments passed to wc_get_products during prepare_data_to_export()
|
2017-07-18 10:38:36 -05:00 |
Claudio Sanches
|
5c67f0c665
|
Merge pull request #16161 from woocommerce/fix/importer-callbacks
Use class raw data, don't pass it
|
2017-07-18 10:26:12 -03:00 |
Mike Jolley
|
dfd7aa78d5
|
Use class raw data, don't pass it
#16127 caused an issue with fields which don’t require passing args
e.g. esc_url_raw callback. This broke tests.
|
2017-07-18 14:20:14 +01:00 |
Mike Jolley
|
96f0a6e375
|
DateTime docblocks
|
2017-07-18 11:46:11 +01:00 |
Claudio Sanches
|
90691e881f
|
Merge pull request #16140 from woocommerce/update/16136
Added `woocommerce_data_store_wp_{$this->meta_type}_read_meta` filter
|
2017-07-17 19:24:44 -03:00 |
Jaydeep Rami
|
3522857d23
|
Fix typo in WooCommerce plugin (#16135)
* Fixed typo
* Fixed more typo
* Fixed more typo
* Fix tyop
* Fix more typo
* Fix more typo
* Fix typo
* Fix typo
* Fix typo
* Fix typo datatime object
* Fix short name of compat
* Fix typo: update short name
* Fix typo "deactive" to "deactivate" and short BW - Compat
* Fix typo "Backwards compat"
* Fix typo 'parameters'
* Fix more typo 'pararmeters'
* Fix typo 'compund'
* FIx typo order
* Fix typo
* Fix typo 'incorrecly'
* Fix typo 'genarate'
* Fix typo 'reletive'
* Fix typo 'Handly'
* Fix typo 'rotatated'
* Fix typo
* Fix typo 'additonal'
* Fix typos
|
2017-07-17 11:10:52 +01:00 |
Mike Jolley
|
3f1144cf06
|
Merge pull request #16115 from woocommerce/refactor/woocommerce-class
Moving WooCommerce class to a separate file and fixing coding standards
|
2017-07-17 11:09:45 +01:00 |
Mike Jolley
|
62a3554c22
|
Merge pull request #16114 from woocommerce/fix/rest-api-options
[REST API] Allow OPTIONS requests again
|
2017-07-17 11:08:48 +01:00 |
Mike Jolley
|
0517673cfa
|
Reverse results of wc_array_cartesian so variations are created in a more expected way
Closes #16117
|
2017-07-17 11:02:47 +01:00 |
Mike Jolley
|
a2a34cf0be
|
Added `woocommerce_data_store_wp_{$this->meta_type}_read_meta` filter
#16136
|
2017-07-17 10:34:44 +01:00 |
Claudiu Lodromanean
|
19d844fa53
|
Merge pull request #16129 from woocommerce/fix/16128
Fixed missing reviews in product_page shortcode with SKU
|
2017-07-14 10:19:38 -07:00 |
claudiulodro
|
8c8684b8aa
|
Move meta query init above sku query
|
2017-07-14 10:10:37 -07:00 |
claudiulodro
|
96bc5e6f95
|
cleanup
|
2017-07-14 10:07:18 -07:00 |
Claudio Sanches
|
e5ebfb6141
|
Fixed missing reviews for product_page shortcode with SKU
When quering with SKU, WP_Query does not set `is_single` as true and this
makes fail the check inside `comments_template()`.
Closes #16128
|
2017-07-14 14:06:18 -03:00 |
claudiulodro
|
b04534bb85
|
Hook everything up to wc_product_query
|
2017-07-14 10:01:25 -07:00 |
claudiulodro
|
f66198c37d
|
Initial working wc_get_products
|
2017-07-14 09:50:20 -07:00 |
Claudio Sanches
|
4d3d377bcf
|
Merge pull request #16127 from woocommerce/fix/16119
Importing products with relative fields and skus
|
2017-07-14 12:55:11 -03:00 |
Claudio Sanches
|
14ff34ef81
|
Moved constants to main class and applied new description
|
2017-07-14 12:49:16 -03:00 |
Claudio Sanches
|
2e663af024
|
Merge pull request #16122 from woocommerce/update/16069
Check stock levels before showing payment form
|
2017-07-14 12:35:26 -03:00 |
Claudio Sanches
|
4f7b152b96
|
Merge pull request #16120 from woocommerce/fix/16118
Cast report data to floats
|
2017-07-14 12:34:00 -03:00 |
Mike Jolley
|
f63b2e24df
|
Merge pull request #16125 from websupporter/issue-16124
Switch to coupons internal get_email_restrictions() (solves #16124)
|
2017-07-14 12:34:43 +01:00 |
Mike Jolley
|
2bc7f075f5
|
Make sure placeholders have or check for SKUS
Fixes #16119
|
2017-07-14 12:33:14 +01:00 |
Mike Jolley
|
02dc61677a
|
Improve cleanup of fails
|
2017-07-14 11:38:49 +01:00 |
websupporter
|
72baa43fe2
|
switch to coupons internal get_email_restrictions()
|
2017-07-14 13:37:00 +03:00 |
Mike Jolley
|
02917db066
|
Merge pull request #16116 from woocommerce/fix/15982
Order note helper functions implementation
|
2017-07-14 10:58:36 +01:00 |
Mike Jolley
|
1c6a629d78
|
Check stock levels before showing payment form
|
2017-07-14 10:48:43 +01:00 |
Mike Jolley
|
44ef034a94
|
Cast report data to floats
#16118
|
2017-07-14 10:26:07 +01:00 |
Claudio Sanches
|
eb4caec13e
|
Applies wc_delete_order_note() and properly delete notes by AJAX
|
2017-07-13 19:38:37 -03:00 |
Claudio Sanches
|
97f9dab0ce
|
Applies wc_get_order_notes() on admin
|
2017-07-13 19:33:20 -03:00 |
Claudio Sanches
|
1b93282245
|
Change note to content
|
2017-07-13 19:30:25 -03:00 |
Claudio Sanches
|
8b9f974231
|
Fixed coding standards in main file
PHP functions name are case-insensitive.
|
2017-07-13 15:59:50 -03:00 |
Claudio Sanches
|
fe550d5322
|
Fixed coding standards
|
2017-07-13 15:57:46 -03:00 |
Claudio Sanches
|
89bbd4acfa
|
Prevent direct access
|
2017-07-13 15:46:34 -03:00 |
Aristeides Stathopoulos
|
e4bf9b3d78
|
Properly define constants after moving class outside main plugin file.
|
2017-07-13 15:44:23 -03:00 |
Aristeides Stathopoulos
|
e7ffb9f910
|
Move WooCommerce class to separate file.
|
2017-07-13 15:44:20 -03:00 |
Claudio Sanches
|
8aa2701514
|
Merge pull request #16113 from woocommerce/fix/cod-shipping-logic
Improves cash on delivery logic when dealing with multiple methods
|
2017-07-13 15:23:15 -03:00 |
Claudio Sanches
|
f37e066d97
|
[REST API] Allow OPTIONS requests again
|
2017-07-13 15:19:17 -03:00 |
Claudio Sanches
|
940019f245
|
Merge pull request #16103 from jconroy/api-terms-page-data
Add the "Terms and conditions" page to the api system status pages property
|
2017-07-13 15:17:48 -03:00 |
Mike Jolley
|
37fc4c8f77
|
Ajaxify the product category filter (#16110)
* Ajaxify the product category filter
Closes #12773
* Min
|
2017-07-13 17:04:40 +01:00 |
Claudiu Lodromanean
|
287b0107b1
|
Merge pull request #16109 from woocommerce/fix/15858
add next button to pointers and allow it to be dismissed
|
2017-07-13 08:45:49 -07:00 |
Claudiu Lodromanean
|
c5443dddf5
|
Merge pull request #16107 from woocommerce/update/13171
Ajaxify widget remove from cart button
|
2017-07-13 08:41:36 -07:00 |
Claudiu Lodromanean
|
268166ecd0
|
Merge pull request #16093 from woocommerce/fix/15824
Fix select box styling in 2017
|
2017-07-13 08:28:51 -07:00 |
Mike Jolley
|
982edb2f9f
|
Improves cash on delivery logic when dealing with multiple methods
If an order has multiple shipping methods, check all against the
allowed methods using a simple array_diff.
|
2017-07-13 16:21:59 +01:00 |
Mike Jolley
|
c41df2a2ba
|
Merge pull request #16112 from bekarice/fix/COD-check-shipping-method
Fix deprecation notice from accessing order props directly
|
2017-07-13 16:04:58 +01:00 |