-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop-item.html
49 lines (38 loc) · 2.01 KB
/
shop-item.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
<div class="single-product shop-quick-view-ajax clearfix">
<!--
<div class="ajax-modal-title" id="shopItemTitle">
<!-- filled but AJAX CONTENT
</div>
-->
<div class="product modal-padding clearfix">
<div class="col_half nobottommargin">
<div class="product-image">
<div class="fslider" data-pagi="false">
<div class="flexslider">
<div id="quickViewimages" class="slider-wrap">
<!-- filled but AJAX CONTENT -->
</div>
</div>
</div>
</div>
</div>
<div class="col_half nobottommargin col_last product-desc" id="secondColumn">
<div class="clear"></div>
<!-- Product Single - Quantity & Cart Button
============================================= -->
<form id="quickViewForm" class="cart nobottommargin clearfix" method="post" enctype='multipart/form-data'>
<div class="line"></div>
<div class="quantity clearfix" id="addingButtons">
<input type="button" value="-" class="minus btn-number" data-type="minus" data-field="quant[1]" onclick="changeQuantity(this);">
<input type="button" value="+" class="plus btn-number" data-type="plus" data-field="quant[1]" onclick="changeQuantity(this);">
</div>
<!-- <button type="button" id="add-item" class="add-to-cart button nomargin" data-notify-position="top-right" data-notify-type="info" data-notify-msg="<i class=icon-info-sign></i>The item(s) have been added to your cart!" onclick="addItemDetailView(); SEMICOLON.widget.notifications(this); cartList(); return false;">Add to cart</button> -->
</form><!-- Product Single - Quantity & Cart Button End -->
<div class="clear"></div>
<div class="line"></div>
<div id="description">
<!-- filled but AJAX CONTENT -->
</div>
</div>
</div>
</div>