-
Notifications
You must be signed in to change notification settings - Fork 0
/
sell.html
146 lines (141 loc) · 6.93 KB
/
sell.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
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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div id="leftMenu">
<nav>
<ul class="clearfix">
<li><a href="/"><span></span>Typography</a></li>
<li><a href="grid.html"><span class="php"></span>Grid</a></li>
<li><a href="buttons.html">Buttons</a></li>
<li><a href="forms.html">Forms</a></li>
<li><a href="tables.html">Tables</a></li>
<li><a href="demo.html">Demo</a></li>
<li><a href="step1.html">allegro 1</a></li>
<li><a href="step2.html">allegro 2</a></li>
<li><a href="step3.html">allegro 3</a></li>
<li><a href="opcje.html">Opcje</a></li>
<li><a href="lista.html">Lista</a></li>
<li><a href="przesylka.html">Przesylka</a></li>
<li><a href="przesylka-ustawienia.html">Przesylka2</a></li>
<li><a href="start.html">Strona powitalna</a></li>
<li><a href="sharedstock.html">Sharedstock step 1</a></li>
</ul>
</nav>
</div>
<div class="app-container">
<h1 class="">Generator kampanii cross selling</h1>
<div class="app-row app-table-look">
<div class="app-span-12 app-table-tr">
<div class="app-row">
<div class="app-span-3">
<h2>Ustawienia ogólne</h2>
</div>
<div class="app-span-9 horizontal-form">
<div class="app-row">
<div class="form-group app-row app-table-td">
<label for="campaignName" class="app-span-4">Nazwa kampanii</label>
<div class="app-span-8">
<input type="text" name="campaignName" placeholder="Moja kampania" id="campaignName" class="form-control">
</div>
</div>
<div class="form-group app-row app-table-td">
<label for="campaignTitle" class="app-span-4">Nagłówek kampanii</label>
<div class="app-span-8">
<input type="text" name="campaignTitle" placeholder="Zobacz jakie inne produkty były kupowane z tym produktem" id="campaignTitle" class="form-control">
</div>
</div>
<div class="form-group app-row app-table-td">
<label for="campaignDescription" class="app-span-4">Opis oferty</label>
<div class="app-span-8">
<textarea rows="3" name="campaignDescription" id="campaignDescription" class="form-control"></textarea>
</div>
</div>
<div class="form-group app-row app-table-td">
<label for="active" class="app-span-4">Kampania aktywna</label>
<div class="checkbox app-span-8">
<label>
<input id="active" name="active" type="checkbox">
</label>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="app-span-12 app-table-tr">
<div class="app-row">
<div class="app-span-3 ">
<h2>Wybierz produkt dla którego ma zostać utworzona kampania</h2>
</div>
<div class="app-span-9">
<div class="app-row app-table-td">
<div class="app-span-12">
<h3 class="label">Sugerowane produkty (top sellers)</h3>
</div>
<div id="upsell" class="app-span-12 form-group text-center">
<div class="app-row">
<div product_id="2" class="app-span-4 chooseProduct">
<figure class="product-box">
<img class="img" src="http://static.shoplo.com/8515/products/th640/aaac/2-image-1.jpg" />
<button class="btn btn-primary btn-disable btn-sm">Wybierz</button>
<p>GLAMOUR BABE SUKIENKA - CZERWONY 6226-2</p>
</figure>
</div>
<div product_id="3138" class="app-span-4 chooseProduct">
<figure class="product-box">
<img class="img" src="http://static.shoplo.com/8515/products/th640/aaai/986-image-1.jpg" />
<button class="btn btn-primary btn-disable btn-sm">Wybierz</button>
<p>4101-3 Sukienka bez ramiączek z usztywnianymi miseczkami ze ...</p>
</figure>
</div>
<div product_id="4" class="app-span-4 chooseProduct">
<figure class="product-box">
<img class="img" src="http://static.shoplo.com/8515/products/th640/aaau/20-image-1.jpg" />
<button class="btn btn-primary btn-disable btn-sm">Wybierz</button>
<p>GLAMOUR BABE SUKIENKA Nina Dobrev - CZARNY 6226-1</p>
</figure>
</div>
<div product_id="3382" class="app-span-4 chooseProduct">
<figure class="product-box">
<img class="img" src="http://static.shoplo.com/8515/products/th640/aaa1/1076-image-1.jpg" />
<button class="btn btn-primary btn-disable btn-sm">Wybierz</button>
<p>3604-2 Sukienka lniana na suwak typu baskinka - miętowy sorbet</p>
</figure>
</div>
<div product_id="6" class="app-span-4 chooseProduct">
<figure class="product-box">
<img class="img" src="http://static.shoplo.com/8515/products/th640/aaau/20-image-1.jpg" />
<button class="btn btn-primary btn-disable btn-sm">Wybierz</button>
<p>GLAMOUR BABE SUKIENKA Nina Dobrev - CZARNY 6226-1</p>
</figure>
</div>
<div product_id="2654" class="app-span-4 chooseProduct">
<figure class="product-box">
<img class="img" src="http://static.shoplo.com/8515/products/th640/aaa1/932-image-1.jpg" />
<button class="btn btn-primary btn-disable btn-sm">Wybierz</button>
<p>4217-1 Spodnie legginsy ze złotymi drobinkami - miedziany</p>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>