+
+
+
+
+
+ {intl l="Manage taxes"}
+
+
+
+
+
+
+
+
{intl l="Countries that have the same tax rule"} :
+
+
+ {$matchedCountries.first=$asked_country}
+
+ {loop type="tax-rule-country" name="same-country-list" tax_rule=$ID taxes="1,2,3" country=$asked_country}
+ {$matchedCountries[]=$COUNTRY}
+ {$COUNTRY_TITLE}
+ {/loop}
+
+ {elseloop rel="same-country-list"}
+ {intl l="NONE"}
+ {/elseloop}
+
+
+
+
+
+
+
+
{intl l="Manage the tax rule taxes appliance order"}
+
+
+ {assign lastPosition 0}
+ {loop type="tax-rule-country" name="existing-tax-list" tax_rule=$ID country=$asked_country}
+ {if $POSITION != $lastPosition}
+ {assign lastPosition $POSITION}
+ {if $LOOP_COUNT > 1}
+
+ {/if}
+
+
+
+ {intl l="Add tax to this group"}
+
+ {/if}
+
+
{$TAX_TITLE}
+
+ {if $LOOP_COUNT == $LOOP_TOTAL}
+
+ {/if}
+ {/loop}
+
+ {elseloop rel="existing-tax-list"}
+
+
+
+ {intl l="Add tax to this group"}
+
+
+
+ {/elseloop}
+
+
+
+
+
+
{intl l="Apply"}
+
+
+
+
+
+
+
Available taxes
+
+
+ {loop type="tax" name="tax-list" exclude_tax_rule=$ID country=$asked_country}
+
{$TITLE}
+ {/loop}
+
+
+
+
+
+
+
+