Skip to content

fixes #104 by allowing translation of Price Display Suffix#7

Merged
Jon007 merged 1 commit intomasterfrom
woo3
Apr 29, 2017
Merged

fixes #104 by allowing translation of Price Display Suffix#7
Jon007 merged 1 commit intomasterfrom
woo3

Conversation

@Jon007
Copy link
Copy Markdown
Owner

@Jon007 Jon007 commented Apr 29, 2017

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

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)
@Jon007 Jon007 merged commit 3084a21 into master Apr 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

no option to translate the "Price Display Suffix" box value

1 participant