{extends file="admin-layout.tpl"} {block name="no-return-functions"} {$admin_current_location = 'configuration'} {/block} {block name="page-title"}{intl l='Taxes rules'}{/block} {block name="check-resource"}admin.configuration.tax{/block} {block name="check-access"}view{/block} {block name="main-content"}
{intl l="In order to manges your shop taxes you can manage"} {intl l="taxes"} {intl l="and"} {intl l="tax rules"}.
{intl l="Taxes define the amount of money which is added to a bought product."}
{intl l="Example :"}
{intl l="Tax rules are combination of different taxes."}
{intl l="Example :"}
{intl l="you can combine taxes in tax rules and chose if they are applied one after the other or at the same time : it allows to apply taxes on an already taxed price or not."}
{intl l="Name"} | {intl l="Description"} | {intl l="Actions"} |
---|---|---|
{loop type="auth" name="can_change" role="ADMIN" resource="admin.configuration.tax" access="UPDATE"} {$TITLE} {/loop} {elseloop rel="can_change"} {$TITLE} {/elseloop} | {$DESCRIPTION nofilter} | {include file='renderer/buttons.html' buttons=[ [ 'type' => 'edit', 'title' => {intl l='Change this tax'}, 'href' => {url path="/admin/configuration/taxes/update/%id" id=$ID}, 'auth' => ['resource' => 'admin.configuration.tax'] ], [ 'type' => 'delete', 'class' => 'js-delete-tax', 'title' => {intl l='Delete this tax'}, 'href' => '#tax_delete_dialog', 'data' => [ 'id' => $ID, 'toggle' => 'modal' ], 'auth' => ['resource' => 'admin.configuration.tax'] ] ]} |
{intl l="Name"} | {intl l="Description"} | {intl l="Default"} | {intl l="Actions"} |
---|---|---|---|
{loop type="auth" name="can_change-tr" role="ADMIN" resource="admin.configuration.tax" access="UPDATE"} {$TITLE} {/loop} {elseloop rel="can_change-tr"} {$TITLE} {/elseloop} | {$DESCRIPTION nofilter} | {if $IS_DEFAULT == 1} {/if} | {$class = ""} {if $IS_DEFAULT == 1}{$class = "disabled"}{/if} {include file='renderer/buttons.html' buttons=[ [ 'type' => 'edit', 'title' => {intl l='Change this tax rule'}, 'href' => {url path="/admin/configuration/taxes_rules/update/%id" id=$ID}, 'auth' => ['resource' => 'admin.configuration.tax'] ], [ 'type' => 'warning', 'class' => $class, 'title' => {intl l='Set as default tax rule'}, 'href' => {url path="/admin/configuration/taxes_rules/update/set_default/%id" id=$ID}, 'auth' => ['resource' => 'admin.configuration.tax'], 'icon' => ['class' => 'glyphicon glyphicon-star'] ], [ 'type' => 'delete', 'class' => 'js-delete-tax-rule', 'title' => {intl l='Delete this tax rule'}, 'href' => '#tax_rule_delete_dialog', 'data' => [ 'id' => $ID, 'toggle' => 'modal' ], 'auth' => ['resource' => 'admin.configuration.tax'] ] ]} |