Initial commit

This commit is contained in:
2020-01-27 08:56:08 +01:00
commit b7525048d6
27129 changed files with 3409855 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="rule-edit.html" server="51.254.220.106//web/" local="131351946000000000" remote="131351946000000000" />
</dwsync>

View File

@@ -0,0 +1,69 @@
{extends file="admin-layout.tpl"}
{block name="check-access"}update{/block}
{block name="page-title"}{intl l='Edit free shipping rule'}{/block}
{block name="main-content"}
<div class="free-shipping edit-free-shipping">
<div id="wrapper" class="container">
<ul class="breadcrumb">
<li><a href="{url path='admin/home'}">{intl l="Home"}</a></li>
<li><a href="{url path='admin/module/FreeShipping'}">{intl l="Free Shipping"}</a></li>
</ul>
<div class="row">
<div class="col-md-12 general-block-decorator">
<div class="row">
<div class="col-md-12 title">
{intl l='Edit free shipping rule'}
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-container">
{form name="freeShipping.admin.rule.modification"}
<form method="POST" action="{url path='/admin/module/FreeShipping/save'}" {form_enctype form=$form} class="clearfix">
{* Be sure to get the keyword ID, even if the form could not be validated *}
<input type="hidden" name="keyword_id" value="{$keyword_id}" />
{form_hidden_fields form=$form}
{form_field form=$form field='area'}
<div class="form-group {if $error}has-error{/if}">
<label class="control-label" for="{$label_attr.for}">{$label} : </label>
<select name="{$name}" id="{$label_attr.for}" data-toggle="selectpicker">
{loop name="area" type="area"}
<option value="{$ID}" {if $value == $ID}selected="selected"{/if}>{$NAME}</option>
{/loop}
</select>
</div>
{/form_field}
{form_field form=$form field='amount'}
<div class="form-group {if $error}has-error{/if}">
<label for="{$label_attr.for}" class="control-label">{$label} : </label>
<input type="text" id="{$label_attr.for}" name="{$name}" class="form-control" value="{$value}" title="{$label}" placeholder="{intl l='amount'}">
<div class="help-block">{intl l='Enter the amount from which the rule will apply'}</div>
</div>
{/form_field}
<div class="form-group">
<button type="submit" class="btn btn-primary">{intl l="Update"}</button>
</div>
</form>
{/form}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{/block}

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="send_comfirmation_freeshipping.html" server="51.254.220.106//web/" local="131351946000000000" remote="131351946000000000" />
<file name="send_comfirmation_freeshipping.txt" server="51.254.220.106//web/" local="131351946000000000" remote="131351946000000000" />
</dwsync>

View File

@@ -0,0 +1,39 @@
{extends file="email-layout.tpl"}
{* Do not provide a "Open in browser" link *}
{block name="browser"}{/block}
{* No pre-header *}
{block name="pre-header"}{/block}
{* Subject *}
{block name="email-subject"}{intl l="Your order %ref has been shipped" ref={$order_ref} d="freeshipping.email.default"}{/block}
{* Title *}
{block name="email-title"}{intl l="Your order %ref has been shipped" ref={$order_ref} d="freeshipping.email.default"}{/block}
{* Content *}
{block name="email-content"}
{loop type="customer" name="customer.order" current="false" id="$customer_id" backend_context="1"}
<p>{intl l="Dear" d="freeshipping.email.default"} {$FIRSTNAME} {$LASTNAME},</p>
{/loop}
<p>{intl l="Thank you for your order on our online store %name" name={config key="store_name"} d="freeshipping.email.default"}.</p>
{loop name="order.invoice" type="order" id=$order_id customer="*"}
<p>{intl l="Your order %ref dated %date_order has been shipped on %update_date" ref={$order_ref} date_order={format_date date=$CREATE_DATE output="date"} update_date={format_date date=$UPDATE_DATE output="date"} d="freeshipping.email.default"}.
{if $package}{intl l="The tracking number for this delivery is %package" package={$package} d="freeshipping.email.default"}.{/if}</p>
{if $package}
<p>{intl l="You can use this tracking number to get your parcel in your local post office" d="freeshipping.email.default"}.
{intl l="If don't get an advice in your mailbox after two working days, claim your parcel at your local post office, using this tracking number" d="freeshipping.email.default"}.
</p>
{else}
<p>
{intl l="If don't get an advice in your mailbox after two working days, claim your parcel at your local post office" d="freeshipping.email.default"}.
</p>
{/if}
{/loop}
<p>{intl l="Feel free to contact us for any forther information" d="freeshipping.email.default"}</p>
<p>{intl l="Best Regards." d="freeshipping.email.default"}</p>
{/block}

View File

@@ -0,0 +1,20 @@
{loop type="customer" name="customer.order" current="false" id="$customer_id" backend_context="1"}
{intl l="Dear" d="freeshipping.email.default"} {$FIRSTNAME} {$LASTNAME},
{/loop}
{intl l="Thank you for your order on our online store %name" name={config key="store_name"} d="freeshipping.email.default"}.</p>
{loop name="order.invoice" type="order" id=$order_id customer="*"}
{intl l="Your order %ref dated %date_order has been shipped on %update_date" ref={$order_ref} date_order={format_date date=$CREATE_DATE output="date"} update_date={format_date date=$UPDATE_DATE output="date"} d="freeshipping.email.default"}.
{if $package}{intl l="The tracking number for this delivery is %package" package={$package} d="freeshipping.email.default"}.{/if}
{if $package}
{intl l="You can use this tracking number to get your parcel in your local post office" d="freeshipping.email.default"}.
{intl l="If don't get an advice in your mailbox after two working days, claim your parcel at your local post office, using this tracking number" d="freeshipping.email.default"}.
{else}
{intl l="If don't get an advice in your mailbox after two working days, claim your parcel at your local post office" d="freeshipping.email.default"}
{/if}
{/loop}
{intl l="Feel free to contact us for any forther information" d="freeshipping.email.default"}
{intl l="Best Regards." d="freeshipping.email.default"}