MODULES
...
eCommerce
Components

Tax Code Changer

3min
what it does our tax code changer will allow you to output a list of all tax codes on your site that are linked to the current session's currency you can then set a new tax code for that session the js function must be sent a valid tax code id see the layout named default for an example of how this is achieved via a \<select /> dropdown how to add the tax code changer to your view you can add a tax code changer to your site using the following include {% include 'ecommerce/tax code changer', layout 'default' %} layouts you can find layouts at layouts > modules > module 14 (ecommerce) > components > tax code changer > your layout name here the layout will require a wrapper and item file, which you can see in place in the layout named default that comes installed with the ecommerce module