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 |
Mike Jolley
|
277dbeb029
|
Merge branch 'WPprodigy-patch-2'
|
2015-10-06 12:33:55 +01:00 |
Mike Jolley
|
5ec400e514
|
Validate terms and conditions and improve templates
|
2015-10-06 12:33:45 +01:00 |
Florian Ludwig
|
5cffd789a4
|
Removed unused variable
|
2015-09-08 00:08:40 +02:00 |
Florian Ludwig
|
9966f6b0a4
|
Fixed issue where space before or after mail led to "Invalid e-mail" error
|
2015-09-08 00:08:32 +02:00 |
Kevin Hagerty
|
e4b092fe10
|
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:06:57 -04:00 |
Claudio Sanches
|
a9a6009b66
|
Check if order is valid in checkout shortcode, closes #8829
|
2015-08-15 17:50:42 -03:00 |
Claudio Sanches
|
9e41552342
|
Removed all "@return void"
|
2015-07-16 16:55:48 -03:00 |
Ben Bidner
|
32e37b57d0
|
fixes too many arguments in function or method call: WC_Shortcode_My_Account::add_payment_method($wp->query_vars['add-payment-method'])
|
2015-06-01 12:52:10 +01:00 |
Nikki DelRosso
|
940c2369b0
|
Added method to check if cart is empty
|
2015-05-14 14:18:53 -07:00 |
Ninos Ego
|
4bdaff52cb
|
Remove unnecessary global variable
`$post` is not needed there.
|
2015-04-27 18:41:15 +02:00 |
Mike Jolley
|
e307786f5e
|
Merge pull request #7438 from paulwilde/upstream
Introduce wc_get_page_permalink
|
2015-02-16 11:13:02 +00:00 |
Paul Wilde
|
c913316f8b
|
Introduce wc_get_page_permalink.
|
2015-02-15 19:13:22 +00:00 |
Dean Taylor
|
1b38e46fd5
|
Fix deprecated notice for WP_User->id usage
Fix E_USER_NOTICE WP_User->id was called with an argument that is deprecated since version 2.1! Use WP_User->ID instead
|
2015-02-15 19:02:27 +00:00 |
Bryce
|
d36af4b721
|
Fix notice when invalid order id / email used
We also need to check if the $order object exists. Closes #7302
|
2015-02-05 13:03:13 +07:00 |
Mike Jolley
|
ee8b3f22c3
|
Return WP_USER from check_password_reset_key
Closes #7134
|
2015-01-19 10:53:33 +00:00 |
Mike Jolley
|
d663a7a72e
|
If using multisite, check user resetting password belongs to the current site
Closes #6725
|
2015-01-06 14:08:43 +00:00 |
Claudio Sanches
|
481aee3969
|
Fixed dead variable in my account shortcode class
|
2014-12-16 10:10:25 -02:00 |
Mike Jolley
|
18ebded7c5
|
Make check_cart_items consistantly placed
Closes #6708
|
2014-11-12 15:47:27 +00:00 |
Gregory Karpinsky
|
1f7eb3e595
|
Update class-wc-shortcode-my-account.php
Return if no data submitted. Otherwise, two PHP notices are issued on checking `! $user_data` and two `wc_add_notice` printed.
|
2014-11-06 23:08:48 -05: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 |
Mike Jolley
|
b09f1062da
|
Merge pull request #6579 from woothemes/hotfix-unqiue-nonce-edit-details
[2.2] Make edit account details nonce unique to customer.
|
2014-10-21 13:17:36 +01:00 |
Gerhard
|
afc0ddf6e7
|
Propper verify nonce use on order tracking page.
|
2014-10-21 09:46:14 +02:00 |
Mike Jolley
|
1c9331737e
|
Minor tweaks to cart shortcode
|
2014-09-24 15:26:53 +01:00 |
shivapoudel
|
e53539f447
|
Indentation and new lines fix for includes/shortcodes :)
|
2014-09-21 01:18:32 +05:45 |
claudiosmweb
|
db8a07a8b8
|
removed "or" in favor to "||"
|
2014-09-15 10:57:46 -03:00 |
Mike Jolley
|
857f85fd8e
|
Merge pull request #6242 from chrisnharvey/patch-1
Fixing typo with get_error_message being referenced as a property
|
2014-09-12 14:20:36 +01:00 |
Mike Jolley
|
59ef851302
|
Readme for #6243
|
2014-09-12 14:18:11 +01:00 |
Chris Harvey
|
4d72eedae2
|
Checking password reset key using phpass
|
2014-09-12 14:03:39 +01:00 |
Chris Harvey
|
4a8ad5f09d
|
Fixing typo with get_error_message being referenced as a property
|
2014-09-12 13:36:17 +01:00 |
Mike Jolley
|
c6fe731337
|
Fix password reset
Fixes #6049
|
2014-08-19 10:43:51 +01:00 |
Barry Kooij
|
6655188f0b
|
Changed use of get_order with wc_get_order
|
2014-08-15 14:29:21 +02:00 |
Gerhard
|
4f011ae6a9
|
Lost password, lookup username first before email.
Customer use emails as usernames so need to lookup based on username first for instances where this apply.
|
2014-08-08 08:07:11 +02:00 |
Coen Jacobs
|
89ea6c46ab
|
Replace new WC_Order calls with get_order
|
2014-06-13 15:24:51 +02:00 |
Coen Jacobs
|
3ad8935b20
|
Removed ununsed global variables in local scopes
|
2014-06-08 22:33:11 +02:00 |
Mike Jolley
|
309f700283
|
has_status
|
2014-06-03 10:45:33 +01:00 |
Mike Jolley
|
e0a74fffc4
|
implement is_status()
|
2014-05-30 17:43:21 +01:00 |
claudiosmweb
|
79a8986f06
|
added the possibility to translate the edit-address endpoint slugs, closes #4820
|
2014-04-24 18:18:41 -03:00 |
Mike Jolley
|
c24ca386cc
|
Template cleanup
|
2014-04-23 11:37:05 +01:00 |
Mike Jolley
|
215011aa1f
|
Prevent short codes running with no cart class loaded. Closes #4962
|
2014-02-26 15:27:26 +00:00 |
Mike Jolley
|
b06e0bb19e
|
Tweak where message is added during reset to avoid needing a session Closes #4908
|
2014-02-26 13:13:53 +00:00 |
Mike Jolley
|
f79c7bed23
|
Merge pull request #4960 from kloon/tweak_guest_checkout_pay_link
Disable order owner check for payment link if guest checkout enabled
|
2014-02-26 11:48:42 +00:00 |
Gerhard
|
f64bc075a7
|
Move guest check to wc_customer_has_capability
|
2014-02-26 13:25:32 +02:00 |
Gerhard
|
76c8727340
|
Update error message, making it clear to log in and try again.
|
2014-02-26 12:03:36 +02:00 |
Gerhard
|
4d1a115330
|
Disable order owner check for payment if guest checkout is enabled as per #4957
|
2014-02-26 11:57:28 +02:00 |
Mike Jolley
|
3d4f16a7a4
|
Username from email hook Closes #4941
|
2014-02-25 11:40:54 +00:00 |
Mike Jolley
|
36de82e428
|
Workaround relevanssi Closes #4873
|
2014-02-24 15:19:12 +00:00 |
Mike Jolley
|
c0c21c8364
|
Unify textdomains Closes #4814
|
2014-02-17 13:14:45 +00:00 |
Mike Jolley
|
7789d34baf
|
Merge pull request #4831 from artprojectgroup/master
Prevent an error notice
|
2014-02-17 10:20:44 +00:00 |