itzmekhokan
00dfa57e5a
Added fixed issue #24779
2019-10-08 22:16:29 +05:30
Rodrigo Primo
80c4793c18
Merge pull request #24311 from woocommerce/fix/24053
...
Use non-breaking space for product quantity in templates
2019-10-01 17:08:43 -03:00
Vedanshu Jain
7222f982e2
Merge pull request #24440 from woocommerce/fix/24421
...
Updated wording of subtotal of items in cart and review order
2019-09-30 20:40:53 +05:30
Gerhard Potgieter
c88396cd4c
Merge pull request #24694 from woocommerce/add-action-hook-to-products-tab
...
Add action hook after products tab
2019-09-30 14:49:24 +02:00
Rodrigo Primo
417a7c0259
Bump template version
2019-09-26 14:26:09 -03:00
Rodrigo Primo
93a92abfd3
Rename action from woocommerce_after_tabs to woocommerce_product_after_tabs
...
Doing this to use a more specific name.
2019-09-26 14:19:39 -03:00
Rodrigo Primo
a2d8de35e1
Fix phpcs violations
2019-09-26 14:18:56 -03:00
Rodrigo Primo
4550bb6661
Merge pull request #24544 from woocommerce/fix/checkout-permalink
...
Prefer wc_get_checkout_url() instead of wc_get_page_permalink( 'checkout' )
2019-09-25 20:38:38 -03:00
steveo2001
e65c5a5886
Add action to after tabs
...
If you have a long product description the space under the tabs is empty and is space that can be used to include banners, images, whatever. Therefore it seems appropriate to have an action to hook into after the tabs. A lot of sites we build we end up having to override the tabs.php file in the theme to achieve this as there is no hook.
2019-09-25 16:06:07 +01:00
Vedanshu Jain
8bd6a44763
Merge pull request #24172 from woocommerce/fix/wording-consistency
...
Update wording to redirect back to catalog when there's no orders or downloads in My Account
2019-09-24 01:38:29 +05:30
Keith Light
67332f9fa0
Amend typos in email templates
2019-09-10 09:47:07 +01:00
Gerhard Potgieter
3685171c52
Merge pull request #23701 from sandrodz/master
...
Consistent register/login submit button css class names
2019-09-03 13:45:56 +02:00
Claudio Sanches
e814105728
Prefer wc_get_checkout_url() instead of wc_get_page_permalink( 'checkout' )
2019-08-30 13:06:50 -03:00
Marco Almeida
231394967b
Replace wc_get_page_permalink( 'cart' ) with wc_get_cart_url()
2019-08-29 08:49:43 +01:00
Yash Kapoor
09cbc61521
Update mini-cart.php
...
Fixed escaping function for attribute value.
2019-08-28 19:51:21 +05:30
Yash Kapoor
36bd34ec68
Update mini-cart.php ( #24465 )
...
* Update mini-cart.php
Fixed spelling of woocommerce_widget_shopping_cart_total
* Update mini-cart.php
2019-08-27 17:20:14 -03:00
Claudio Sanches
2e179fb3dc
Updated wording of total of items in cart and review order
2019-08-19 19:47:02 -03:00
Rodrigo Primo
353945f638
Merge pull request #23384 from CasperBraske/CasperBraske-patch-1
...
Moved HTML from widget code to template file
2019-08-08 15:46:45 -03:00
Gerhard
958bd7d0dd
Bump version number of template that was never done with changes.
2019-08-05 10:02:31 +02:00
Gerhard
e48c5491aa
Add missing additional content output to customer-new-account email template.
2019-08-05 09:58:30 +02:00
Claudio Sanches
3dfe1037ba
Use non-breaking space for product quantity in templates
2019-08-02 18:42:58 -03:00
Luis
802002a10a
Adding the "translators" comment.
2019-08-02 11:31:11 -03:00
Luis
3a435ef9e4
Changing filter names and bumping version
2019-08-02 11:19:43 -03:00
Claudio Sanches
1b4ac250a7
Change wording to "Browse products"
2019-08-01 19:12:29 -03:00
Claudio Sanches
e9c6c06a81
Use default redirect page
2019-07-31 20:34:11 -03:00
Sandro Dzneladze
9fa62f8c3b
Bring back class for backwards compatibility
2019-07-31 19:57:38 +04:00
Claudio Sanches
1ada2e8491
Use "Go to the shop" in downloads
2019-07-16 15:32:10 -03:00
Gerhard
6ba23a01f8
Bump template versions for 3.7
2019-07-16 10:36:45 +02:00
Gerhard
6e4e818170
Introduce woocommerce_widget_shopping_cart_subtotal function and move minicart template subtotal to use it. New woocommerce_before_cart_collaterals, woocommerce_widget_shopping_cart_total and woocommerce_widget_shopping_cart_after_buttons actions for making the cart and mini cart templates more flexible without having to override it.
2019-07-14 19:27:42 +02:00
Claudio Sanches
b63cc12d2b
Prevent escape twice
2019-07-09 16:23:53 -03:00
Claudio Sanches
62a32e41d0
Avoid extra escape
2019-07-09 16:23:09 -03:00
Claudio Sanches
86a58a05c3
Fixes based in feedback in #23460
2019-07-09 16:20:54 -03:00
Claudio Sanches
c1a3c65e34
Merge branch 'master' into update/23390
2019-07-09 16:15:07 -03:00
Rodrigo Primo
50d26a4045
Merge pull request #23786 from woocommerce/fix/23120-1
...
Reviews: Respect "Comment author must fill out name and email" setting
2019-07-09 15:40:54 -03:00
Gerhard Potgieter
3abf11e569
Merge pull request #23969 from woocommerce/fix/23956
...
Display line breaks of customer notes in emails, and order details.
2019-07-04 13:11:44 +02:00
Gerhard Potgieter
12fbfa5677
Merge pull request #22927 from woocommerce/update/22895
...
Allow "Thanks" wording in emails to be reworded by admin
2019-07-04 12:43:00 +02:00
Sergey Biryukov
9b8a29ac9d
Correct plural forms usage in loop/result-count.php
...
Fixes #24004 .
2019-06-26 05:23:15 +03:00
Claudio Sanches
7f826226b7
No nl2br in plain text emails
2019-06-24 12:16:07 -03:00
Claudio Sanches
6cfe7cb681
Fixed coding standards
2019-06-19 18:39:27 -03:00
Claudio Sanches
62f58daeed
Update templates version
2019-06-19 18:33:30 -03:00
Claudio Sanches
d46d62fcb7
Fixed line break from customer notes in emails
2019-06-19 18:28:49 -03:00
rmalviya
50d84e3e49
Remove shipping section from helpful message of login form
...
Shipping section may not always be present such as in case of only
virtual products in cart, so remove it from message shown for the
login form.
Fixes #23940 by removing shipping section from message. In case of
where shipping section needs to be shown, it is quite obvious for
customers to move to shipping section after filling out billing details.
2019-06-15 17:43:09 +05:30
Claudio Sanches
b61ca1ded7
Fixed copy and paste
2019-05-28 00:03:08 -03:00
Claudio Sanches
2802a1def1
Merge pull request #23360 from klauspaiva/fix-for-margin-on-email-header-image
...
Alignment of the image used in the email header
2019-05-22 21:05:14 -03:00
Mike Jolley
ec5ddd2387
Dynamically generate comment form fields and respect require_name_email option
2019-05-21 18:23:53 -03:00
Claudio Sanches
576182e44d
Bump version of templates
2019-05-21 18:00:52 -03:00
Claudio Sanches
de2a45510b
Merge branch 'master' into fix/23003
2019-05-21 17:59:52 -03:00
Claudio Sanches
edd0e7de8c
Bump template versions
2019-05-21 17:53:03 -03:00
Claudio Sanches
4a99a11009
Merge branch 'master' into update/22895
2019-05-21 17:46:16 -03:00
Ewout Fernhout
aee539e034
declare plain text email variables
2019-05-21 09:18:45 +02:00