Claudio Sanches
2d85b5adde
Merge pull request #18956 from R33D3M33R/patch-1
...
Convert HTML comments to PHP, remove empty lines
2018-02-20 16:19:41 -03:00
aaronlad
87672370c5
add missing direct script access checks
2018-02-20 18:38:46 +00:00
Mike Jolley
90717295cf
Remove globals/add woocommerce_add_to_cart_form_action filter
2018-02-20 11:12:29 +00:00
Claudio Sanches
965daefe45
Merge pull request #18970 from woocommerce/delete/whitespace-orders
...
Delete Whitespace
2018-02-19 10:47:12 -03:00
Claudio Sanches
2afb88647b
Merge pull request #18969 from woocommerce/delete/whitespace-my-orders
...
Deletes whitespace
2018-02-19 10:46:56 -03:00
Caleb Burks
c36b2f2fde
Make sure terms page exists and isn’t trashed
2018-02-16 02:27:34 -05:00
Mike Jolley
f3a524255a
Merge pull request #18980 from edwardkay/patch-1
...
Grammar fix to login button
2018-02-15 14:04:13 +00:00
Edward Kay
cc6149d08a
Grammar fix to login button
...
Login is a noun, not a verb :) See https://www.quora.com/Which-is-correct-%E2%80%9Clogin%E2%80%9D-or-%E2%80%9Clog-in%E2%80%9D
2018-02-15 13:58:21 +00:00
Iconic
79fa19251e
Mini cart item link
...
This should account for the value of `$product_permalink`, not just whether the product is visible.
2018-02-15 13:31:40 +00:00
Jonathan Belcher
f64be6dc62
Delete Whitespace
2018-02-14 15:41:13 -05:00
Jonathan Belcher
8d757e3d3c
Deletes whitespace
2018-02-14 15:40:01 -05:00
Andrej Mernik
62e158835c
Update photoswipe.php
...
Remove comments. Theme developers can read the Photoswipe docs for modification ...
2018-02-14 07:48:12 +01:00
Mike Jolley
280ca3757e
wc_get_gallery_image_html checks
2018-02-13 19:18:13 +00:00
Andrej Mernik
4e1fab4652
Convert HTML comments to PHP, remove empty lines
...
There are no benefits of exposing code comments to the public. The code was also made more compact.
2018-02-13 14:43:02 +01:00
Mike Jolley
2b36b5f49f
Main image should be larger.
2018-02-13 11:16:42 +00:00
Mike Jolley
a55a4b9a88
Use helper function which has more filters and moves logic out of template file
2018-02-13 11:16:42 +00:00
Mike Jolley
7dd880ca57
Email order details template version
...
This template had a change but was not bumped.
2018-02-09 16:52:02 +00:00
Kathy Darling
e54009e652
Add grouped_form class to grouped product <form> element. Closes #18763
2018-02-02 11:17:42 -06:00
Mike Jolley
5bea7de93c
Merge pull request #18743 from woocommerce/fix/unsupported-theme-homepage-pagination
...
Fix shop on homepage with unsupported themes
2018-02-01 12:45:17 +00:00
Mike Jolley
2ed9691c14
Fix shop on homepage with unsupported themes
2018-02-01 11:15:46 +00:00
Mark Truitt
382d31018a
Update wrapper-end.php
...
default fallback needed to be reversed. Opening containers are div > main
2018-01-31 19:23:46 -05:00
claudiulodro
2cf3a5f57e
Add fallback for themes that just get the pagination template
2018-01-31 10:10:09 -08:00
Jason Kytros
a08c003254
Remove filter 'woocommerce_order_item_product' from order-details.php
2018-01-31 14:54:51 +02:00
Mike Jolley
04fe7aaf4a
Switch to variable
2018-01-30 12:12:44 +00:00
Stanislav Mazur
c692c0a869
Make 'woocommerce_email_downloads_column_' hook format aware ( #18598 )
2018-01-25 18:04:17 +02:00
Jared Burke
8c62d76aee
Fix: use string escape for order numbers
2018-01-24 09:45:35 -06:00
Mike Jolley
b9a4a342e6
Remove the lone price/label/quantity class in grouped template
...
Closes #18542
2018-01-22 14:27:46 +00:00
Claudiu Lodromanean
bb47315fdd
Merge pull request #18459 from woocommerce/fix/18451
...
Auth screen escaping
2018-01-12 07:26:54 -08:00
Claudio Sanches
7290d6e42e
Fixed test string #18430
2018-01-12 11:59:17 -02:00
Mike Jolley
ac7bdd1a56
Fix escaping and PHPCS
2018-01-12 13:04:26 +00:00
Claudio Sanches
cac9e0d872
Fixed number of args passed to woocommerce_order_item_meta
...
Part of #18437
2018-01-11 14:47:19 -02:00
Claudio Sanches
452cc738cb
Fixed number of args passsed to woocommerce_order_item_meta_start
...
Closes #18437
2018-01-11 14:21:49 -02:00
Mike Jolley
b17ef15f7d
phpcs
2018-01-11 12:28:08 +00:00
Mike Jolley
f1e0d4929b
Implement get_edit_order_url method.
2018-01-11 12:04:39 +00:00
ElectricFeet
21c5b36113
Remove non-standard outdated CSS
...
Removed `-moz-osx-font-smoothing: grayscale;` and `-webkit-font-smoothing: antialiased;`, as suggested in woocommerce/storefront#698
2018-01-03 17:58:02 +01:00
claudiulodro
7fcbceaae5
Refactor logic
2017-12-21 11:31:58 -08:00
claudiulodro
d0bc5964ea
Actually use correct template version
2017-12-21 11:25:22 -08:00
claudiulodro
59a174985b
Use correct template version and phpcs
2017-12-21 11:20:30 -08:00
claudiulodro
2d88654a0a
Always use contrasting color for links
2017-12-21 11:14:14 -08:00
claudiulodro
28db1c270a
Use text color for links
2017-12-21 06:35:55 -08:00
Chetan Prajapati
325cbf443d
Remove space before comma in function call
...
There is PHPCS error about "Remove space before comma in function call". That needs to be removed.
2017-12-20 22:07:48 +05:30
Claudio Sanches
9413589e8f
Apply woocommerce_short_description filter before check if excerpt is empty
...
Closes #18225
2017-12-19 14:19:12 -02:00
Caleb Burks
82c5975b37
Prevent duplicate IDs on checkout page
2017-12-17 22:43:51 -06:00
Claudiu Lodromanean
906efe1ffc
Merge pull request #18189 from woocommerce/fix/17897
...
Add getter for tax_display_cart variable, with filter
2017-12-15 08:44:43 -08:00
Mike Jolley
06a7570f4b
Out of stock should not show qty in grouped products.
2017-12-15 15:32:50 +00:00
Mike Jolley
01871fd2c8
Add getter for tax_display_cart variable, with filter
2017-12-15 13:39:35 +00:00
Mike Jolley
755647ec5c
Improve subcat display to see if subcats can actually be displayed
2017-12-13 15:46:09 +00:00
Mike Jolley
87fd8b2feb
Update pay link wording
2017-12-12 16:38:50 +00:00
Mike Jolley
6bd89b6106
Template version bumps
...
@claudiulodro
2017-12-12 13:13:00 +00:00
Mike Jolley
e6b4b36e7d
Merge pull request #18096 from ramiy/patch-2
...
a11y: add `role=alert` to woocommerce error msgs
2017-12-12 13:10:19 +00:00
Mike Jolley
466cb3e1cb
Merge pull request #18074 from ramiy/patch-1
...
a11y: add `role=alert` to woocommerce message div
2017-12-12 13:10:10 +00:00
Rami Yushuvaev
255c3211ab
a11y: add `role=alert` to woocommerce error msgs
...
See #18074
2017-12-11 16:40:25 +02:00
Mike Jolley
f4927ea837
Give control over loop button attributes
...
Closes #18079
2017-12-11 13:09:21 +00:00
Mike Jolley
bd944cb664
Using $args makes it clearer what's in the variable.
2017-12-11 12:36:47 +00:00
Caleb Burks
92ee7da0aa
Pass $args to woocommerce_loop_add_to_cart_link
2017-12-09 20:54:40 -06:00
Mike Jolley
1fbcff023d
Include city field by default
2017-12-08 14:11:51 +00:00
Rami Yushuvaev
29019b7713
a11y: add `role=alert` to woocommerce message div
...
Help assistive technology and to mark the message as important message. When this role is added to an element, the browser will send out an accessible alert event to assistive technology products which can then notify the user about it.
2017-12-08 15:22:07 +02:00
Boro Sitnikovski
d0f9aaa99a
Merge branch 'master' into tweak/decouple-cart-template-methods
2017-12-07 20:16:08 +01:00
Boro Sitnikovski
c9d06bb4b9
Bump templates version
2017-12-07 16:00:30 +01:00
Boro Sitnikovski
588c5f3779
Change method name
2017-12-07 15:53:16 +01:00
Mike Jolley
119ee7f27c
Use new loop functions
2017-12-06 18:10:44 +00:00
Mike Jolley
8dcffa660e
Normalise get_query_results names and add new param for pagination
2017-12-06 13:13:43 +00:00
Boro Sitnikovski
145d47c580
Decouple cart templating methods from WC_Cart class
2017-12-05 13:00:21 +01:00
claudiulodro
d60456cc73
Resolve conflicts and bring up to date with master
2017-12-04 13:56:59 -08:00
Claudiu Lodromanean
b05cd3f3a7
Merge pull request #17934 from woocommerce/fix/17925
...
Display product URL only if is not hidden in downloads list
2017-11-29 10:33:34 -08:00
Andrew Lazarus
db65913d3c
Removed whitespace in variations
...
Whitespace is added by formatting the lines with whitespace. This stops you from being able to target the element & check if it's empty with :empty etc.
2017-11-29 10:55:09 +01:00
Claudio Sanches
fd4fa0cf71
Fixed coding standards
2017-11-28 11:04:38 -02:00
Claudio Sanches
def87b74bf
Display product URL only if is not hidden in downloads list
...
Fixes #17925
2017-11-28 10:18:43 -02:00
Arif Widianto
ebbdf2da0e
Change description as of mikejolley's suggestion
2017-11-28 08:50:20 +07:00
Arif Widianto
51948b7ae5
Fix account page for providing display_name edit
2017-11-28 07:56:36 +07:00
Arif Widianto
0b42515c93
Provides edit display name in my-account page ( #17606 )
2017-11-22 15:20:49 +07:00
Mike Jolley
b9bfc4a26b
Merge pull request #17753 from willgorham/fix/17597
...
Responsive table for order downloads
2017-11-20 12:18:54 +00:00
Brandon Kraft
e34551c6b7
Correct nesting of args
2017-11-17 15:40:54 -06:00
Brandon Kraft
b77dadf5ba
Bump template version
2017-11-17 15:16:53 -06:00
Brandon Kraft
7e9068ac53
Correct errors per PHPCS
2017-11-17 12:10:58 -06:00
Brandon Kraft
5974901124
Change default text for checkout page link
2017-11-17 11:17:22 -06:00
Mike Jolley
21e51b9fc6
Merge pull request #17692 from woocommerce/update/16925
...
Add add_to_cart_description method and aria-labels to cart buttons in the loop
2017-11-17 12:35:50 +00:00
Will G
07431b0620
Responsive table for order downloads
2017-11-17 00:21:28 -05:00
Mike Jolley
ef4859aaf0
Merge pull request #17711 from woocommerce/update/17502
...
Improve the Add Payment Methods display
2017-11-15 11:05:11 +00:00
Mike Jolley
bb2e506a2b
Tweak wording
2017-11-15 11:04:20 +00:00
Mike Jolley
babde741db
Add add_to_cart_description method and aria-labels to cart buttons in the loop
2017-11-14 11:45:16 +00:00
Mike Jolley
1d93d8f577
Columns styling
2017-11-10 17:50:56 +00:00
Mike Jolley
2a3ace9853
Merge branch 'master' into feature/17550-archives-template-support
2017-11-09 17:34:57 +00:00
Chase Wiseman
9558c49e72
Review tweaks
2017-11-09 09:26:17 -08:00
Mike Jolley
6e08ff0284
Merge pull request #17610 from woocommerce/update/17557
...
Theme support to declare image sizes
2017-11-09 16:04:22 +00:00
Mike Jolley
c058921c9c
Optimisation of product subcats template functions
2017-11-08 20:00:23 +00:00
Mike Jolley
a0e2e59f9b
Orderby support
2017-11-08 18:09:39 +00:00
Mike Jolley
8da485e911
Allow reuse of pagination template file
2017-11-08 16:39:28 +00:00
Mike Jolley
9f6f5f9f17
Merge pull request #17609 from woocommerce/update/17254-input-to-button
...
Convert input submit elements to button submit elements
2017-11-07 19:21:04 +00:00
Mike Jolley
db4e630600
Replace thumbnail names
2017-11-07 18:48:51 +00:00
claudiulodro
6b514aaab8
Make underscores the default
2017-11-07 08:45:05 -08:00
Gerhard Potgieter
8b16bdcf42
input to button for submit in product-searchform.php template
2017-11-07 12:35:32 +02:00
Gerhard Potgieter
7f5ed6e95c
PHPCS fixes for product-searchform.php template
2017-11-07 12:34:30 +02:00
Gerhard Potgieter
bb172ea930
input to button for submit in order/form-tracking.php template
2017-11-07 12:32:20 +02:00
Gerhard Potgieter
96b8fad138
PHPCS fixes for order/form-tracking.php template
2017-11-07 12:30:13 +02:00
Gerhard Potgieter
23de60b56c
input to button for submit in myaccount/form-reset-password.php template
2017-11-07 12:24:11 +02:00
Gerhard Potgieter
f9d14cbc06
PHPCS fixes for myaccount/form-reset-password.php template
2017-11-07 12:23:31 +02:00
Gerhard Potgieter
91b23d8d03
input to button for submit in myaccount/form-lost-password.php template
2017-11-07 12:21:50 +02:00
Gerhard Potgieter
a0d29aeb30
PHPCS fixes for myaccount/form-lost-password.php template
2017-11-07 12:21:05 +02:00
Gerhard Potgieter
978e69374f
input to button for submit in myaccount/form-login.php template
2017-11-07 12:19:57 +02:00