Commit Graph

21644 Commits

Author SHA1 Message Date
claudiulodro 992c1cce63 Add filter to exporter default column names 2017-06-02 11:46:27 -07:00
Mike Jolley 260cfce497 Format strings 2017-06-02 18:44:43 +01:00
Mike Jolley adc679633b Handle default subjects and headings at time of sending, not in constructor 2017-06-02 18:25:05 +01:00
Jonathan Belcher 66736e69f7 Fix incorrect documentation 2017-06-02 12:58:16 -04:00
Lawrence 127ed893dc Update class-wc-data-store.php 2017-06-02 09:19:54 -07:00
Claudio Sanches 46846ed4e0 Merge pull request #15416 from woocommerce/fix/15407
Correctly append cache
2017-06-02 12:18:55 -03:00
Claudio Sanches 86f2edb125 Merge pull request #15419 from woocommerce/fix/15412
Update florin
2017-06-02 12:16:15 -03:00
Mike Jolley fa1d2cba23 Merge pull request #15413 from bekarice/tweak/filter-cart-added-qty
Tweak: Filter quantity being added to the cart
2017-06-02 15:27:17 +01:00
Mike Jolley 7ee02d8f55 Merge pull request #15411 from crodas/tax_address_issue
Improve how taxes are applied
2017-06-02 15:16:32 +01:00
Mike Jolley b1ccb76d06 Update florin
Fixes #15412
2017-06-02 15:14:29 +01:00
Mike Jolley 198883e1fb Merge pull request #15406 from woocommerce/improvement/15382
Add index to order_id in woocommerce_downloadable_product_permissions table.
2017-06-02 13:37:56 +01:00
Mike Jolley da91857a84 Correctly append cache
Fixes #15407
2017-06-02 13:34:09 +01:00
José Marques e77c86a7bc removes cursor from inactive toggles 2017-06-02 11:23:54 +01:00
José Marques 3d516ab9cd removes checkbox toggle markup and replaces inactive toggles links with spans 2017-06-02 11:22:48 +01:00
Beka Rice 494fa0974c Filter quantity being added to the cart 2017-06-02 00:07:06 -04:00
Claudiu Lodromanean 88024f6f9c Merge pull request #15405 from woocommerce/feature/15301
Adds dummy-data.csv
2017-06-01 13:21:09 -07:00
Cesar Rodas c96c62f380 Improved how taxes are applied
If by default the taxes are based on the shipping address and the current order doesn't have any, it would use the billing address rather than using the Shopping base location.

It's basically what WooCommerce is [doing already in Javascript](https://github.com/woocommerce/woocommerce/blob/master/assets/js/admin/meta-boxes-order.js#L526-L575). This kind of checks should be done in the backend, never in the client side.
2017-06-01 15:51:55 -04:00
Claudio Sanches 08279dc7b9 Merge pull request #15401 from woocommerce/update/romania
Add Romanian states
2017-06-01 16:04:32 -03:00
Claudio Sanches b01a6996d8 Merge pull request #15409 from woocommerce/improvement/wiki
Add wiki links to order query docblocks.
2017-06-01 16:03:43 -03:00
Claudio Sanches 878a91cfe5 Create single products before grouped product 2017-06-01 16:01:00 -03:00
Claudio Sanches 7698bfbd8e Merge pull request #15408 from woocommerce/improvement/asc
Get posts in ID ascending order in exporter.
2017-06-01 16:00:17 -03:00
claudiulodro 16e88856f3 Add wiki link to order query 2017-06-01 11:59:15 -07:00
claudiulodro b27fb203ef Add wiki link to wc_get_orders 2017-06-01 11:58:43 -07:00
Claudio Sanches 89ebd951b8 Variable product before variations 2017-06-01 15:58:21 -03:00
claudiulodro 63069976cf Order ASC in exporter 2017-06-01 11:52:14 -07:00
Claudio Sanches 70853bdf74 Removed old Product CSV Suite CSV files 2017-06-01 15:41:40 -03:00
claudiulodro cad7757045 Add index to order_id 2017-06-01 11:26:35 -07:00
Claudio Sanches b8feea7aaf Introduced dummy-data.csv 2017-06-01 15:18:45 -03:00
Claudiu Lodromanean 421d716d6e Merge pull request #15398 from woocommerce/fix/15394
Fix group clause depending on query
2017-06-01 10:25:26 -07:00
claudiulodro e9e8c3c011 formatting 2017-06-01 09:05:17 -07:00
claudiulodro 677802db71 formatting 2017-06-01 09:04:23 -07:00
claudiulodro 981fb2ce87 Add Romanian states 2017-06-01 09:03:23 -07:00
Claudiu Lodromanean 569642661c Merge pull request #15400 from woocommerce/update/attribute-value-output
use make clickable for urls
2017-06-01 08:21:08 -07:00
Mike Jolley d39d882a4e use make clickable for urls
#15305
2017-06-01 15:29:17 +01:00
Mike Jolley e3a4008d9f Fix group clause depending on query
Fixes #15394
2017-06-01 13:33:30 +01:00
José Marques 09a3b3d0dd updates active/inactive toggles on the Subscriptions tab 2017-06-01 13:14:38 +01:00
José Marques be229a3e5b replaces active/deactivate buttons with toggles 2017-06-01 12:51:45 +01:00
Mike Jolley d161ba0216 Merge branch 'pr/15384' 2017-06-01 12:09:04 +01:00
Mike Jolley 71a4b4b75d Code standards 2017-06-01 12:08:48 +01:00
Mike Jolley dba407b374 Merge pull request #15386 from davdebcom/patch-1
Set delete_meta_data @param to accept a string
2017-06-01 10:51:56 +01:00
David de Boer d788b15073 Set delete_meta_data @param to accept a string
Set delete_meta_data @param to accept a string
2017-06-01 01:47:52 +02:00
Pablo dos Santos Gonçalves Pacheco 435c29771e Create function to sanitize order id
I've realized that tracking an order id with **[woocommerce_order_tracking]** using # will not work. Some users think that they need to use the hash because it's the WooCommerce default. The new **wc_sanitize_order_id()** function fixes that.

And **woocommerce_shortcode_order_tracking_order_id** filters the order_id that comes from query string and is used on **[woocommerce_order_tracking]**.

It can be used for other cases though.
I hope it helps :)
2017-05-31 17:34:00 -03:00
Claudio Sanches bd2c5daf13 3.1.0-beta 2017-05-31 16:13:19 -03:00
Claudio Sanches 41988c716c Updated 3.0.x changelog 2017-05-31 16:12:16 -03:00
Claudio Sanches 01d3f780eb POT 2017-05-31 16:11:41 -03:00
Claudio Sanches dc33888620 Merge pull request #15368 from woocommerce/add/wcs-banners
Add WooCommerce Services Banner to Extensions Pages - Take 2
2017-05-31 16:02:59 -03:00
Claudio Sanches 5369bae987 Merge branch 'master' into add/wcs-banners 2017-05-31 16:02:38 -03:00
Claudio Sanches 08f4d7b2f2 Merge pull request #15310 from woocommerce/update/add-woo-services-in-wizard
Add WooCommerce Services to Setup Wizard
2017-05-31 15:48:42 -03:00
Nabeel Sulieman 5f0c84ee13 payment_gateways should be payment-gateways 2017-05-31 11:44:52 -07:00
Claudio Sanches b93d286985 Stop auto skip column map and remove all related code 2017-05-31 14:59:17 -03:00