Skip to content
This repository was archived by the owner on Mar 17, 2022. It is now read-only.

0.30 RC1 Woocommerce 3.0 compatibility and other fixes#139

Merged
hyyan merged 46 commits intohyyan:masterfrom
Jon007:master
May 13, 2017
Merged

0.30 RC1 Woocommerce 3.0 compatibility and other fixes#139
hyyan merged 46 commits intohyyan:masterfrom
Jon007:master

Conversation

@Jon007
Copy link
Copy Markdown
Contributor

@Jon007 Jon007 commented Apr 23, 2017

decarvalhoaa and others added 30 commits November 20, 2016 12:41
Pull in changes started for woo2.7 not yet in master branch
merge community proposed changes for woo3
version update for woo3.0
initial set of back compatibility and missing fixes including hyyan#129 hyyan#112
and new fit hyyan#136
0.30.0 add back compatibility and missing fixes
woo3 adding back-compatibility for 2.6
…ixes hyyan#89, fixes hyyan#70

Added translation management for:
* On Hold Order Email
* Cancelled Order Email
* Failed Order Email
* Recipient [ie Shop] email for New/Cancel/Failed emails
* Footer test, From name and From address on all emails
Jon007 and others added 7 commits April 29, 2017 00:43
fixes hyyan#95 WooCommerce shortcodes not respecting language

hooks woocommerce_shortcode_products_query to add lang to query
fixes hyyan#95 WooCommerce shortcodes not respecting language
fixes hyyan#104 by allowing translation of Price Display Suffix

The implementation is for WooCommerce 3.x and supports substitution
with flexibility to rearrange the parameters,

for example in English you could set
WooCommerce\Settings\Price display suffix == ({price_including_tax} inc
VAT)
and prices would then be displayed as eg:
$15.00 ($18.00 inc VAT)

And then in Languages\Strings translations\Woocommerce Taxes you could
set the Spanish version to:
(con IVA {price_including_tax})
so it would be displayed as:
$15.00 (con IVA $18.00)
fixes hyyan#104 by allowing translation of Price Display Suffix
remove unnecessary files from git release packages
@Jon007 Jon007 mentioned this pull request May 10, 2017
@hyyan hyyan merged commit fd26dd6 into hyyan:master May 13, 2017
@hyyan
Copy link
Copy Markdown
Owner

hyyan commented May 13, 2017

@Jon007 , @decarvalhoaa thanks for the amazing Job

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.