-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct-bundle.html
58 lines (58 loc) · 1.64 KB
/
product-bundle.html
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
{Helper(file: 'helpers/header')}
{Helper(file: 'helpers/path')}
<div class="SiteContent">
<div class="Container">
<div class="ContentSection">
<h1 class="ContentTitle">{BundleName}</h1>
</div>
<div class="ContentSection">
<div class="Grid">
<div class="Col Col-12-12">
<section class="ProductSection {BundleClass}">
<div class="Grid">
<div class="Col Col-6-12 Col-Tablet-12-12">
{BundleImage}
{BundleImageCaption}
{BundleThumbnails}
</div>
<div class="Col Col-6-12 Col-Tablet-12-12">
<div class="ProductBuyColumn">
<div class="ContentSection">
<p class="ProductPrices ProductCardPrices">
{BundleComparePrice(
currencysymbol: 'true',
before: '
{BundlePrice(
currencysymbol: 'true',
before: '<span class="ProductDiscountPrice">',
after: '</span>'
)}
<span class="ProductComparePrice">',
after: '</span>',
or: '
{BundlePrice(
currencysymbol: 'true',
before: '<span class="ProductCurrentPrice">',
after: '</span>'
)}'
)}
</p>
</div>
{BundleAvailability}
{BundleProducts}
{BundleBuy(variations: 'select')}
{ShareButtons(
before: '<div class="ContentSection">
<div class="ShareSection">',
after: '</div></div>'
)}
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
{Helper(file: 'helpers/footer')}