Revision`s Differences

Transkrypt

Revision`s Differences
Dokumentacja zmian plików graficznych: rwd clickshop
Wersja zmian: 1.6.6 - 1.7.0
Pliki .tpl
boxes/Bestsellers/box.tpl
30
{if $skin_settings->global->pricemode == '1' || $skin_settings->global->pricemode == '3
'}
31
32
- 33
{if $bs_product->specialOffer}
<del>{currency value=$bs_product->defaultStock->getPrice()}</del>
<em class="color">{currency value=$bs_product->defaultStock->getSpecialOfferPri
ce()}</em>
+ 33
<em class="color">{currency value=$bs_product->defaultStock->getSpecialOfferPri
{if $bs_product->currency}
<em>({currency id=$bs_product->product->currency_id rate=1 value=$bs_produc
ce()}</em>
+ 34
t->defaultStock->getCurrencySpecialOfferPrice()})</em>
+ 35
36
37
+ 38
+ 39
{/if}
{else}
<em>{currency value=$bs_product->defaultStock->getPrice()}</em>
{if $bs_product->currency}
<em>({currency id=$bs_product->product->currency_id rate=1 value=$bs_produc
t->defaultStock->getCurrencyPrice()})</em>
+ 40
41
42
43
{/if}
{/if}
{/if}
47
48
49
- 50
{/if}
{if $bs_product->specialOffer}
<del>{currency value=$bs_product->defaultStock->getPrice(true)}</del>
<em class="color">{currency value=$bs_product->defaultStock->getSpecialOffe
rPrice(true)}</em>
+ 50
<em class="color">{currency value=$bs_product->defaultStock->getSpecialOffe
{if $bs_product->currency}
<em>({currency id=$bs_product->product->currency_id rate=1 value=$bs_pr
oduct->defaultStock->getCurrencySpecialOfferPrice(true)})</em>
{/if}
{else}
<em>{currency value=$bs_product->defaultStock->getPrice(true)}</em>
{if $bs_product->currency}
<em>({currency id=$bs_product->product->currency_id rate=1 value=$bs_pr
oduct->defaultStock->getCurrencyPrice(true)})</em>
{/if}
rPrice(true)}</em>
+ 51
+ 52
53
54
+ 55
+ 56
+ 57
Strona 1/35
58
59
60
{/if}
{if $skin_settings->global->pricemode != '2'}
</span>
boxes/Currencies/box.tpl
9
10
11
- 12
+ 12
13
14
15
16
17
18
- 19
+ 19
20
21
22
<select class="singleselect gotourl" id="box_currencies_select">
{foreach from=$boxNs->$box_id->list item=desc key=cur}
<option{if $cur == $boxNs->$box_id->currency} selected="selected"{/if
} value="{url}?currency={$cur|escape}">{$desc|escape}</option>
} value="?currency={$cur|escape}">{$desc|escape}</option>
{/foreach}
</select>
{elseif $boxNs->$box_id->format == 2}
<ul class="listwithicons">
{foreach from=$boxNs->$box_id->list item=desc key=cur}
<li{if $cur == $boxNs->$box_id->currency} class="selected"{/if
}><a href="{url}?currency={$cur|escape}" title="{$desc|escape}" class="{$cur|escape}">
}><a href="?currency={$cur|escape}" title="{$desc|escape}" class="{$cur|escape}">
<!-- <img src="{baseDir}/public/images/{$cur|escape}.png" alt=""> -->
<span>{$desc|escape}</span>
</a>
boxes/FreeShipping/box.tpl
8
9
10
- 11
+ 11
12
13
14
- 15
+ 15
16
- 17
+ 17
18
19
- 20
+ 20
<div class="arrow"><img src="{baseDir}/public/images/1px.gif" alt="" class="px1"></div>
{if $boxNs->$box_id->text}<h5 class="boxintro">{$boxNs->$box_id->text}</h5>{/if}
{if 0 == $user->basket->count()}
{translate key='Free shipping (%s) on orders of %s and more.' p1=$fs->shipping->name currency1=$fs->shi
pping->free_shipping format=true}
{translate key='Free shipping (%s) on orders of %s and more.' p1=$fs->translation->name currency1=$fs->
shipping->free_shipping format=true}
{else}
{assign var=freeshipping_sum value=$user->basket->sumProducts()}
{if $freeshipping_sum > $fs->shipping->free_shipping}
{translate key='Order higher than %s - you get a free shipping (%s).' currency1=$fs->shipping->free
_shipping p1=$fs->shipping->name format=true}
{translate key='Order higher than %s - you get a free shipping (%s).' currency1=$fs->shipping->free
_shipping p1=$fs->translation->name format=true}
{elseif $freeshipping_sum == $fs->shipping->free_shipping}
{translate key='Order for %s - you get a free shipping (%s).' currency1=$fs->shipping->free_shippin
g p1=$fs->shipping->name format=true}
{translate key='Order for %s - you get a free shipping (%s).' currency1=$fs->shipping->free_shippin
g p1=$fs->translation->name format=true}
{else}
{assign var=freeshipping_sum_left value=$fs->shipping->free_shipping-$freeshipping_sum}
{translate key='You need another %s for free shipping (%s).' currency1=$freeshipping_sum_left p1=$f
s->shipping->name format=true}
{translate key='You need another %s for free shipping (%s).' currency1=$freeshipping_sum_left p1=$f
Strona 2/35
s->translation->name format=true}
21
22
23
{/if}
{/if}
</div>
boxes/NewProducts/box.tpl
31
32
33
{if $newproduct->specialOffer}
<del>{currency value=$newproduct->defaultStock->getPrice()}</del>
<em class="color">{currency value=$newproduct->defaultStock->getSpecialOfferPrice()
}</em>
+ 34
+ 35
{if $newproduct->currency}
<em>({currency id=$newproduct->product->currency_id rate=1 value=$newproduct->d
efaultStock->getCurrencySpecialOfferPrice()})</em>
+ 36
37
38
+ 39
+ 40
{/if}
{else}
<em>{currency value=$newproduct->defaultStock->getPrice()}</em>
{if $newproduct->currency}
<em>({currency id=$newproduct->product->currency_id rate=1 value=$newproduct->d
efaultStock->getCurrencyPrice()})</em>
+ 41
42
43
44
{/if}
{/if}
{/if}
49
50
51
{if $newproduct->specialOffer}
<del>{currency value=$newproduct->defaultStock->getPrice(true)}</del>
<em class="color">{currency value=$newproduct->defaultStock->getSpecialOfferPri
ce(true)}</em>
+ 52
+ 53
+ 54
55
56
+ 57
+ 58
+ 59
60
61
62
{if $newproduct->currency}
<em>({currency id=$newproduct->product->currency_id rate=1 value=$newproduc
t->defaultStock->getCurrencySpecialOfferPrice(true)})</em>
{/if}
{else}
<em>{currency value=$newproduct->defaultStock->getPrice(true)}</em>
{if $newproduct->currency}
<em>({currency id=$newproduct->product->currency_id rate=1 value=$newproduc
t->defaultStock->getCurrencyPrice(true)})</em>
{/if}
{/if}
{if $skin_settings->global->pricemode != '2'}
</span>
boxes/ProductOfTheDay/box.tpl
24
25
26
+ 27
{if $potd->specialOffer}
<del>{currency value=$potd->defaultStock->getPrice()}</del>
<em class="color">{currency value=$potd->defaultStock->getSpecialOfferPrice()}</em>
{if $potd->currency}
Strona 3/35
+ 28
<em>({currency id=$potd->product->currency_id rate=1 value=$potd->defaultStock->get
CurrencySpecialOfferPrice()})</em>
+ 29
30
31
+ 32
+ 33
{/if}
{else}
<em>{currency value=$potd->defaultStock->getPrice()}</em>
{if $potd->currency}
<em>({currency id=$potd->product->currency_id rate=1 value=$potd->defaultStock->get
CurrencyPrice()})</em>
+ 34
35
36
37
{/if}
{/if}
{/if}
42
43
44
{if $potd->specialOffer}
<del>{currency value=$potd->defaultStock->getPrice(true)}</del>
<em class="color">{currency value=$potd->defaultStock->getSpecialOfferPrice(true)}<
/em>
+ 45
+ 46
{if $potd->currency}
<em>({currency id=$potd->product->currency_id rate=1 value=$potd->defaultStock>getCurrencySpecialOfferPrice(true)})</em>
+ 47
48
49
+ 50
+ 51
{/if}
{else}
<em>{currency value=$potd->defaultStock->getPrice(true)}</em>
{if $potd->currency}
<em>({currency id=$potd->product->currency_id rate=1 value=$potd->defaultStock>getCurrencyPrice(true)})</em>
+ 52
53
54
55
{/if}
{/if}
{if $skin_settings->global->pricemode != '2'}
</span>
boxes/Recent/box.tpl
25
26
27
+ 28
+ 29
+ 30
31
32
+ 33
+ 34
+ 35
36
37
38
{if $special_product->specialOffer}
<del>{currency value=$special_product->defaultStock->getPrice()}</del>
<em class="color">{currency value=$special_product->defaultStock->getSpecialOfferPrice()}</em>
{if $special_product->currency}
<em>({currency id=$special_product->product->currency_id rate=1 value=$special_product->default
Stock->getCurrencySpecialOfferPrice()})</em>
{/if}
{else}
<em>{currency value=$special_product->defaultStock->getPrice()}</em>
{if $special_product->currency}
<em>({currency id=$special_product->product->currency_id rate=1 value=$special_product->default
Stock->getCurrencyPrice()})</em>
{/if}
{/if}
{/if}
Strona 4/35
43
44
45
{if $special_product->specialOffer}
<del>{currency value=$special_product->defaultStock->getPrice(true)}</del>
<em class="color">{currency value=$special_product->defaultStock->getSpecialOfferPrice(true)}</
em>
+ 46
+ 47
+ 48
49
50
+ 51
+ 52
+ 53
54
55
56
{if $special_product->currency}
<em>({currency id=$special_product->product->currency_id rate=1 value=$special_product->def
aultStock->getCurrencySpecialOfferPrice(true)})</em>
{/if}
{else}
<em>{currency value=$special_product->defaultStock->getPrice(true)}</em>
{if $special_product->currency}
<em>({currency id=$special_product->product->currency_id rate=1 value=$special_product->def
aultStock->getCurrencyPrice(true)})</em>
{/if}
{/if}
{if $skin_settings->global->pricemode != '2'}
</span>
boxes/SpecialOffer/box.tpl
25
26
27
{if $special_product->specialOffer}
<del>{currency value=$special_product->defaultStock->getPrice()}</del>
<em class="color">{currency value=$special_product->defaultStock->getSpecialOfferPrice(
)}</em>
+ 28
+ 29
+ 30
31
32
+ 33
+ 34
+ 35
36
37
38
{if $special_product->currency}
<em>({currency id=$special_product->product->currency_id rate=1 value=$special_prod
uct->defaultStock->getCurrencySpecialOfferPrice()})</em>
{/if}
{else}
<em>{currency value=$special_product->defaultStock->getPrice()}</em>
{if $special_product->currency}
<em>({currency id=$special_product->product->currency_id rate=1 value=$special_prod
uct->defaultStock->getCurrencyPrice()})</em>
{/if}
{/if}
{/if}
43
44
45
{if $special_product->specialOffer}
<del>{currency value=$special_product->defaultStock->getPrice(true)}</del>
<em class="color">{currency value=$special_product->defaultStock->getSpecialOfferPr
ice(true)}</em>
+ 46
+ 47
+ 48
49
50
{if $special_product->currency}
<em>({currency id=$special_product->product->currency_id rate=1 value=$special_
product->defaultStock->getCurrencySpecialOfferPrice(true)})</em>
{/if}
{else}
<em>{currency value=$special_product->defaultStock->getPrice(true)}</em>
Strona 5/35
+ 51
+ 52
{if $special_product->currency}
<em>({currency id=$special_product->product->currency_id rate=1 value=$special_
product->defaultStock->getCurrencyPrice(true)})</em>
+ 53
54
55
56
{/if}
{/if}
{if $skin_settings->global->pricemode != '2'}
</span>
scripts/basket/address.tpl
41
42
43
- 44
+ 44
45
46
47
<td class="label">
<label for="input_{$tr.name|escape}">
{if true == $tr.obligatory}
<em class="color">*</em>
<em class="color">*</em>
{/if}
{$tr.label|escape}:
</label>
51
52
{if 'select' == $tr.type}
<select class="{if $tr.error} error{/if}" name="{$tr.name|escap
e}" id="input_{$tr.name|escape}">
53
- 54
{foreach from=$tr.list item=c key=k}
<option value="{$k|escape}"{if $k == $tr.value} selecte
d="selected"{/if}>{$c|escape}</option>
+ 54
<option value="{$k|escape}"{if $k == $tr.value} selecte
d="selected"{/if}{if $tr.html5data
+ 55
}{foreach from=$tr.html5data key=html5k item=html5d} da
ta-{$html5k}="{$html5d.$k}"{/foreach}{/if
+ 56
57
58
59
}>{$c|escape}</option>
{/foreach}
</select>
{else}
137
138
139
- 140
+ 140
141
142
143
<td class="label">
<label for="input_{$tr.name|escape}">
{if true == $tr.obligatory}
<em class="color">*</em>
<em class="color">*</em>
{/if}
{$tr.label|escape}:
</label>
147
148
{if 'select' == $tr.type}
<select class="{if $tr.error} error{/if}" name="{$tr.name|escap
e}" id="input_{$tr.name|escape}">
149
- 150
{foreach from=$tr.list item=c key=k}
<option value="{$k|escape}"{if $k == $tr.value} selected="s
Strona 6/35
elected"{/if}>{$c|escape}</option>
+ 150
<option value="{$k|escape}"{if $k == $tr.value} selected="s
elected"{/if}{if $tr.html5data
+ 151
}{foreach from=$tr.html5data key=html5k item=html5d} da
ta-{$html5k}="{$html5d.$k}"{/foreach}{/if
+ 152
153
154
155
}>{$c|escape}</option>
{/foreach}
</select>
{else}
226
227
228
- 229
+ 229
230
231
232
<td class="label">
<label for="input_{$tr.name|escape}">
{if true == $tr.obligatory}
<em class="color">*</em>
<em class="color">*</em>
{/if}
{$tr.label|escape}:
</label>
236
237
{if 'select' == $tr.type}
<select class="{if $tr.error} error{/if}" name="{$tr.name|escap
e}" id="input_{$tr.name|escape}">
238
- 239
{foreach from=$tr.list item=c key=k}
<option value="{$k|escape}"{if $k == $tr.value} selected="s
elected"{/if}>{$c|escape}</option>
+ 239
<option value="{$k|escape}"{if $k == $tr.value} selected="s
elected"{/if}{if $tr.html5data
+ 240
}{foreach from=$tr.html5data key=html5k item=html5d} da
ta-{$html5k}="{$html5d.$k}"{/foreach}{/if
+ 241
242
243
244
}>{$c|escape}</option>
{/foreach}
</select>
{else}
268
269
270
- 271
+ 271
272
273
274
399
400
401
- 402
</tbody>
</table>
</div>
<h4 class="separator">{translate key='Additional information'}</h4>
<table>
<tbody>
</div>
<script type="text/javascript">
try {literal}{{/literal} Shop.values.Country2Shipping = {$country2shipping}; {literal}}{/literal} catch(e) {literal}{ }{/litera
Strona 7/35
l}
+ 402
try {literal}{{/literal} Shop.values.Country2Shipping = {$country2shipping}; Shop.values.ShippingExtraStep = {$shipping_extra_s
tep} {literal}}{/literal} catch(e) {literal}{ }{/literal}
403
</script>
404
{include file='footerbox.tpl'}
405
{include file='footer.tpl' force_include_cache='1' force_include_cache_tags='Logic_SkinFooterGroupList,Logic_SkinFooterLinkList,Logic_S
kinFooterGroup,Logic_SkinFooterLink'}
scripts/basket/index.tpl
96
97
98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
+ 99
+ 100
+ 101
+ 102
+ 103
+ 104
+ 105
+ 106
+ 107
+ 108
+ 109
+ 110
111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
+ 101
<span class="actions"></span>
</div>
<h5>{translate key="Shipping method"}:</h5>
{foreach from=$shippings item=shipping name=list}
<div class="delivery{if $shipping_id == (int) $shipping->getIdentifier()} selected{/if}
{if 0 == $smarty.foreach.list.index} first{/if}">
<span class="name">
<span class="radio-wrap">
<input type="radio" name="shipping_id" id="shipping_{$shipping->getIdentifi
er()}" value="{$shipping->getIdentifier()}" {if $shipping_id == (int) $shipping->getIdentifier()}checked="checked" {/if}/>
<label for="shipping_{$shipping->getIdentifier()}"></label>
<div {if $shipping_extra_step}class="none"{/if}>
<h5>{translate key="Shipping method"}:</h5>
{foreach from=$shippings item=shipping name=list}
<div class="delivery{if $shipping_id == (int) $shipping->getIdentifier()} selected{
/if}{if 0 == $smarty.foreach.list.index} first{/if}">
<span class="name">
<span class="radio-wrap">
<input type="radio" name="shipping_id" id="shipping_{$shipping->getIden
tifier()}" value="{$shipping->getIdentifier()}" {if $shipping_id == (int) $shipping->getIdentifier()}checked="checked" {/if}/>
<label for="shipping_{$shipping->getIdentifier()}"></label>
</span>
<label for="shipping_{$shipping->getIdentifier()}">{$shipping->translation>name|escape}</label>
<span class="description">{$shipping->translation->description|escape}</spa
n>
</span>
<label for="shipping_{$shipping->getIdentifier()}">{$shipping->shipping->name|e
scape}</label>
<span class="description">{$shipping->shipping->description|escape}</span>
</span>
<span class="value">
{currency value=$shipping->getCost($user->basket)}
</span>
</div>
{/foreach}
<span class="value">
Strona 8/35
+ 102
+ 103
+ 104
+ 105
+ 106
107
108
- 109
+ 104
105
106
107
{currency value=$shipping->getCost($user->basket)}
</span>
</div>
{/foreach}
</div>
</div>
<div class="payment-container">
<div class="payment-container{if $shipping_extra_step} none{/if}">
<h5>
{translate key="Payment method"}:
</h5>
205
206
207
- 208
+ 208
209
- 210
+ 210
+ 211
+ 212
+ 213
+ 214
215
216
217
280
281
282
- 283
+ 283
284
285
286
287
288
289
- 290
+ 290
</span>
</div>
<div class="deliveryhead">
<div class="deliveryhead">
<span class="cost">
<em>{translate key="Shipping cost"}:</em>
{if 1 == $shipping_extra_step}
<em>{translate key="Shipping cost from"}:</em>
{else}
<em>{translate key="Shipping cost"}:</em>
{/if}
</span>
<span class="value"><em class="color"></em></span>
<span class="actions"></span>
</div>
<script type="text/javascript">
try {literal}{{/literal} Shop.values.Country2Shipping = {$country2shipping}; Shop.values.Shipping2Payment = {$shipping2payment}
; Shop.values.SumNoShipping = {$sum_noship}; Shop.values.ShippingValue = {$shippingvalue}; Shop.values.PaymentAdditional = {$paymentaddi
tional}; Shop.values.CurrencyMap = "{$currencymap}"; {literal}}{/literal} catch(e) {literal}{ }{/literal}
try {literal}{{/literal} Shop.values.Country2Shipping = {$country2shipping}; Shop.values.Shipping2Payment = {$shipping2payment}
; Shop.values.SumNoShipping = {$sum_noship}; Shop.values.ShippingValue = {$shippingvalue}; Shop.values.PaymentAdditional = {$paymentaddi
tional}; Shop.values.CurrencyMap = "{$currencymap}"; Shop.values.ShippingHidden = {$shipping_extra_step}; {literal}}{/literal} catch(e)
{literal}{ }{/literal}
</script>
{include file='footerbox.tpl'}
{include file='footer.tpl' force_include_cache='1' force_include_cache_tags='Logic_SkinFooterGroupList,Logic_SkinFooterLinkList,Logic_S
kinFooterGroup,Logic_SkinFooterLink'}
{plugin module=shop template=footer}
{include file='switch.tpl'}
</body>
</html>
</html>
Strona 9/35
scripts/basket/shipping.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
{include
<body{if
{include
<div
file='header.tpl'}
$body_id} id="{$body_id|escape}"{/if}{if $body_class} class="{$body_class|escape}"{/if}>
file='body_head_checkout.tpl'}
class="main row">
<div class="innermain container">
<div class="s-row">
{if 0 < $boxes_left_side|@count}
<div class="leftcol large s-grid-3">
{dynamic}
{foreach from=$boxes_left_side item=v key=k}
{box file="../boxes/$v/box.tpl" box="$k"}
{/foreach}
{/dynamic}
</div>
{/if}
<div class="centercol {if ($boxes_left_side|@count == 0) and ($boxes_right_side|@count == 0)}s-grid-12{elseif 0 != $box
es_left_side|@count and $boxes_right_side|@count != 0}s-grid-6{else}s-grid-9{/if}">
{dynamic}
{foreach from=$boxes_top_side item=v key=k}
{box file="../boxes/$v/box.tpl" box="$k"}
{/foreach}
{/dynamic}
<div class="box unibox" id="box_basketshipping">
<div class="innerbox">
<form method="post" action="{route key='basketStep3'}">
<input type="hidden" name="is_cod" value="" id="is_cod">
<div class="clearfix">
{if count($shippings)}
<div class="shipping-container">
<h5>{translate key="Shipping method"}:</h5>
{foreach from=$shippings item=shipping name=list}
<div class="delivery{if $shipping_id == (int) $shipping->getIdentifier()} selected{
/if}{if 0 == $smarty.foreach.list.index} first{/if}">
<span class="name">
<span class="radio-wrap">
<input type="radio" name="shipping_id" id="shipping_{$shipping->getIden
tifier()}" value="{$shipping->getIdentifier()}" {if $shipping_id == (int) $shipping->getIdentifier()}checked="checked" {/if}/>
<label for="shipping_{$shipping->getIdentifier()}"></label>
</span>
<label for="shipping_{$shipping->getIdentifier()}">{$shipping->translation>name|escape}</label>
<span class="description">{$shipping->translation->description|escape}</spa
n>
</span>
<span class="value">
Strona 10/35
+ 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
+ 79
+ 80
+ 81
+ 82
+ 83
+ 84
+ 85
+ 86
+ 87
+ 88
+ 89
+ 90
{currency value=$shipping->getCost($user->basket)}
</span>
</div>
{/foreach}
</div>
{/if}
{if count($payments)}
<div class="payment-container">
<h5>{translate key="Payment method"}:</h5>
{foreach from=$payments item=payment name=list}
<div class="payment{if $payment_id == (int) $payment->getIdentifier()} selected{/if
}{if 0 == $smarty.foreach.list.index} first{/if}">
<span class="name">
<span class="radio-wrap">
<input type="radio" name="payment_id" id="payment_{$payment->getIdentif
ier()}" value="{$payment->getIdentifier()}" {if $payment_id == (int) $payment->getIdentifier()}checked="checked" {/if}/>
<label for="payment_{$payment->getIdentifier()}"></label>
</span>
<label for="payment_{$payment->getIdentifier()}">
{$payment->translation->title|escape}
</label>
<span class="description">
{$payment->translation->description|escape}
{plugin module=shop template=basket-payment-list payment=$payment sum=$
sum}
</span>
<span class="additional_cost_percent"></span>
</span>
<span class="value"></span>
</div>
{/foreach}
</div>
{/if}
</div>
{plugin module=shop template=paczkomaty-new-step-rwd}
<div class="total-values clearfix">
<div class="promos">
{foreach from=$promos item=promo key=key}
<div class="promo {$key}">
<span class="desc">
{$promo.desc|replace:'%d':$promo.val}:
</span>
<span class="value">
{currency value=$promo.price}
</span>
</div>
Strona 11/35
+ 91
+ 92
+ 93
+ 94
+ 95
+ 96
+ 97
+ 98
+ 99
+ 100
+ 101
+ 102
+ 103
+ 104
+ 105
+ 106
+ 107
+ 108
+ 109
+ 110
+ 111
+ 112
+ 113
+ 114
+ 115
+ 116
+ 117
+ 118
+ 119
+ 120
+ 121
+ 122
+ 123
+ 124
+ 125
+ 126
+ 127
+ 128
+ 129
+ 130
+ 131
+ 132
+ 133
+ 134
+ 135
+ 136
+ 137
+ 138
+ 139
+ 140
{/foreach}
</div>
<div class="product-only">
<span class="desc">
<em>{translate key="Total"}:</em>
</span>
<span class="sum">
{currency value=$user->basket->sumProducts(false)}
</span>
</div>
<div class="payment">
<span class="desc">
{translate key="Shipping cost"}:
</span>
<span class="value">
</span>
</div>
<div class="sum">
<span class="desc">
{translate key="To pay"}:
</span>
<span class="value">
{currency value=$sum}
</span>
</div>
</div>
<fieldset class="clearfix">
<input type="hidden" name="shippingform" value="1" >
<div class="bottombuttons">
<button type="submit" name="button1" value="button1" class="btn undo back">
<img src="{baseDir}/public/images/1px.gif" alt="" class="px1">
<span>{translate key='Back'}</span>
</button>
{if count($shippings) && count($payments)}
<button type="submit" name="button2" value="button2" class="btn right btn-red order">
<img src="{baseDir}/public/images/1px.gif" alt="" class="px1">
<span>{translate key='Confirm order'}</span>
</button>
{/if}
</div>
</fieldset>
</form>
</div>
</div>
{dynamic}
Strona 12/35
+ 141
+ 142
+ 143
+ 144
+ 145
+ 146
+ 147
+ 148
+ 149
+ 150
+ 151
+ 152
+ 153
+ 154
+ 155
+ 156
+ 157
+ 158
+ 159
+ 160
+ 161
+ 162
{foreach from=$boxes_bottom_side item=v key=k}
{box file="../boxes/$v/box.tpl" box="$k"}
{/foreach}
{/dynamic}
</div>
{if 0 < $boxes_right_side|@count}
<div class="rightcol large s-grid-3">
{dynamic}
{foreach from=$boxes_right_side item=v key=k}
{box file="../boxes/$v/box.tpl" box="$k"}
{/foreach}
{/dynamic}
</div>
{/if}
</div>
</div>
</div>
<script type="text/javascript">
try {literal}{{/literal} Shop.values.Country2Shipping = {$country2shipping}; Shop.values.Shipping2Payment = {$shipping2payment}
; Shop.values.SumNoShipping = {$sum_noship}; Shop.values.ShippingValue = {$shippingvalue}; Shop.values.PaymentAdditional = {$paymentaddi
tional}; Shop.values.CurrencyMap = "{$currencymap}";{literal}}{/literal} catch(e) {literal}{}{/literal}
+ 163
</script>
+ 164
+ 165
{include file='footerbox.tpl'}
+ 166
{include file='footer.tpl' force_include_cache='1' force_include_cache_tags='Logic_SkinFooterGroupList,Logic_SkinFooterLinkList,Logic_S
kinFooterGroup,Logic_SkinFooterLink'}
+ 167
{plugin module=shop template=footer}
+ 168
{include file='switch.tpl'}
+ 169
</body>
+ 170
</html>
scripts/basket/step3.tpl
80
81
82
+ 83
+ 84
+ 85
+ 86
+ 87
+ 88
+ 89
+ 90
+ 91
+ 92
+ 93
</p>
{/if}
{if $data.name2 || $data.surname2}
<p>
{if $data.name2}
{$data.name2|escape}
{/if}
{if $data.surname2}
{$data.surname2|escape}
{/if}
</p>
{/if}
Strona 13/35
94
95
96
{if $data.coname2}
<p>{$data.coname2|escape}</p>
{/if}
130
131
132
- 133
+ 133
134
135
136
{if 1 == $data.address_type && ($data.name || $data.surname)}
<p>
{if $data.name}
{$data.name|escape}
{$data.name|escape}
{/if}
{if $data.surname}
{$data.surname|escape}
153
154
155
- 156
+ 156
157
158
159
{if $data.zip || $data.city}
<p>
{if $data.zip}
{$data.zip|escape},
{$data.zip|escape},
{/if}
{if $data.city}
{$data.city|escape}
185
186
187
- 188
+ 188
189
190
191
- 192
</span>
</li>
{/if}
<li class="delivery">
<span>
{translate key='Selected form of delivery'}:
<strong class="delivery">{$shipping->shipping->name|escape} ({currency value=$shipp
ing->getCost()})</strong>
+ 192
<strong class="delivery">{$shipping->translation->name|escape} ({currency value=$sh
ipping->getCost()})</strong>
193
194
- 195
+ 195
196
197
198
199
200
201
- 202
+ 202
203
204
</span>
</li>
<li class="payment">
<span>
{translate key='Selected form of payment'}:
<strong class="payment">{$payment->translation->title|escape}</strong>
</span>
</li>
{if $discount_summary > 0}
<li class="payment">
Strona 14/35
205
<span>
scripts/body_head_checkout.tpl
9
10
11
- 12
+ 12
13
14
15
{/if}
</a>
<div class="basket-steps">
<div class="basket-steps{if $shipping_extra_step || $breadcrumbs->getBreadCrumbs()|@count > 5} extra-step{/if}">
<ol>
{if $body_class == 'shop_basket_finished'}
<li class="mark-green">
32
33
34
- 35
+ 35
+ 36
+ 37
+ 38
+ 39
+ 40
+ 41
42
43
44
{/if}
{/foreach}
{if $breadcrumbs->getBreadCrumbs()|@count <= 3}
{if $breadcrumbs->getBreadCrumbs()|@count <= 3 && $shipping_extra_step}
<li {if $body_class == 'shop_basket_finished'}class="mark-green"{/if}>
<span>{translate key="Payment & Shipping"}</span>
</li>
{/if}
{if $breadcrumbs->getBreadCrumbs()|@count <= 3 || $shipping_extra_step}
<li {if $body_class == 'shop_basket_finished'}class="mark-green"{/if}>
<span>{translate key="Summary"}</span>
</li>
scripts/footer.tpl
37
38
39
+ 40
41
</a>
</div>
</div><!-- and of wrap -->
<div class="modal-overlay"></div><!-- overlay for modal lightbox-->
scripts/panel/favourites.tpl
59
60
61
- 62
+ 62
+ 63
+ 64
+ 65
+ 66
<span class="variant">{$product->getName()|escape}</span>
</td>
<td class="price">{currency value=$product->getPrice()}</td>
<td class="cell-center price">
{if $product->product->specialOffer}
{currency value=$product->getSpecialOfferPrice()}
{if $product->product->currency}
<em class="default-currency">({currency id=$product->product->product->currency
Strona 15/35
+ 67
+ 68
+ 69
+ 70
+ 71
+ 72
+ 73
+ 74
75
76
77
_id rate=1 value=$product->getCurrencySpecialOfferPrice()})</em>
{/if}
{else}
{currency value=$product->getPrice()}
{if $product->product->currency}
<em class="default-currency">({currency id=$product->product->product->currency
_id rate=1 value=$product->getCurrencyPrice()})</em>
{/if}
{/if}
</td>
{if 1 == $skin_settings->productdetails->availability}
<td class="sum">
scripts/panel/order.tpl
43
44
<li class="date">
<strong>{translate key='Order date'}: </strong><span class="date">{date value=$order->order->da
te}</span>
45
- 46
+ 46
47
48
49
</li>
{if $config_confirm}
<li class="confirm"><strong>{translate key='E-mail confirmation'}: </strong>
<span class="confirm">
62
<strong>{translate key='Payment'}: </strong><span class="payment">{$order->payment->translation
->title|escape}</span>
63
64
- 65
</li>
<li class="shipping">
<strong>{translate key='Shipping method'}: </strong><span class="shipping">{$order->shipping->s
hipping->name|escape}</span>
+ 65
<strong>{translate key='Shipping method'}: </strong><span class="shipping">{$order->shipping->t
ranslation->name|escape}</span>
66
- 67
+ 67
68
69
70
101
102
103
- 104
+ 104
105
</li>
{if $order->invoice && true == $show_invoice}
<li class="invoice">
<strong>{translate key='Invoice'}: </strong> <span class="invoice"><a href="{baseDir}/conso
le/invoices/pdf/id/{$order->invoice->invoice->invoice_id}{if $token}/token/{$token|escape}{/if}">{translate key='display'}</a></span>
{if $address->firstname || $address->lastname}
<p>
{if $address->firstname}
{$address->firstname|escape}
{$address->firstname|escape}
{/if}
Strona 16/35
106
107
128
129
130
- 131
+ 131
132
133
134
{if $address->lastname}
{$address->lastname|escape}
{if $address->postcode || $address->city}
<p>
{if $address->postcode}
{$address->postcode|escape},
{$address->postcode|escape},
{/if}
{if $address->city}
{$address->city|escape}
216
217
218
- 219
+ 219
<tfoot>
<tr class="sum">
<td class="label" colspan="3">{translate key='Total'}</td>
<td class="value">{currency value=$order->sumProductsCost()}</td>
<td class="value">{currency value=$order->sumProductsCost() id=$order->order->currency_id rate=
$order->order->currency_rate}</td>
220
</tr>
221
222
<tr class="shipping">
223
<td class="label" colspan="3">{translate key='Shipping cost'}</td>
- 224
<td class="value">{currency value=$order->order->shipping_cost}</td>
+ 224
<td class="value">{currency value=$order->order->shipping_cost id=$order->order->currency_id ra
te=$order->order->currency_rate}</td>
225
</tr>
226
227
{if $order->sumDiscounts() > 0}
228
<tr class="discount">
229
<td class="label" colspan="3">{translate key='Discounts granted'}:</td>
- 230
<td class="value">{currency value=$order->sumDiscounts()}</td>
+ 230
<td class="value">{currency value=$order->sumDiscounts() id=$order->order->currency_id rate
=$order->order->currency_rate}</td>
231
</tr>
232
{/if}
233
234
<tr class="topay">
235
<td class="label" colspan="3">{translate key='To pay'}</td>
- 236
<td class="value">{currency value=$order->sumOrder()}</td>
+ 236
<td class="value">{currency value=$order->sumOrder() id=$order->order->currency_id rate=$order>order->currency_rate}</td>
237
</tr>
238
</tfoot>
239
242
243
<tr class="{if $smarty.foreach.list.index % 2}odd{else}even{/if}">
<td class="name">{$product->product->name|escape}{if $product->hasOptionsRepresentation()},
<span class="variant">{$product->getOptionsString()|escape}</span>{/if}</td>
Strona 17/35
244
- 245
- 246
+ 245
<td
<td
<td
<td
class="quantity">{float value=$product->product->quantity}</td>
class="price">{currency value=$product->product->price}</td>
class="sum">{currency value=$product->getPriceTimesQuantity(false)}</td>
class="price">{currency value=$product->product->price id=$order->order->currency_id ra
te=$order->order->currency_rate}</td>
+ 246
<td class="sum">{currency value=$product->getPriceTimesQuantity(false) id=$order->order->cu
rrency_id rate=$order->order->currency_rate}</td>
247
</tr>
248
{/foreach}
249
</tbody>
scripts/panel/orders.tpl
49
50
51
- 52
<tr class="{if $smarty.foreach.list.index % 2}odd{else}even{/if}">
<td class="id">{$id|escape}</td>
<td class="date rwd-hide-medium">{date value=$order->order->date}</td>
<td class="{if $order->sumOrder() == $order->order->paid}paid{else}notpaid{/if}">{currency
value=$order->sumOrder()}</td>
- 53
+ 52
+ 53
54
55
56
<td class="shipping">{$order->shipping->shipping->name|escape}</td>
<td class="{if $order->sumOrder() == $order->order->paid}paid{else}notpaid{/if}">{currency
value=$order->sumOrder() id=$order->order->currency_id rate=$order->order->currency_rate}</td>
<td class="shipping">{$order->shipping->translation->name|escape}</td>
{if $config_confirm}
<td class="status">
76
77
78
- 79
+ 79
80
81
<span>{translate key='pay'}</span>
</a>
{/if}
{if $order->invoice && true == $show_invoice}
<a href="{baseDir}/console/invoices/pdf/id/{$order->invoice->invoice->invoice_id}"
class="invoice btn spanhover">
82
<img src="{baseDir}/public/images/1px.gif" alt="" class="px1" >
scripts/pricelist/html.tpl
37
38
39
- 40
+ 40
41
42
43
{if $showprices}
<td class="f-grid-2">{currency value=$product.price_netto}</td>
<td class="f-grid-2">{currency value=$product.price_brutto}</td>
<td class="f-grid-2">{currency value=$product.price_brutto} {if $product.price_curr
ency_brutto}({currency value=$product.price_currency_brutto rate=1 name=$product.currency}){/if}</td>
{else}
<td class="f-grid-2">-</td>
<td class="f-grid-2">-</td>
Strona 18/35
scripts/product/gallery-tab.tpl
11
12
13
- 14
+ 14
15
16
17
<div class="gallery f-row">
{foreach from=$gallery item=img name=list}
<div class="f-grid-4">
<a id="prodimg{$img->gfx_id}" rel="prettyPhoto[pp_gal]" href="{imageUrl type='productGfx' image=$img->unic_name
}" title="{$img->name|escape}" class="gallery-img">
<a id="prodimg{$img->gfx_id}" data-gallery="true" data-gallery-list="{$product->translation->name|escape}" href
="{imageUrl type='productGfx' image=$img->unic_name}" title="{$img->name|escape}" class="gallery-img">
<img src="{imageUrl width=$skin_settings->img->small height=$skin_settings->img->small type='productGfx' im
age=$img->unic_name}" alt="{$img->name|escape}">
</a>
</div>
scripts/product/gallery.tpl
4
5
6
-7
+7
8
9
10
32
33
34
- 35
+ 35
36
37
38
{assign var=img value=$gallery.0}
{/if}
{if 1 == count($gallery)}
<a id="prodimg{$img->gfx_id}" rel="prettyPhoto" href="{imageUrl type='productGfx' image=$img->unic_name}" title="{$img->nam
e|escape}">
<a id="prodimg{$img->gfx_id}" data-gallery-list="{$product->translation->name|escape}" data-gallery="true" href="{imageUrl
type='productGfx' image=$img->unic_name}" title="{$img->name|escape}">
<img class="photo {if 1 == (int) $skin_settings->productdetails->productzoom}innerzoom {elseif 2 == (int) $skin_setting
s->productdetails->productzoom}outerzoom {/if
}" src="{imageUrl type='productGfx' width=$skin_settings->img->big height=$skin_settings->img->big image=$i
mg->unic_name}" alt="{$img->name|escape}">
</a>
<ul>
{foreach from=$gallery item=img}
<li class="productdetailsminigalleryimgsize">
<a id="prodimg{$img->gfx_id}" rel="prettyPhoto[pp_gal]" href="{imageUrl type='productGfx' image=$img->unic_
name}" title="{$img->name|escape}" class="gallery{if $img->gfx_id == $product->defaultStock->mainImageId()} current{/if}">
<a id="prodimg{$img->gfx_id}" data-gallery-list="{$product->translation->name|escape}" data-gallery="true"
href="{imageUrl type='productGfx' image=$img->unic_name}" title="{$img->name|escape}" class="gallery{if $img->gfx_id == $product->defaul
tStock->mainImageId()} current{/if}">
<img src="{imageUrl type='productGfx' width=$skin_settings->img->mini height=$skin_settings->img->mini
image=$img->unic_name}" alt="{$img->name|escape}" data-img-name="{imageUrl type='productGfx' width=$ski
n_settings->img->big height=$skin_settings->img->big image=$img->unic_name}">
</a>
scripts/product/index.tpl
1
2
-3
-4
-5
{include file='header.tpl'}
{if $loyalty_exchange}
{assign var=product_price value=0}
{elseif $product->specialOffer}
Strona 19/35
-6
-7
-8
-9
- 10
11
12
13
{assign var=product_price value=$product->defaultStock->getSpecialOfferPrice()}
{else}
{assign var=product_price value=$product->defaultStock->getPrice()}
{/if}
<body{if $body_id} id="{$body_id|escape}"{/if}{if $body_class} class="{$body_class|escape}"{/if}>
{include file='body_head.tpl'}
<div class="main row">
73
74
75
+ 76
<div class="price">
<span class="price-name">{translate key="Price"}:</span>
{if $product->specialOffer}
<em class="main-price color">{currency value=$product->defaultStock
->getSpecialOfferPrice()}</em>
77
- 78
- 79
<del>{currency value=$product->defaultStock->getPrice()}</del>
<em class="color">{currency value=$product->defaultStock->getSpecia
lOfferPrice()}</em>
80
81
82
+ 83
+ 84
+ 85
86
87
88
- 89
+ 83
<span class="none" itemprop="price">
{$product->defaultStock->getSpecialOfferPrice()}
</span>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->
currency_id rate=1 value=$product->defaultStock->getCurrencySpecialOfferPrice()})</em>
{/if}
{else}
<del class="none"></del>
<em>{currency value=$product->defaultStock->getPrice()}</em>
<em class="main-price">{currency value=$product->defaultStock->getP
rice()}</em>
84
85
- 86
+ 86
+ 87
+ 88
+ 89
+ 90
91
92
<span class="none" itemprop="price">
{$product->defaultStock->getPrice()}
</span>
</span>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->c
urrency_id rate=1 value=$product->defaultStock->getCurrencyPrice()})</em>
{/if}
{/if}
<span class="none" itemprop="priceCurrency">{currencyName short=true}</
span>
93
105
106
107
+ 108
</div>
<span class="price-name">{translate key="Price"}:</span>
{/if}
{if $product->specialOffer}
<em class="main-price" {if $skin_settings->global->pricemode == '1'
Strona 20/35
109
- 110
+ 109
+ 110
+ 111
112
- 113
+ 111
+ 112
+ 113
+ 114
115
116
117
}class="no-color"{/if}>{currency value=$product->defaultStock->getSpecialOfferPrice(true) ceil=2}</em>
<del>{currency value=$product->defaultStock->getPrice(true)}</del>
<em {if $skin_settings->global->pricemode == '1'}class="no-color"{/
if}>{currency value=$product->defaultStock->getSpecialOfferPrice(true) ceil=2}</em>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->
currency_id rate=1 value=$product->defaultStock->getCurrencySpecialOfferPrice(true)})</em>
{/if}
{else}
<em {if $skin_settings->global->pricemode == '1'}class="no-color"{/
if}>{currency value=$product->defaultStock->getPrice(true) ceil=2}</em>
<em class="main-price" {if $skin_settings->global->pricemode == '1'
}class="no-color"{/if}>{currency value=$product->defaultStock->getPrice(true) ceil=2}</em>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->c
urrency_id rate=1 value=$product->defaultStock->getCurrencyPrice(true)})</em>
{/if}
{/if}
</div>
{/if}
scripts/product/related.tpl
41
42
43
- 44
- 45
- 46
- 47
- 48
- 49
50
51
52
{elseif $showprices}
<div class="price">
<span class="label-price">{translate key="Price"}:</span>
{* {if $rproduct->specialOffer}
<em class="color">{currency value=$rproduct->defaultStock->getSpecialOfferPrice()}</em>
<del>{currency value=$rproduct->defaultStock->getPrice()}</del>
{else}
<em>{currency value=$rproduct->defaultStock->getPrice()}</em>
{/if} *}
{if $skin_settings->global->pricemode == '1' || $skin_settings->global->pricemode == '3'}
{if $rproduct->specialOffer}
<em class="color">{currency value=$rproduct->defaultStock->getSpecialOfferPrice()}</em>
53
+ 54
+ 55
<del>{currency value=$rproduct->defaultStock->getPrice()}</del>
{if $rproduct->currency}
<em>({currency id=$rproduct->product->currency_id rate=1 value=$rproduct->defaultSt
ock->getCurrencySpecialOfferPrice()})</em>
+ 56
57
58
+ 59
+ 60
{/if}
{else}
<em>{currency value=$rproduct->defaultStock->getPrice()}</em>
{if $rproduct->currency}
<em>({currency id=$rproduct->product->currency_id rate=1 value=$rproduct->defaultSt
ock->getCurrencyPrice()})</em>
+ 61
62
63
64
{/if}
{/if}
{/if}
Strona 21/35
63
64
65
+ 66
+ 67
+ 68
69
70
+ 71
+ 72
+ 73
74
75
76
{if $rproduct->specialOffer}
<em>{currency value=$rproduct->defaultStock->getSpecialOfferPrice(true)}</em>
<del>{currency value=$rproduct->defaultStock->getPrice(true)}</del>
{if $rproduct->currency}
<em>({currency id=$rproduct->product->currency_id rate=1 value=$rproduct->defau
ltStock->getCurrencySpecialOfferPrice(true)})</em>
{/if}
{else}
<em>{currency value=$rproduct->defaultStock->getPrice(true)}</em>
{if $rproduct->currency}
<em>({currency id=$rproduct->product->currency_id rate=1 value=$rproduct->defau
ltStock->getCurrencyPrice(true)})</em>
{/if}
{/if}
{if $skin_settings->global->pricemode == '1'}
)</i>
scripts/product/tableofproducts.tpl
71
72
{if $product->specialOffer}
<em class="color">{currency value=$product->defaultStock->getSpecialOfferPrice()}</
em>
73
+ 74
+ 75
+ 76
77
78
+ 79
+ 80
+ 81
82
83
84
89
90
91
+ 92
+ 93
+ 94
95
96
+ 97
<del>{currency value=$product->defaultStock->getPrice()}</del>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->currency_id rate=
1 value=$product->defaultStock->getCurrencySpecialOfferPrice()})</em>
{/if}
{else}
<em>{currency value=$product->defaultStock->getPrice()}</em>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->currency_id rate=
1 value=$product->defaultStock->getCurrencyPrice()})</em>
{/if}
{/if}
{/if}
{if $product->specialOffer}
<em>{currency value=$product->defaultStock->getSpecialOfferPrice(true)}</em>
<del>{currency value=$product->defaultStock->getPrice(true)}</del>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->currency_id r
ate=1 value=$product->defaultStock->getCurrencySpecialOfferPrice(true)})</em>
{/if}
{else}
<em>{currency value=$product->defaultStock->getPrice(true)}</em>
{if $product->currency}
Strona 22/35
+ 98
<em class="default-currency">({currency id=$product->product->currency_id r
ate=1 value=$product->defaultStock->getCurrencyPrice(true)})</em>
+ 99
{/if}
100
{/if}
101
{if $skin_settings->global->pricemode == '1'}
102
)</i>
206
207
208
- 209
+ 209
+ 210
+ 211
+ 212
213
214
+ 215
+ 216
+ 217
218
219
220
225
226
227
+ 228
+ 229
+ 230
231
232
+ 233
+ 234
+ 235
236
237
238
<span>{translate key="Price"}:</span>
{if $product->specialOffer}
<em>{currency value=$product->defaultStock->getSpecialOfferPrice()}</em>
<del>{currency value=$product->defaultStock->getPrice()}</del>
<del>{currency value=$product->defaultStock->getPrice()}</del>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->currency_id rate=1 value=$pro
duct->defaultStock->getCurrencySpecialOfferPrice()})</em>
{/if}
{else}
<em>{currency value=$product->defaultStock->getPrice()}</em>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->currency_id rate=1 value=$pro
duct->defaultStock->getCurrencyPrice()})</em>
{/if}
{/if}
{/if}
{if $product->specialOffer}
<em>{currency value=$product->defaultStock->getSpecialOfferPrice(true)}</em>
<del>{currency value=$product->defaultStock->getPrice(true)}</del>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->currency_id rate=1 value=
$product->defaultStock->getCurrencySpecialOfferPrice(true)})</em>
{/if}
{else}
<em>{currency value=$product->defaultStock->getPrice(true)}</em>
{if $product->currency}
<em class="default-currency">({currency id=$product->product->currency_id rate=1 value=
$product->defaultStock->getCurrencyPrice(true)})</em>
{/if}
{/if}
{if $skin_settings->global->pricemode == '1'}
)</i>
Pliki .css
Strona 23/35
Pliki .less
styles/_basket.less
116
117
118
+ 119
+ 120
121
122
123
180
181
182
- 183
+ 183
184
185
186
427
428
429
+ 430
+ 431
+ 432
+ 433
+ 434
+ 435
+ 436
+ 437
438
439
440
726
727
728
+ 729
+ 730
+ 731
+ 732
+ 733
+ 734
+ 735
.delivery-container, .payment-container {
float: left;
margin-bottom: 1em;
border: none;
padding: 0;
.delivery, .payment {
.name {
.summary-container {
text-align: right;
float: left;
float: right;
width: 30%;
margin-top: 10px;
display: inline-block;
width: 60%;
&.extra-step {
ol {
li {
width: 20%;
}
}
}
ol {
counter-reset: item;
.price-total-discount {
display: block;
}
.shipping-container, .payment-container {
.box-sizing();
float: left;
width: 49%;
Strona 24/35
+ 736
+ 737
+ 738
+ 739
+ 740
+ 741
+ 742
+ 743
+ 744
+ 745
+ 746
+ 747
+ 748
+ 749
+ 750
+ 751
+ 752
+ 753
+ 754
+ 755
+ 756
+ 757
+ 758
+ 759
+ 760
+ 761
+ 762
+ 763
+ 764
+ 765
+ 766
+ 767
+ 768
+ 769
+ 770
+ 771
+ 772
+ 773
+ 774
+ 775
+ 776
+ 777
+ 778
+ 779
780
border: 1px solid @borderColor;
padding: 1em;
h5 {
margin-top: 0;
}
}
.payment-container {
float: right;
}
.total-values {
margin-top: 2em;
text-align: right;
.promo {
.value {
font-weight: bold;
margin-left: 0.5em;
}
}
.product-only {
margin-top: 2em;
margin-bottom: 0.5em;
font-size: 1.1em;
}
.payment {
font-size: 1.1em;
margin-bottom: 0.5em;
}
div.sum {
margin-top: 1em;
font-size: 1.4em;
margin-bottom: 1em;
.value {
color: @maincolor;
font-weight: bold;
}
}
}
styles/_iefallback.less
57
}
Strona 25/35
58
59
- 60
- 61
- 62
+ 60
+ 61
+ 62
63
64
65
.btn {
&.addtobasket, .availability-notifier-btn, .availability-notifier-unsubscribe-btn {
min-width: 7em;
}
&.addtobasket, .availability-notifier-btn, .availability-notifier-unsubscribe-btn {
min-width: 7em;
}
}
.layer-mask, .mask {
styles/_modules.less
543
544
545
- 546
+ 546
+ 547
548
549
550
select {
width: 100%;
opacity: 0;
opacity: 1;
border: none;
}
&:hover {
styles/_other.less
218
219
220
+ 221
+ 222
223
224
225
.close {
cursor: pointer;
position: relative;
z-index: 5;
}
}
styles/_prettyphoto.less
-1
-2
-3
-4
-5
-6
-7
-8
-9
- 10
- 11
.pp_pic_holder {
.box-shadow(0 0 15px 2px rgba(0, 0, 0, 0.9));
display:none;
position:absolute;
width:100px;
z-index:10000;
padding: 2em;
background-color: @colorWhite;
#pp_full_res {
Strona 26/35
- 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
margin: 0 25px;
img {
width: 100% !important;
height: auto !important;
}
}
.pp_close {
float: right;
text-transform: uppercase;
margin-left: 0.5em;
&:hover {
text-decoration: none;
}
&::after {
content: "x";
font-size: 17px;
font-weight: bold;
margin-left: 5px;
text-transform: lowercase;
}
}
.pp_expand, .pp_contract {
z-index: 9999;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
display: block;
text-transform: uppercase;
float: right;
&::after {
font-family: FontAwesome;
}
}
.pp_expand::after {
margin-left: 0.3em;
content: "\f065";
}
.pp_contract::after {
content: "\f066";
}
Strona 27/35
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
.ppt{
font-size: 1.7em;
font-weight: bold;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
width: 60% !important;
float: left;
word-break: break-all;
}
.pp_content_container {
position:relative;
text-align:left;
width:100%;
overflow: hidden;
border-top: 3px solid;
.pp_left {
background-color: @colorWhite;
}
.pp_right {
background-color: @colorWhite;
}
.pp_content {
background-color: @colorWhite;
width: 100% !important;
.pp_loaderIcon{
display:block;
height:24px;
left:50%;
position:absolute;
top:50%;
width:24px;
margin:-12px 0 0 -12px
}
.pp_fade {
display: none;
.pp_hoverContainer {
position:absolute;
top:0;
width:100% !important;
z-index:2000;
.pp_next {
Strona 28/35
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
display:block;
float:right;
height:100%;
text-indent:-10000px;
width: 49%;
&::after {
.rotate(135deg);
border-left: 3px solid;
border-top: 3px solid;
content: "";
height: 15px;
position: absolute;
right: 0.2em;
top: 50%;
width: 15px;
}
}
.pp_previous {
display:block;
float:left;
height:100%;
text-indent:-10000px;
width:49%;
&::after {
.rotate(-45deg);
border-left: 3px solid;
border-top: 3px solid;
content: "";
height: 15px;
position: absolute;
left: 0.2em;
top: 50%;
width: 15px;
}
}
}
}
.pp_gallery {
margin-top: 1em;
div {
float:left;
overflow:hidden;
position:relative;
Strona 29/35
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
margin-left: 15px;
}
ul {
float:left;
height: 102px;
position:relative;
white-space:nowrap;
margin-right: 15px;
padding:0;
li {
display:block;
float: left;
text-align: center;
margin:0 5px 0 0;
padding:0;
&.default a {
display:block;
img {
display:none
}
}
}
a {
border:1px rgba(0,0,0,0.5) solid;
display:block;
float:left;
height: 80px;
overflow:hidden;
padding: 10px;
background-color: @colorWhite;
img {
border:0;
width: 80px;
}
}
}
.pp_arrow_previous {
.rotate(-45deg);
border-left: 1px solid;
border-top: 1px solid;
height: 10px;
left: 0;
Strona 30/35
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
position: absolute;
width: 10px;
bottom: -1.2em;
}
.pp_arrow_next {
.rotate(135deg);
border-left: 1px solid;
border-top: 1px solid;
height: 10px;
right: 0;
position: absolute;
width: 10px;
bottom: -1.2em;
}
}
.pp_details {
.pp_play {
display: none;
}
.currentTextHolder {
bottom: 3.3em;
position: absolute;
right: 0;
}
}
}
}
}
.pp_overlay {
background:rgb(0, 0, 0);
display:none;
left:0;position:
absolute;
top:0;
width:100%;
z-index:9500
}
styles/_product.less
56
57
58
- 59
em{
font-style: normal;
font-size: 1.4em;
line-height: 40px;
Strona 31/35
60
+ 61
+ 62
+ 63
+ 64
65
66
67
line-height: 22px;
&.default-currency {
color: @greyFont;
}
}
del{
text-align: left;
450
451
452
- 453
- 454
- 455
+ 453
+ 454
+ 455
+ 456
457
458
459
463
464
465
+ 466
+ 467
+ 468
+ 469
470
471
472
float: left;
margin-right: 0.5em;
}
del{
font-size: 1.2em;
padding-right: 0.5em;
del {
font-size: 1.4em;
padding: 0 0.2em;
color: @greyFont;
}
em{
font-size: 1.4em;
color: @fontBasicColor;
font-size: 1em;
}
&.default-currency {
color: @greyFont;
}
}
}
1223 .modal {
1224
.product-innerdesc-wrap {
1225
display: inline-block;
+ 1226
+ 1227
.price {
+ 1228
del {
+ 1229
padding-left: 0.25em;
+ 1230
color: @greyFont;
+ 1231
}
+ 1232
+ 1233
em {
+ 1234
&.default-currency {
+ 1235
padding-left: 0.25em;
+ 1236
color: @greyFont;
Strona 32/35
+ 1237
+ 1238
+ 1239
1240
1241 }
1242
}
}
}
}
1359 #box_productgallery {
1360
.gallery {
1361
.f-grid-4 {
+ 1362
text-align: center;
+ 1363
margin-top: 2em;
+ 1364
1365
&:nth-child(3n-2) {
1366
.clearfix();
1367
1408
}
1409
}
1410
}
+ 1411 }
+ 1412
+ 1413 .default-currency {
+ 1414
color: @greyFont;
1415 }
styles/_responsive.less
575
576
577
+ 578
+ 579
+ 580
+ 581
+ 582
+ 583
+ 584
+ 585
+ 586
587
588
589
}
}
.shipping-container {
margin-bottom: 1em;
}
.shipping-container, .payment-container {
width: 100%;
float: none;
}
.innerbreadcrumbs {
margin-top: 1em;
}
styles/_shopGallery.less
46
Strona 33/35
47
48
- 49
- 50
+ 49
50
51
52
.shop-gallery-img {
.transition(all 0.2s linear);
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
styles/_skin.less
1007
1008
1009
- 1010
+ 1010
1011
1012
1013
overflow: hidden;
a {
color: @bgColor;
color: @bgcolor;
display: inline-block;
padding: 1.3em;
font-weight: bold;
styles/_tableBasic.less
49
50
51
+ 52
+ 53
+ 54
+ 55
56
57
58
border-right: none;
}
&.cell-center {
text-align: center;
}
.smalldate {
margin-left: 0.5em;
}
styles/_userClasses.less
90
91
92
+ 93
94
95
96
background-color: @borderColor;
position: relative;
text-transform: lowercase;
text-decoration: none;
&:hover {
.transition(background-color 0.3s linear);
styles/_variables.less
-1
-2
-3
/* Breakpoints */
@Large: 1200px;
Strona 34/35
-4
-5
-6
-7
8
9
10
@preLarge: 980px;
@Medium: 767px;
@Small: 480px;
6
7
8
-9
- 10
11
12
- 13
14
15
16
@greyFont: #d0d0d0;
@menuCountColor: #aaaaaa;
/* Font Colors & Size */
@fontBasicColor: #111;
@fontBasicSize: 13px;
/* Backgrounds */
@bgColor: #FFFFFF;
@bgHover: #2f2f2f;
@multiselectBg: #F5F5F5;
@rwdBg: #212121;
styles/styles.less
14
15
16
- 17
18
19
20
@import
@import
@import
@import
@import
@import
@import
"_panel.less";
"_other.less";
"_responsive.less";
"_prettyphoto.less";
"_modal.less";
"_fonts.less";
"_rwdCustom.less";
Strona 35/35

Podobne dokumenty