This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
point.tpl
78 lines (77 loc) · 4.32 KB
/
point.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{*
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2011 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<div id="kiala">
<h1>{l s='Kiala point' mod='kialasmall'}</h1>
<div class="kiala_block">
{l s='You have selected a parcel delivery to a Kiala point. Kiala allows parcels to be delivered to close by shops with wide opening hours and no waiting lines.' mod='kialasmall'}
<a id="more_info" href="#info_content">{l s='(More info...)' mod='kialasmall'}</a>
<br /><br />
{if $point->status == "new_point"}
{l s='Based on your address, we recommend this Kiala Point:' mod='kialasmall'}
{elseif $point->status == "selection"}
{l s='You selected this Kiala Point:' mod='kialasmall'}
{elseif $point->status == "point_already_selected"}
<div class="point_selected">{l s='Kiala Point you selected for your last order:' mod='kialasmall'}</div>
{elseif $point->status == "point_unavailable"}
<div class="point_selected">{l s='We apologize but the Kiala Point' mod='kialasmall'} {if isset($unavailable_point_name)}"{$unavailable_point_name|escape:'htmlall':'UTF-8'}" {/if}{l s=' that you selected for your last order is currently unavailable.' mod='kialasmall'}</div>
{/if}
<div class="kiala_point">
{if $point->picture}
<div class="picture"><img src="{$point->picture|escape:'htmlall':'UTF-8'}" alt="{$point->name|escape:'htmlall':'UTF-8'}" /></div>
{else}
<div class="picture"><img src="{$ks_kiala_module_dir}default_picture.jpg" alt="{$point->name|escape:'htmlall':'UTF-8'}" /></div>
{/if}
<div class="kiala_description">
{$point->name|escape:'htmlall':'UTF-8'}
<br />
{$point->street|escape:'htmlall':'UTF-8'}
<br />
{$point->zip|escape:'htmlall':'UTF-8'}
{$point->city|escape:'htmlall':'UTF-8'}
<br />
{$point->location_hint|escape:'htmlall':'UTF-8'}
</div>
</div>
<div style="clear:both"></div>
<span class="before_map">{l s='You can select another Kiala point on the map below:' mod='kialasmall'}</span>
<iframe id="map" src="{$ks_search_link}" width='540px' height='400px'>
<p>Your browser does not support iframes.</p>
</iframe>
<input type="hidden" name="short_id" value="{$point->short_id|escape:'htmlall':'UTF-8'}"/>
</div>
</div>
<div id='info_content' style='display:none;text-align:left'>
{l s='You\'re not at home when the delivery man rings? Kiala has the perfect solution: get the package yourself, at a place of your choice, when it suits you.' mod='kialasmall'}
<h3>{l s='Your package delivered next door' mod='kialasmall'}</h3>
{l s='Your package is delivered in a neighborhood shop (grocery store, bookshop, dry cleaning...). There\'s always a Kiala point near your home, your workplace or your children\'s school.' mod='kialasmall'}
<h3>{l s='Flexible opening hours' mod='kialasmall'}</h3>
{l s='Early in the morning, at noon, in the evening until 7 or 8pm, on Saturdays and possibly even on Sundays: get your package where and when it suits you.' mod='kialasmall'}
<h3>{l s='Instant notification' mod='kialasmall'}</h3>
{l s='When your package is delivered you are instantly notified by e-mail, text or phone recording. Using the Kiala website you can follow the whereabouts of your package at each step of the shipping process.'}
<h3>{l s='More safety' mod='kialasmall'}</h3>
{l s='You have to provide ID when retrieving your package. You will also sign a receipt.' mod='kialasmall'}
<h3>{l s='Fast' mod='kialasmall'}</h3>
{l s='Your package is delivered in a hearbeat. No waiting lines. No stress.' mod='kialasmall'}
</div>