This repository was archived by the owner on Dec 15, 2021. It is now read-only.
forked from CharlesMx/mxCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct_base2.default.html
64 lines (50 loc) · 4.52 KB
/
product_base2.default.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
59
60
61
62
63
64
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="single-project-content">
<h2> [[+ident]] [[+segment]] [[+pgroup]] [[+ptype:notempty=`- [[+ptype]]`]] by [[+brand]]</h2>
<h4>[[+pid]]</h4>
[[+images:notempty=`<div class="row"><div class="col-md-12">[[+images]]</div><div class="col-md-12"><p>Click the image image above to enlarge and view additional photos.</p></div></div>`]]
[[!If? &subject=`[[+feat1]][[+feat2]][[+feat3]][[+feat4]][[+feat5]][[+feat6]][[+feat7]]` &operator=`isnotempty` &then=`[[$product_features2]]`]]
[[+description:notempty=`<p>[[+description]]</p>`]]
[[!If? &subject=`[[+dimensions]]` &operator=`isnotempty` &then=`<p>Dimensions: [[+dimensions]] inches</p>`]]
[[+weight:notempty=`<p>Weight: [[+weight]] lbs.</p>`]]
[[+notes:notempty=`<p><strong>Note:</strong> [[+notes]]</p>`]]
</div>
</div>
<div class="col-md-4 sidebar">
<div class="sidebar-widgets">
<div class="text-widget widget">
<h3>Request a Quote</h3>
<p>
Our prices are often below the minimum advertiseable price. Please request
a quote to receive a personalized pricing including available volume discounts
</p>
[[+variations]]
<div class="form-group">
<input name="name" id="name" type="text" placeholder="name">
<span><i class="fa fa-user"></i></span>
</div>
<div class="form-group">
<input name="mail" id="mail" type="text" placeholder="email">
<span><i class="fa fa-envelope"></i></span>
</div>
<div class="form-group">
<input name="phone" id="phone" type="text" placeholder="phone">
<span><i class="fa fa-envelope"></i></span>
</div>
<div class="form-group">
<textarea name="comment" id="comment" placeholder="message"></textarea>
<span><i class="fa fa-comment"></i></span>
</div>
<div id="msg" class="message">
</div>
<p>
Include location for shipping quote.
</p>
<input type="submit" id="submit_contact" value="Send Mesage" class="btn-primary">
</div>
</div>
</div>
</div>
</div>