Commit Graph

828 Commits

Author SHA1 Message Date
claudiosmweb 1f12370fc4 defined a min value to cart quantity input 2014-05-13 16:08:13 +01:00
Mike Jolley ec1d521fde Only output wrappers on order-review when not loaded via ajax 2014-04-30 11:20:43 +01:00
Mike Jolley 460a4e0aa6 Reverse calculator check Closes #5323 2014-04-29 15:07:23 +01:00
Mike Jolley 21033661ef Print notices in view order template Closes #5348 2014-04-23 11:35:52 +01:00
Mike Jolley 433b8c1d41 Template cleanup 2014-04-23 11:35:43 +01:00
Mike Jolley b97181c08a get_image_id method + use in email template
Closes #5288
2014-04-10 13:56:56 +01:00
Mike Jolley d7dbf47273 reset grouped products correctly to work with short codes 2014-04-10 13:56:19 +01:00
Mike Jolley f89147bd94 Remove nonce from comment form to prevent issues with caching 2014-04-10 13:55:23 +01:00
splashingpixels 7f0359680f template coding standard fixes 2014-04-10 13:54:03 +01:00
Mike Jolley 5e26e66365 More friendly/less blunt "no shipping" messages.
Closes #5276
2014-04-10 13:51:04 +01:00
Mike Jolley 66a1b93fec Clean up labels and default cost to 0 for int shipping
Closes #5219
2014-04-10 13:50:17 +01:00
splashingpixels afc17dad40 myaccount registration added check for auto generate password option 2014-04-10 13:47:34 +01:00
Andrew Benbow fff214643d Update form-shipping.php 2014-04-10 13:45:11 +01:00
Andrew Benbow 200e558568 Update form-shipping.php 2014-04-10 13:45:08 +01:00
Andrew Benbow caa382a611 Update form-shipping.php 2014-04-10 13:44:55 +01:00
Andrew Benbow d0804490cd 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-04-10 13:44:51 +01:00
Gregory K bb869562bd Fix: additional-information.php
- Do not display empty <h2> tag
- Removed unused globals
- WP code style
2014-04-10 13:41:23 +01:00
splashingpixels 493136170f orderby - skip adding hidden input of submit on a GET so JS can submit properly fixes #5221 2014-04-10 13:38:48 +01:00
Mike Jolley f0799f2e52 Billing Address > Billing Details. We take more than address in this section. 2014-03-24 12:13:03 +00:00
Mike Jolley d7f067349a Update localisation for terms and conditions text. 2014-03-24 12:12:54 +00:00
Brent Shepherd d4661d6623 Add wc_cart_totals_taxes_total_html()
Also introduces the new 'woocommerce_cart_totals_taxes_total_html' filter.
2014-03-24 12:10:41 +00:00
splashingpixels 5692f02e68 form-login form values were not persistent after failed submission 2014-03-20 09:55:56 +00:00
Mike Jolley 2a787b8fb2 Use protocol relative URLs in the cart widget because it gets cached and can display on https or http pages Closes #5135 2014-03-20 09:53:56 +00:00
thenbrent bf33ca51ba Add no_available_payment_methods_message filter 2014-03-20 09:44:52 +00:00
Mike Jolley 95f7b77a80 Tweak shipping language Closes #5030 2014-03-05 11:04:18 +01:00
Patrick Rauland d8ab9de620 correcting cart template class names 2014-02-27 16:49:16 +01:00
Muhammad Haris 81bdf69c74 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 15:47:56 +01:00
Mike Jolley eea2e21765 Tweak product attributes template to hide table if nothing is shown Closes #4927 2014-02-27 15:40:50 +01:00
Mike Jolley 5f3ce265ac For custom attributes, try to turn back to 'name' from saved slug in emails/view order templates Closes #4833 2014-02-27 15:31:31 +01:00
thenbrent a7e72545ed Check product exists before accessing methods
To avoid fatal errors when generating renewal orders in Subscriptions.
2014-02-27 15:26:16 +01:00
Mike Jolley 4a4680d9d5 wc_cart_totals_coupon_label function and filter to override coupon labels 2014-02-27 15:25:19 +01:00
Nathan 2b05f508d7 Added the type attribute to the coupon input on the cart page 2014-02-27 15:22:59 +01:00
splashingpixels 45f241addc added filter for empty cart return to shop link 2014-02-27 15:17:15 +01:00
Mike Jolley 1f295c9c69 Unify textdomains Closes #4814 2014-02-17 14:27:08 +01:00
Mike Jolley af2a82a7d7 Make my-account/view-order use the template file 2014-02-17 13:35:38 +01:00
Mike Jolley 2fb6030e52 Fix printf in customer new account email Closes #4802 2014-02-17 10:39:54 +01:00
Mike Jolley e81c3abacc Wrap billing and shipping fields with a div/class Closes #4758 2014-02-13 11:28:50 +01:00
claudiosmweb dabe525a4d fixed some coding standards in templates/emails/email-order-items.php 2014-02-13 09:01:25 +01:00
claudiosmweb 8da96382ec fixed hardcode string in email-order-items.php template 2014-02-13 09:01:25 +01:00
claudiosmweb e38e7e2a0d fixed some coding standards in templates/emails/plain/email-order-items.php 2014-02-13 08:58:39 +01:00
claudiosmweb 3872750c69 removed not useful nl2br in emails plain templates 2014-02-13 08:58:39 +01:00
Mike Jolley 9670725bf2 Removed change password template and shortcode class - no longer used.
Change password is built into the edit-account endpoint. @coenjacobs
@hlashbrooke
2014-02-11 11:38:07 +01: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 &darr; 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