blob: 6c6d0855bd81f7c3f28ee9c5af904cef50400034 (
plain)
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
|
[tmp page_title]__COMPANY__ -- [L]Shopping Cart[/L][/tmp]
@_TOP_@
<!-- BEGIN CONTENT -->
<div class="container p-4">
<!-- Hero Section-->
<div class="py-2">
<div class="text-start">
<h1>[L]Shopping cart[/L]</h1>
</div>
<!-- Cart subheading -->
<div class="row">
<div class="col-xl-8 offset-xl-2">
<p class="lead text-muted">
You have
[calc]
if ([nitems] ne '0') {
return q(
[nitems]
);
}
[/calc] items in your shopping cart.
</p>
</div>
</div>
<!-- End of cart subheading -->
</div>
<!-- End of Hero section -->
</div>
<!-- END CONTENT -->
@_BOTTOM_@
|