0

On the UK the VAT is calculated.

enter image description here

On the Ireland the VAT is added on the total but not on the VAT column


enter image description here

  • I'm voting to close this question as off-topic because Stack Overflow is a [programming-related](http://stackoverflow.com/help/on-topic) Q&A site. Your question is not about programming. Perhaps you should post it on http://magento.stackexchange.com instead? – Enigmativity Jan 08 '17 at 11:01

1 Answers1

0

Create a Multi store environment. One for UK and another for Ireland.

Now modify your checkout page as per your requirement.

By default Magento does not have a configuration feature that allow different checkout themes based on country.

Oscprofessionals
  • 2,161
  • 2
  • 15
  • 17