Jonathan Belcher
8d757e3d3c
Deletes whitespace
2018-02-14 15:40:01 -05:00
Paul Wilde
60bbb41be8
Introduce `wc_get_account_orders_actions` function to reduce the amount of logic inside the account orders template files.
2017-07-18 15:03:26 +01:00
Caleb Burks
9d68638f48
Update some template comments
2017-06-27 23:04:09 -05:00
Mike Jolley
8ab839a030
Replace template usage of dates
2017-03-10 16:35:47 +00:00
Mike Jolley
4271352502
Escaping dates and statuses
2017-02-16 15:59:28 +00:00
Rami Yushuvaev
55f08d62ae
add translators comments
2016-10-29 23:03:28 +03:00
Claudio Sanches
657c312cae
Fix strings case ( #12069 )
...
* Fixed case for all _e, esc_attr_e and esc_html_e strings
* Fixed case for all _n_noop strings
* Fixed case for all _x strings
* Fixed case for all __, esc_html__ and esc_attr__ strings
* Fixed a few more strings
* Fixed strings in unit tests
* Fix PayPal Standard case.
* Save Order text
2016-10-12 11:16:30 +01:00
Aristeides Stathopoulos
fde1037757
fix failing tests.
2016-09-01 23:50:14 +03:00
Aristeides Stathopoulos
b063bcfe4c
last item in a multiline-array should end in a comma
2016-08-27 04:46:45 +03:00
Mike Jolley
a6bb78b34a
date created
2016-08-08 16:32:03 +01:00
Mike Jolley
d3f98dce03
More advanced customer filter
...
#10500
2016-03-09 14:50:34 +00:00
Mike Jolley
5075d4bab3
Implement wc_get_orders() function
...
#10500
2016-03-09 13:25:42 +00:00
Claudio Sanches
3a3380e4ab
Created account downloads endpoint
2016-02-16 13:50:06 -02:00
Mike Jolley
bd4c90dbec
Docblocks
...
Fixes #10336
2016-02-12 11:28:44 +00:00
Mike Jolley
ec01c3d76f
Made "my orders" columns fully customisable for filters.
...
woocommerce_my_account_my_orders_columns filter used to define columns
and woocommerce_my_account_my_orders_column_ID to add content to said
column.
Removes the need for and thus Closes #9634 and closes #9633
@claudiosmweb
2015-11-27 12:54:28 +00:00
Claudio Sanches
5893875b0c
Removed period for file headers
2015-11-03 11:53:50 -02:00
Claudio Sanches
ee30b5b308
Fixed php docs standards
2015-11-03 11:31:20 -02:00
Caleb Burks
ee2757c08f
Specific template override paths
2015-10-03 02:58:08 -05:00
Mike Jolley
de4a80f950
Add disclaimer to template files
...
Closes #8942
2015-10-01 16:07:35 +02:00
Kevin Hagerty
e419d073d5
Use the needs_payment function
...
Instead of checking against a list of valid order statuses, use the needs_payment function which already checks against those statuses
2015-09-05 08:11:15 -04:00
George Stephanis
c7ee929325
Partial _e() => esc_attr_e() changeover.
...
There’s a lot of them, so I’m breaking them into multiple commits.
This is safeguarding stuff in case some translation uses a double
quote, it will no longer risk breaking out of the attribute.
2015-08-05 14:10:09 -04:00
Claudio Sanches
fa026ea49d
Normalize the "Order #" #8305
2015-06-10 12:09:18 -03:00
Caleb Burks
b54ee1efb2
Make the hash translatable/filterable
2015-06-05 12:25:18 -05:00
Claudio Sanches
7a24f7d482
Updated template version for #8232
2015-05-27 12:02:38 -03:00
Nicola Mustone
2c940e2299
Fix fatal error
2015-05-27 16:35:16 +02:00
Paul Wilde
c913316f8b
Introduce wc_get_page_permalink.
2015-02-15 19:13:22 +00:00
Mike Jolley
2b8be95360
Remove # (hash) from get_order_number and add to strings instead as needed.
...
Most places use Order #X
Some places use Order Number: X
Both are now valid.
Fixes #6518
2014-10-24 14:53:43 +01:00
James Koster
0fa63d6da0
responsive orders table and adds .shop_table_responsive. closes #5121
2014-10-02 20:44:38 +01:00
shivapoudel
fbf0314bb6
Absolute path should have curly braces - part 1
2014-09-22 22:16:03 +05:45
claudiosmweb
066eb3c5b0
fixed wc_get_order_status_name() appear as wc 2.1 order status
2014-09-12 10:01:49 -03:00
Remi Corson
b126cc1c63
fixed order status translation
2014-09-11 08:39:00 +02:00
Barry Kooij
6655188f0b
Changed use of get_order with wc_get_order
2014-08-15 14:29:21 +02:00
Mike Jolley
755001f19b
Use order types where required
2014-07-11 12:43:42 +01:00
Coen Jacobs
89ea6c46ab
Replace new WC_Order calls with get_order
2014-06-13 15:24:51 +02: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
05b9b8af4e
get_status_name + my_orders
2014-05-30 16:29:44 +01:00
Mike Jolley
c24ca386cc
Template cleanup
2014-04-23 11:37:05 +01:00
Illimar Tambek
3fc62123a7
Check for actions before looping over them
2014-01-09 12:13:57 +02:00
claudiosmweb
c97195d0ad
fixed conding standards in templates/myaccount/my-orders.php
2014-01-04 10:45:01 -02:00
claudiosmweb
5cb3849e07
fixed the indentation in templates/myaccount/my-orders.php
2014-01-04 10:40:22 -02:00
claudiosmweb
e273026fff
introduces the woocommerce_my_account_my_orders_query filter that helps customize the query in My Orders page. fixes #4450
2014-01-04 10:36:30 -02:00
Mike Jolley
cdb1ad5e9e
On cancel, use cart page unless otherwise defined. Closes #4375
2013-12-30 14:09:50 +00:00
Mike Jolley
4aef7c73ee
View order page endpoint
2013-06-04 17:33:43 +01:00
Daniel Espinoza
eb6dfe9ad4
Changes to template files that were causing validation errors.
2013-04-05 21:56:36 -05:00
Max Rice
61bfe201d1
Add filters to allow orders with custom statuses to be paid/cancelled
2013-03-06 18:42:48 -05:00
Mike Jolley
7cee909c70
'for'
2013-02-15 10:06:32 +00:00
Mike Jolley
a98de826f0
Tidied up order display #2452 Added new line count function
2013-02-15 09:54:06 +00:00
Ken Bass
91d77c5392
Make my order filters more flexible
2013-02-14 14:33:47 -05:00
Mike Jolley
2b4c428414
actions hook for buttons. Closes #2074 .
2012-12-28 20:04:18 +00:00