UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

The EU VAT App label on checkout misses the VAT Rate

Tassos Marinos · ·
2:23 AM Friday, 13 November 2020
None
When the EU VAT app is enabled, the VAT indication label on the checkout looks like this:

https://tinyurl.com/y33aldpd

It would be much clearer to the user if they can see the actual VAT rate like this:

https://tinyurl.com/y3gd4c26

To make your life easier, I am including below the changes need to be done:

1. Update the COM_PAYPLANS_APP_EU_VAT_MODIFIER_MESSAGE language string in administrator/components/com_payplans/languages/site/en-GB.com_payplans.ini
COM_PAYPLANS_APP_EU_VAT_MODIFIER_MESSAGE="EU-VAT Tax added"

with
COM_PAYPLANS_APP_EU_VAT_MODIFIER_MESSAGE="EU-VAT Tax added %d%%"


2. Update plugins/payplans/euvat/app/euvat.php line 39:
$tax->title = JText::_('COM_PAYPLANS_APP_EU_VAT_MODIFIER_MESSAGE');

with
$tax->title = JText::sprintf('COM_PAYPLANS_APP_EU_VAT_MODIFIER_MESSAGE', $tax->rate);
The replies under this section are restricted to logged in users or users with an active subscription with us