Commit Graph

15145 Commits

Author SHA1 Message Date
Mike Jolley 8d391e86e6 Merge pull request #10370 from BFTrick/system-status-private
Adding Check in System Status for Private WooCommerce Pages
2016-02-19 12:40:49 +00:00
Justin Shreve 7fcbf08a9a Prevent a notice by stopping a loop in woocommerce_products_will_display from stomping on other variables. 2016-02-18 12:20:22 -08:00
Justin Shreve 2968a66a01 Hide the "View Mode" option on the "Screen Options" tab for products, orders, and coupons. 2016-02-18 11:58:36 -08:00
Peter 5a9cec18ee Indent the new if statement 2016-02-18 20:35:33 +01:00
Peter 0cc33c8186 Use !== instead of != in class-wc-ajax.php
Use !== here: if ( wc_tax_enabled() && $is_vat_exempt !== 'yes' ) {
2016-02-18 20:29:10 +01:00
Peter 516602b4e3 API should accept bool in is_vat_exempt
Add ? 'yes' : 'no' to force values. API should accept bool here: 
update_post_meta( $order->id, '_is_vat_exempt', $data['is_vat_exempt'] ? 'yes' : 'no' );
2016-02-18 20:14:07 +01:00
Peter b508a6f19f Remove space before bracket in class-wc-ajax.php
remove space before bracket here: $is_vat_exempt = get_post_meta( $order_id, '_is_vat_exempt', true );
2016-02-18 19:57:55 +01:00
Peter de1ecf9f78 Use === instead of == in abstract-wc-order.php
Use === here: 	if ( 'yes' === $this->is_vat_exempt or ! wc_tax_enabled() )
2016-02-18 19:56:55 +01:00
Patrick Rauland abfce2dea9 removing html from translatable string in system status. see #10370 2016-02-18 11:52:12 -07:00
Patrick Rauland 14ffeaa2a3 making post_status check in system status literal. See #10370 2016-02-18 11:46:03 -07:00
Justin Shreve c2d29e4884 Add a back button on the email notification management screens so you can easily get back to the main listing of emails. 2016-02-18 08:46:06 -08:00
Justin Shreve 4e1795f006 Merge pull request #10372 from justinshreve/admin-screen-headings-10300
Fix Admin Screen Headings/Hierarchy
2016-02-18 08:41:45 -08:00
Justin Shreve 4c498336fe Fix up some minor coding standards issues 2016-02-18 08:40:02 -08:00
Justin Shreve e8eabfd309 Fix hierarchy for products and attributes 2016-02-18 08:40:01 -08:00
Justin Shreve cfe39073a3 Fix headings on the add-ons/extensions screens 2016-02-18 08:39:02 -08:00
Justin Shreve d28c4f4f39 Fix hierarchy in the system status pages. 2016-02-18 08:39:02 -08:00
Justin Shreve 608f651133 Fix hierarchy on settings screens. 2016-02-18 08:39:02 -08:00
Justin Shreve 6d683b7492 Fix up hierarchy on all of the generated report screens. 2016-02-18 08:39:02 -08:00
Justin Shreve 7058facc68 Fix screen reader text on the coupons management screen 2016-02-18 08:39:02 -08:00
Justin Shreve 8c49e81f45 Fix up heading hierarchy on the add new order screen 2016-02-18 08:39:02 -08:00
Justin Shreve 8d03cf33a8 Fix screen reader text on orders screen. 2016-02-18 08:39:01 -08:00
Claudio Sanches 23fca976b8 Merge pull request #10382 from shivapoudel/guidelines
Fix - Contributing guidelines broken links
2016-02-18 14:17:45 -02:00
Shiva Poudel 7ec7515d52 Fix - Contributing guidelines broken links 2016-02-18 21:24:50 +05:45
Mike Jolley 6790b94128 Merge remote-tracking branch 'origin/master' 2016-02-18 12:57:15 +00:00
Mike Jolley 5acb37560f Merge branch 'pr/10374' 2016-02-18 12:57:12 +00:00
Mike Jolley 47a0762a4a Remove old code 2016-02-18 12:57:03 +00:00
Mike Jolley e0b0b68866 Update ISSUE_TEMPLATE.md 2016-02-18 12:54:05 +00:00
Mike Jolley d0549a00eb Adding issue template @claudiosmweb 2016-02-18 12:52:50 +00:00
Mike Jolley ce777b81fd Remove empty notices 2016-02-18 11:04:12 +00:00
Mike Jolley e987a3830a Remove index drop for tax table 2016-02-18 10:52:54 +00:00
Jeff Stieler 067b406a5c Load Shipping settings sections using Shipping Methods’ IDs rather than their class name. 2016-02-17 18:07:14 -07:00
Jeff Stieler f1a2a5f974 Load Checkout settings sections using Payment Gateways’ IDs rather than their class name. 2016-02-17 18:06:48 -07:00
Shiva Poudel 19781fb91b Tweak strings for the media frame button 2016-02-18 02:22:36 +05:45
Claudio Sanches 013b861535 Merge pull request #10368 from justinshreve/variation-js-error-10367
[2.5] Correct the 'unavailable template' call for variations
2016-02-17 16:59:57 -02:00
Patrick Rauland dae216104e adding check for private WooCommerce pages 2016-02-17 10:06:28 -07:00
Justin Shreve 328ad226e8 [2.5] Correct the 'unavailable template' call for variations so the message is displayed correctly, fixing a JS error. 2016-02-17 07:50:38 -08:00
Job Thomas 6ee9079d17 Updated dummy data xml to include featured products
cc @jameskoster

When using the dummy data, the standard Storefront homepage didn’t
include category images and featured products. The first is not
possible with a simple xml export, but the later is now updated:

http://cld.wthms.co/15aMY/1iBovS2I
2016-02-17 13:54:47 +02:00
Job Thomas f0671d6b91 Merge remote-tracking branch 'woothemes/master' 2016-02-17 13:24:03 +02:00
Mike Jolley 42b9b55fb4 Merge branch 'pr/10363' 2016-02-17 11:21:52 +00:00
Mike Jolley c3282bfe42 Remove unused case 2016-02-17 11:21:44 +00:00
Claudio Sanches 1e5b024019 Merge pull request #10364 from justinshreve/account-function-filters
Give the downloads and payment methods tabs their own filters.
2016-02-16 18:05:57 -02:00
Justin Shreve b2b9d7e4da Give the downloads and payment methods pages their own filters. 2016-02-16 11:52:08 -08:00
Dan - Lucian Ștefancu 9176861959 Result count for languages with multiple plurals
There are languages with two or more plural forms.

For example in Romanian plural forms can be defined like this:
`Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);`

 `_n()` and `_nx()` can handle all those special cases for results count texts.

This fix will not add any extra strings in the i18n package, just allows for better translations.
2016-02-16 21:37:18 +02:00
Shiva Poudel 5fb5a7ded2 We need to check for ID in array to exclude user ID as search_columns are of different 2016-02-17 00:25:06 +05:45
Claudio Sanches 63919c0804 Merge branch 'master' of github.com:woothemes/woocommerce 2016-02-16 14:37:05 -02:00
Claudio Sanches 50d087b9ba Do not render payment methods yet, waiting for Payment Token API 2016-02-16 14:36:52 -02:00
Kevin Killingsworth 4cee6fbf5a Add cart ajax to 2.6.0 changelog
Added cart ajax feature to 2.6.0 Changelog in readme
2016-02-16 10:31:44 -06:00
Claudio Sanches 1c55923623 Welcome @justinshreve and @coderkevin 2016-02-16 14:28:19 -02:00
Claudio Sanches c60722f65c Updated header text of my account templates 2016-02-16 14:11:50 -02:00
Claudio Sanches 60e8432474 Merge pull request #10110 from woothemes/tabbed-my-account
Tabbed my account
2016-02-16 14:07:40 -02:00