Where exactly are you trying to change that nomenclature for the prices? And are you trying to make it conditional on whether price modifiers are in use or not?
Hi Gareth, thanks for the reply. I tried to attached a screen shot, but couldn’t get it to work, but you can see it here just above the button that says ‘Add to event cart’. It’s the bit attached to the asterisk: http://www.amaechiperformance.com/events/anatomy-of-inclusion/
The tax isn’t conditional, I just want that wording to say ‘includes VAT’ instead.
The string you need to translate is * price includes taxes, so place that within the $strings array like this:
$strings = array(
'Register' => 'Sign up',
'Confirm and go to payment page' => 'Complete registration',
'No events available...' => 'No upcoming classes at this time...',
'click here to add a new state/province' => 'click here to enter address outside US/Canada',
'* price includes taxes' => '* includes VAT',
// Add some more strings here
);
The support post ‘Change language when including VAT from 'price includes taxes' to 'with VAT'’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.