{assign var="tab" value="export"} {if isset($smarty.get.current_tab)} {assign var="tab" value=$smarty.get.current_tab} {/if}
{intl l="operations" d='freeshipping.ai'}
{form name="freeShipping.export.inet"}
{form_hidden_fields form=$form}
{intl l="Change orders status after export" d='freeshipping.ai'}
{form_field form=$form field="new_status_id"}
 
 
 
{/form_field} {intl l="*If you choose this option, the exported orders would not be available on this page anymore" d='freeshipping.ai'}
{loop name="order.notsent.freeshipping" type="order.notsent.freeshipping"} {form_field form=$form field="order_"|cat:$ID} {/form_field} {/loop}
{intl l="REF" d='freeshipping.ai'} {intl l="Date" d='freeshipping.ai'} {intl l="Total taxed amount" d='freeshipping.ai'} {intl l="Export" d='freeshipping.ai'}
{$CREATE_DATE|date_format} {$TOTAL_TAXED_AMOUNT} {loop name="list.freeshipping.getcurrency" type="currency" id=$CURRENCY}{$SYMBOL}{/loop}
{/form}
{intl l="Configure FreeShipping rule" d='freeshipping.ai'}
{loop name="rules" type="free_shipping"} {/loop}
{intl l="Free carriage rules"} {loop type="auth" name="can_create" role="ADMIN" module="freeShipping" access="CREATE"} {/loop}
{intl l="Area"} {intl l="Amount up to ... (€)"} {intl l="Actions"}
{$AREA_NAME} {$AMOUNT}
{loop type="auth" name="can_change" role="ADMIN" module="freeShipping" access="UPDATE"} {/loop}
{* -- Add rule confirmation dialog ----------------------------------- *} {form name="freeShipping.admin.rule.creation"} {capture "rule_creation_dialog"} {form_hidden_fields form=$form} {form_field form=$form field='success_url'} {/form_field} {form_field form=$form field='area'}
{/form_field} {form_field form=$form field='amount'}
{intl l='Enter the amount from which the rule will apply'}
{/form_field} {/capture} {include file = "includes/generic-create-dialog.html" dialog_id = "rule_create_dialog" dialog_title = {intl l="Create a new rule"} dialog_body = {$smarty.capture.rule_creation_dialog nofilter} dialog_ok_label = {intl l="Create"} dialog_cancel_label = {intl l="Cancel"} form_action = {url path='/admin/module/FreeShipping/create'} form_enctype = {form_enctype form=$form} form_error_message = $form_error_message } {/form} {* -- Delete rule confirmation dialog ----------------------------------- *} {capture "rule_delete_dialog"} {/capture} {include file = "includes/generic-confirm-dialog.html" dialog_id = "rule_delete_dialog" dialog_title = {intl l="Delete this rule"} dialog_message = {intl l="Do you really want to delete this rule ?"} form_action = {token_url path='/admin/module/FreeShipping/delete'} form_content = {$smarty.capture.rule_delete_dialog nofilter} }