Mike Jolley
02a1735674
Clean up labels and default cost to 0 for int shipping
...
Closes #5219
2014-04-07 10:07:13 +01:00
Mike Jolley
ae83f528ef
Merge pull request #5242 from tivnet/additional-information
...
Fix: additional-information.php
2014-04-04 14:00:28 +01:00
splashingpixels
ff5384714f
myaccount registration added check for auto generate password option
2014-04-01 19:45:25 -07:00
Mike Jolley
c981bb56ca
Merge pull request #5230 from ChromeOrange/master
...
show shipping form filter
2014-03-31 11:56:57 +01:00
Gregory K
3bd2954a13
Fix: additional-information.php
...
- Do not display empty <h2> tag
- Removed unused globals
- WP code style
2014-03-30 21:26:17 -04:00
Andrew Benbow
84899195c5
Update form-shipping.php
2014-03-28 14:41:57 +00:00
Andrew Benbow
54d5ded602
Update form-shipping.php
2014-03-28 14:41:43 +00:00
Andrew Benbow
d9c82975b4
Update form-shipping.php
2014-03-28 10:38:48 +00:00
Andrew Benbow
6cb5451e15
Update form-shipping.php
...
Add filter to allow needs_shipping() to be overridden, useful if you want to collect a shipping address for virtual products.
Allows a filter to be used as replacement for get_option('woocommerce_require_shipping_address')
Previous suggestion of add_filter('woocommerce_cart_needs_shipping', '__return_true'); is not suitable
2014-03-28 02:27:24 +00:00
splashingpixels
bbde465924
orderby - skip adding hidden input of submit on a GET so JS can submit properly fixes #5221
2014-03-27 09:37:56 -07:00
Mike Jolley
9e5d895823
Billing Address > Billing Details. We take more than address in this section.
2014-03-24 11:16:07 +00:00
Mike Jolley
6ffd371ee4
Update localisation for terms and conditions text.
2014-03-24 11:16:07 +00:00
Brent Shepherd
c7e6a779cb
Add wc_cart_totals_taxes_total_html()
...
Also introduces the new 'woocommerce_cart_totals_taxes_total_html' filter.
2014-03-20 17:54:42 -07:00
splashingpixels
4e0e184d5a
form-login form values were not persistent after failed submission
2014-03-17 09:55:41 -07:00
Mike Jolley
54a7c11dd3
Use protocol relative URLs in the cart widget because it gets cached and can display on https or http pages Closes #5135
2014-03-17 10:53:54 +00:00
thenbrent
bcd3c71c7d
Add no_available_payment_methods_message filter
2014-03-12 21:14:06 +10:00
Mike Jolley
256b1e011c
Tweak shipping language Closes #5030
2014-03-04 12:39:39 +00:00
Muhammad Haris
b5dbb95f8e
Missing hook details for new rating after title
...
Missing hook details in the comment for new rating after title on single product pages
2014-02-27 05:56:03 +05:00
Mike Jolley
bfecc0c7d5
Tweak product attributes template to hide table if nothing is shown Closes #4927
2014-02-25 15:33:07 +00:00
Patrick Rauland
f3d1f5aa7d
correcting cart template class names
2014-02-24 16:42:40 -06:00
Mike Jolley
38872b8536
For custom attributes, try to turn back to 'name' from saved slug in emails/view order templates Closes #4833
2014-02-24 15:14:32 +00:00
thenbrent
eed1411ba8
Check product exists before accessing methods
...
To avoid fatal errors when generating renewal orders in Subscriptions.
2014-02-21 16:29:55 -08:00
Mike Jolley
3ab6acc495
wc_cart_totals_coupon_label function and filter to override coupon labels
2014-02-21 15:16:47 +00:00
Nathan
c1f7706d44
Added the type attribute to the coupon input on the cart page
2014-02-20 09:22:55 -05:00
splashingpixels
e85a7d2352
added filter for empty cart return to shop link
2014-02-18 22:28:19 -08:00
Mike Jolley
c0c21c8364
Unify textdomains Closes #4814
2014-02-17 13:14:45 +00:00
Mike Jolley
0ddff220d5
Make my-account/view-order use the template file
2014-02-17 09:44:45 +00:00
Mike Jolley
d5482d00d0
Fix printf in customer new account email Closes #4802
2014-02-14 15:50:30 +00:00
Mike Jolley
1140fd2407
Wrap billing and shipping fields with a div/class Closes #4758
2014-02-13 10:22:25 +00:00
Coen Jacobs
18bd1f175f
Merge pull request #4760 from claudiosmweb/fix_hardcode_email_string
...
Fix hardcoded string in templates/emails/email-order-items.php
2014-02-13 09:00:35 +01:00
claudiosmweb
f6f4e8d5ea
fixed some coding standards in templates/emails/plain/email-order-items.php
2014-02-13 02:24:34 -02:00
claudiosmweb
a5d21f4e56
removed not useful nl2br in emails plain templates
2014-02-13 02:22:34 -02:00
claudiosmweb
3e82329bc4
fixed some coding standards in templates/emails/email-order-items.php
2014-02-13 02:10:53 -02:00
claudiosmweb
c05804a8fb
fixed hardcode string in email-order-items.php template
2014-02-13 02:08:47 -02:00
Mike Jolley
29ef76c17c
Removed change password template and shortcode class - no longer used.
...
Change password is built into the edit-account endpoint. @coenjacobs
@hlashbrooke
2014-02-11 10:36:22 +00:00
claudiosmweb
6ccbd2b6f0
removed deprecated function
2014-02-09 03:05:03 -02:00
James Koster
2b8ef5101f
review pagination. closes #4629
2014-02-05 12:40:15 +00:00
claudiosmweb
d5f840c2ed
improved the printf in my-account.php template
2014-02-05 00:57:03 -02:00
claudiosmweb
14e14787fc
redirect user in logout to my account page, fixes #4633
2014-02-05 00:55:27 -02:00
James Koster
a078b942e7
removed a ↓ closes #4598
2014-01-31 15:31:35 +00:00
claudiosmweb
1d332b67dd
added extra class to cart item data, fixes #4600
2014-01-30 19:02:52 -02:00
Mike Jolley
39344f2ed5
Allow gateways to change the checkout place order button text on selection. Closes #4573
2014-01-28 11:25:57 +00:00
splashingpixels
454b97080a
coding standards fixes
2014-01-22 20:36:24 -08:00
splashingpixels
b16d5195c8
coding standards fixes
2014-01-14 21:53:37 -08:00
splashingpixels
6f5bcb8d1b
added coupon text for clarity
2014-01-14 21:13:47 -08:00
Mike Jolley
956de3ce53
Merge pull request #4483 from daverogers/master
...
Add coupon code placeholder to cart template
2014-01-10 05:11:46 -08:00
justinstern
e96a6ae3f3
Fix Non-Purchasable Simple Product in Product Loop
...
add_to_cart_button class is only applied if the product is purchasable
2014-01-09 21:38:05 -05:00
Illimar Tambek
3fc62123a7
Check for actions before looping over them
2014-01-09 12:13:57 +02:00
Mike Jolley
e15c572465
Better handling for sent to admin/plain text args Closes #4359
2014-01-08 15:04:49 +00:00
Mike Jolley
55121ff2ef
Merge pull request #4451 from claudiosmweb/fix_4450
...
Introduces the woocommerce_my_account_my_orders_query filter
2014-01-07 07:39:10 -08:00