[IMP] Small improvements
[odoo/odoo.git] / addons / website_sale / views / website_sale.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3 <data>
4
5 <!-- Layout add nav and footer -->
6
7 <template id="editor_head" inherit_id="website.editor_head" name="Shop Editor" groups="base.group_website_designer">
8   <xpath expr="//script[last()]" position="after">
9       <script type="text/javascript" src="/website_sale/static/src/js/website_sale.editor.js"></script>
10       <script type="text/javascript" src="/website_sale/static/src/js/website.tour.shop.js"></script>
11   </xpath>
12 </template>
13
14 <template id="header" inherit_id="website.layout" name="Header Shop My Cart Link">
15   <xpath expr="//header//ul[@id='top_menu']/li" position="before">
16       <li t-att-class="(not website_sale_order or not website_sale_order.get_total_quantity()) and 'hidden' or ''">
17           <a href="/shop/mycart/">
18               <i class="fa fa-shopping-cart"></i>
19               My cart <sup t-attf-class="my_cart_quantity label label-primary"
20                             t-esc="website_sale_order and website_sale_order.get_total_quantity() or ''"/>
21           </a>
22       </li>
23   </xpath>
24 </template>
25
26 <!-- List of categories -->
27
28 <template id="categories_recursive" name="Category list">
29   <li t-att-class="str(category.id) == search.get('category') and 'active' or ''">
30       <a t-href="/shop/category/#{ slug(category) }/" t-field="category.name"></a>
31       <ul t-if="category.child_id" class="nav nav-pills nav-stacked nav-hierarchy">
32           <t t-foreach="category.child_id" t-as="category">
33               <t t-call="website_sale.categories_recursive"/>
34           </t>
35       </ul>
36   </li>
37 </template>
38
39 <!-- Product list -->
40
41 <template id="search" name="Search hidden fields">
42   <input type="hidden" name="category" t-att-value="search.get('category') or ''"/>
43   <input type="hidden" name="filters" t-att-value="search.get('filters') or ''"/>
44   <div class="input-group">
45     <input type="text" name="search" class="search-query form-control" placeholder="Search..." t-att-value="search.get('search') or ''"/>
46     <span class="input-group-btn">
47       <button class="btn btn-default" type="submit"><i class="fa fa-search"/></button>
48     </span>
49   </div>
50 </template>
51
52 <template id="products_cart" name="Shopping cart">
53   <div class="ribbon-wrapper">
54     <div class="ribbon btn btn-danger">Promo</div>
55   </div>
56   <div class="oe_product_image">
57       <a t-href="/shop/product/#{ slug(product) }/" t-keep-query="category,search,filters">
58           <span t-field="product.image" t-field-options='{"widget": "image"}'/>
59       </a>
60   </div>
61   <section>
62       <h5><strong><a t-href="/shop/product/#{ slug(product) }/" t-keep-query="category,search,filters" t-field="product.name"/></strong></h5>
63       <div class="product_price" t-if="product.product_variant_ids">
64           <b>
65               <t t-if="product.product_variant_ids[0].lst_price != product.product_variant_ids[0].price">
66                 <del class="text-danger"
67                   t-field="product.product_variant_ids[0].lst_price" t-field-options='{
68                        "widget": "monetary",
69                        "display_currency": "website.pricelist_id.currency_id"
70                   }'/>&amp;nbsp;
71               </t>
72               <span t-field="product.product_variant_ids[0].price"  t-field-options='{
73                    "widget": "monetary",
74                    "display_currency": "website.pricelist_id.currency_id"
75                }'/>
76           </b>
77       </div>
78   </section>
79 </template>
80
81 <template id="products" name="Products">
82   <t t-call="website.layout">
83       <t t-set="head">
84           <script type="text/javascript" src="/web/static/lib/jquery.ui/js/jquery-ui-1.9.1.custom.js"></script>
85           <link rel='stylesheet' href="/web/static/lib/jquery.ui/css/smoothness/jquery-ui-1.9.1.custom.css"/>
86           <script type="text/javascript" src="/website_sale/static/src/js/website_sale.js"></script>
87           <link rel='stylesheet' href='/website_sale/static/src/css/website_sale.css'/>
88           <t t-raw="head or ''"/>
89       </t>
90       <t t-set="additional_title">Shop</t>
91       <div id="wrap">
92         <div class="oe_structure"/>
93         <div class="container oe_website_sale">
94           <div class="products_pager">
95             <div>
96               <form action="/shop/" method="get" class="pagination form-inline col-md-3">
97                   <t t-call="website_sale.search" />
98               </form>
99               <t t-call="website.pager"/>
100             </div>
101           </div>
102           <div class='row'>
103             <div class="hidden" id="products_grid_before"></div>
104             <div class="col-md-12" id="products_grid">
105               <table width="100%">
106                 <tbody>
107                   <tr t-ignore="true">
108                     <td t-foreach="range(0,rows)" t-as="row" t-attf-width="#{100/rows}%"></td>
109                   </tr>
110                   <tr t-foreach="bins" t-as="tr_product">
111                     <t t-foreach="tr_product" t-as="td_product">
112                       <t t-if="td_product">
113                       <t t-set="product" t-value="td_product['product']"/>
114                       <td t-att-colspan="td_product['x'] != 1 and td_product['x']"
115                           t-att-rowspan="td_product['y'] != 1 and td_product['y']"
116                           t-attf-class="oe_product oe_grid oe-height-#{td_product['y']*2} #{ td_product['class'] }">
117
118                           <div class="oe_product_cart" t-att-data-publish="product.website_published and 'on' or 'off'">
119
120                             <div class="css_options" t-ignore="true" groups="base.group_website_publisher">
121                               <div t-attf-class="dropdown js_options" t-att-data-id="product.id">
122                                 <a class="btn btn-default" t-att-id="'dopprod-%s' % product.id" role="button" data-toggle="dropdown">Options <span class="caret"></span></a>
123                                 <ul class="dropdown-menu" role="menu" t-att-aria-labelledby="'dopprod-%s' % product.id">
124                                   <li class='dropdown-submenu'>
125                                     <a tabindex="-1" href="#">Size</a>
126                                     <ul class="dropdown-menu" name="size">
127                                       <li><a href="#">
128                                         <table>
129                                           <tr>
130                                             <td class="selected"></td>
131                                             <td t-att-class="product.website_size_x > 1 and 'selected'"></td>
132                                             <td t-att-class="product.website_size_x > 2 and 'selected'"></td>
133                                             <td t-att-class="product.website_size_x > 3 and 'selected'"></td>
134                                           </tr>
135                                           <tr>
136                                             <td t-att-class="product.website_size_y > 1 and 'selected'"></td>
137                                             <td t-att-class="product.website_size_y > 1 and product.website_size_x > 1 and 'selected'"></td>
138                                             <td t-att-class="product.website_size_y > 1 and product.website_size_x > 2 and 'selected'"></td>
139                                             <td t-att-class="product.website_size_y > 1 and product.website_size_x > 3 and 'selected'"></td>
140                                           </tr>
141                                           <tr>
142                                             <td t-att-class="product.website_size_y > 2 and 'selected'"></td>
143                                             <td t-att-class="product.website_size_y > 2 and product.website_size_x > 1 and 'selected'"></td>
144                                             <td t-att-class="product.website_size_y > 2 and product.website_size_x > 2 and 'selected'"></td>
145                                             <td t-att-class="product.website_size_y > 2 and product.website_size_x > 3 and 'selected'"></td>
146                                           </tr>
147                                           <tr>
148                                             <td t-att-class="product.website_size_y > 3 and 'selected'"></td>
149                                             <td t-att-class="product.website_size_y > 3 and product.website_size_x > 1 and 'selected'"></td>
150                                             <td t-att-class="product.website_size_y > 3 and product.website_size_x > 2 and 'selected'"></td>
151                                             <td t-att-class="product.website_size_y > 3 and product.website_size_x > 3 and 'selected'"></td>
152                                           </tr>
153                                         </table>
154                                       </a></li>
155                                     </ul>
156                                   </li>
157                                   <li class='dropdown-submenu'>
158                                     <a tabindex="-1" href="#">Styles</a>
159                                     <ul class="dropdown-menu" name="style">
160                                       <t t-foreach="styles" t-as="style">
161                                         <li t-att-class="style_in_product(style, product) and 'active' or ''"><a href="#" t-att-data-id="style.id" t-att-data-class="style.html_class"><t t-esc="style.name"/></a></li>
162                                       </t>
163                                     </ul>
164                                   </li>
165                                   <li class='dropdown-submenu'>
166                                       <a tabindex="-1" href="#">Promote</a>
167                                       <ul class="dropdown-menu" name="sequence">
168                                           <li><a href="#" class="js_go_to_top">Push to top</a></li>
169                                           <li><a href="#" class="js_go_to_bottom">Push to bottom</a></li>
170                                       </ul>
171                                   </li>
172                                 </ul>
173                               </div>
174                             </div>
175
176                             <t t-call="website_sale.products_cart"/>
177                           </div>
178
179                       </td>
180                       </t>
181                       <td t-if="td_product == None"/>
182                     </t>
183                   </tr>
184                 </tbody>
185               </table>
186               <t t-if="not bins">
187                 <div class="text-center text-muted">
188                   <h3>No product found</h3>
189                   <t groups="base.group_website_publisher">
190                     <p>Click on "Content" to define a new product or "Help" for more informations.</p>
191                     <img src="/website/static/src/img/content_here.png"/>
192                     <p>In the backend's product form contains information to simplify the sale process: price, notes in the quotation, accounting data, procurement methods, etc.</p>
193                   </t>
194                 </div>
195               </t>
196             </div>
197           </div>
198           <div class="products_pager">
199               <t t-call="website.pager"/>
200           </div>
201         </div>
202         <div class="oe_structure mb32"/>
203       </div>
204   </t>
205 </template>
206
207 <!-- Product Description-->
208
209 <template id="product_description" inherit_option_id="website_sale.products_cart" name="Product Description">
210   <xpath expr="//div[@class='product_price']" position="before">
211       <div class="text-info oe_subdescription oe_shadow" t-field="product.description_sale"/>
212       <div class="text-info oe_subdescription" t-field="product.description_sale"/>
213   </xpath>
214 </template>
215
216 <!-- Add to cart button-->
217
218 <template id="add_to_basket" inherit_option_id="website_sale.products_cart" name="Add to Cart">
219   <xpath expr="//div[@class='product_price']" position="inside">
220       <a t-href="/shop/add_cart/#{ product.product_variant_ids[0].id }/"><!-- class="js_add_cart_json" -->
221           <span class="fa fa-shopping-cart"/>
222       </a>
223   </xpath>
224 </template>
225
226 <!-- List view of products -->
227
228 <template id="list_view" inherit_option_id="website_sale.products" name="List View">
229   <xpath expr="//div[@id='products_grid']//table" position="replace">
230     <t t-foreach="products" t-as="product">
231       <div class="oe_product oe_list oe_product_cart" t-att-data-publish="product.website_published and 'on' or 'off'">
232         <t t-call="website_sale.products_cart"/>
233       </div>
234     </t>
235   </xpath>
236 </template>
237
238
239 <!-- product -->
240 <template id="404">
241   <t t-call="website.layout">
242       <div id="wrap">
243           <div class="oe_structure oe_empty">
244               <div class="container">
245                   <h1 class="mt32">Product not found!</h1>
246                   <p>Sorry, this product is not available anymore.</p>
247                   <p><a t-href="/shop/">Return to the product list.</a></p>
248               </div>
249           </div>
250       </div>
251   </t>
252 </template>
253
254 <template id="product" name="Product">
255   <t t-call="website.layout">
256       <t t-set="head">
257           <script type="text/javascript" src="/website_sale/static/src/js/website_sale.js"></script>
258           <link rel='stylesheet' href='/website_sale/static/src/css/website_sale.css'/>
259       </t>
260       <t t-set="additional_title" t-value="product.name"/>
261       <div id="wrap">
262
263         <section class="container mt8">
264           <div class="row">
265             <div class="col-sm-4">
266                 <ol class="breadcrumb">
267                     <li><a href="/shop">Products</a></li>
268                     <li t-if="search.get('category')"><a t-href="/shop/" t-keep-query="category,search,filters"><span t-field="category.name"/></a></li>
269                     <li class="active"><span t-field="product.name"/></li>
270                 </ol>
271             </div>
272             <div class="col-sm-3">
273               <form action="/shop/" method="get" class="pull-right">
274                   <t t-call="website_sale.search" />
275               </form>
276             </div>
277             <div class="col-sm-4">
278                 <t t-call="website.publish_management">
279                   <t t-set="object" t-value="product"/>
280                   <t t-set="publish_edit" t-value="True"/>
281                 </t>
282             </div>
283           </div>
284         </section>
285
286         <section class="container oe_website_sale" id="product_detail">
287           <div class="row">
288             <div class="col-sm-7 col-md-7 col-lg-7">
289                 <span t-field="product.image" t-field-options='{"widget": "image", "class": "product_detail_img"}'/>
290             </div><div class="col-sm-5 col-md-5 col-lg-4 col-lg-offset-1">
291                 <h1 t-field="product.name">Product Name</h1>
292
293                 <form action="/shop/add_cart/" class="js_add_cart_json" method="POST">
294                     <input type="hidden" t-if="len(product.product_variant_ids) == 1" name="product_id" t-att-value="product.product_variant_ids[0].id"/>
295                     <t t-if="len(product.product_variant_ids) &gt; 1">
296                         <label label-default="label-default" class="radio" t-foreach="product.product_variant_ids" t-as="variant_id">
297                             <input type="radio" name="product_id" t-att-value="variant_id.id" t-att-checked="variant_id == product.product_variant_ids[0] or None"/>
298                             <t t-esc="variant_id.variants or ''">Standard</t>
299                             <span class="badge" t-if="variant_id.price_extra">
300                                 <t t-esc="variant_id.price_extra > 0 and '+' or ''"/><span t-field="variant_id.price_extra" t-field-options='{
301                                              "widget": "monetary",
302                                              "display_currency": "website.pricelist_id.currency_id"
303                                          }'/>
304                             </span>
305                         </label>
306                     </t>
307
308                     <div class="product_price mt16" t-if="product.product_variant_ids">
309                         <h4>
310                             <t t-if="product.product_variant_ids[0].lst_price != product.product_variant_ids[0].price">
311                             <span class="text-danger" style="text-decoration: line-through;"
312                               t-field="product.product_variant_ids[0].lst_price"
313                               t-field-options='{
314                                  "widget": "monetary",
315                                  "display_currency": "website.pricelist_id.currency_id"
316                              }'/><br/>
317                             </t>
318                             <b class="oe_price"
319                               t-field="product.product_variant_ids[0].price"
320                               t-field-options='{
321                                  "widget": "monetary",
322                                  "display_currency": "website.pricelist_id.currency_id"
323                              }'/>
324                         </h4>
325                     </div>
326                     <button class="btn btn-primary btn-lg mt8">Add to Cart</button>
327                     <hr t-if="product.description_sale"/>
328                     <p t-field="product.description_sale" class="text-muted"/>
329                     <hr/>
330                     <p class="text-muted">
331                         30-day money-back guarantee<br/>
332                         Free Shipping in U.S.<br/>
333                         Buy now, get in 2 days
334                     </p>
335                 </form>
336             </div>
337           </div>
338         </section>
339         <div t-field="product.website_description" class="oe_structure" id="product_full_description"/>
340       </div>
341   </t>
342 </template>
343
344 <template id="recommended_products" inherit_id="website_sale.product" inherit_option_id="website_sale.product" name="Recommended Products">
345   <xpath expr="//div[@id='product_full_description']" position="after">
346       <div class="container mt32" t-if="product.recommended_products()">
347           <h3>Customers who have bought this product also bought:</h3>
348           <div class='row mt16' style="margin-left: 15px !important;">
349           <t t-foreach="product.recommended_products()" t-as="product">
350               <div class='col-md-2 thumbnail' style='width: 170px; margin-right: 16px;'>
351                   <div class='mt16 text-center'>
352                       <span t-field="product.image_small"/>
353                       <h5>
354                           <a t-href="/shop/product/#{ slug(product) }/"
355                              style="display: block">
356                               <span t-field='product.name'
357                                     style="display: block"/>
358                           </a>
359                       </h5>
360                   </div>
361               </div>
362           </t>
363           </div>
364       </div>
365   </xpath>
366 </template>
367
368 <template id="product_attributes" inherit_option_id="website_sale.product" name="Product Attributes">
369 <xpath expr="//p[@t-field='product.description_sale']" position="after">
370   <hr t-if="product.website_attribute_ids"/>
371   <p class="text-muted">
372     <t t-set="attr" t-value="None"/>
373     <t t-foreach="product.website_attribute_ids" t-as="attribute"><br t-if="attr and attribute.attribute_id.id != attr"/><t t-if="attribute.attribute_id.id != attr"><span t-field="attribute.attribute_id"/>: </t><t t-if="attribute.attribute_id.id == attr">, </t><t t-if="attribute.attribute_id.type == 'distinct'"><span t-field="attribute.value_id"/></t><t t-if="attribute.attribute_id.type == 'float'"><span t-field="attribute.value"/></t><t t-set="attr" t-value="attribute.attribute_id.id"/></t>
374   </p>
375 </xpath>
376 </template>
377
378 <!-- Page Shop my cart -->
379
380 <template id="mycart" name="Your Cart">
381   <t t-call="website.layout">
382       <t t-set="head">
383           <script type="text/javascript" src="/website_sale/static/src/js/website_sale.js"></script>
384           <link rel='stylesheet' href='/website_sale/static/src/css/website_sale.css'/>
385           <t t-raw="head or ''"/>
386       </t>
387       <div id="wrap">
388         <div class="container oe_website_sale">
389
390           <ul class="wizard pull-right">
391               <li class="text-primary">Review Order<span class="chevron"></span></li>
392               <li class="text-muted">Shipping &amp; Billing<span class="chevron"></span></li>
393               <li class="text-muted">Payment<span class="chevron"></span></li>
394               <li class="text-muted">Confirmation<span class="chevron"></span></li>
395           </ul>
396           <h1 class="mb32">Shopping Cart</h1>
397           <div class="row">
398               <div class="col-md-8 col-sm-9 oe_mycart">
399                   <div t-if="not website_sale_order or not website_sale_order.order_line" class="well well-lg">
400                       Your cart is empty!
401                   </div>
402                   <table class='table table-striped table-condensed' id="mycart_products" t-if="website_sale_order and website_sale_order.order_line">
403                       <colgroup>
404                           <col width="100"/>
405                           <col/>
406                           <col width="100"/>
407                           <col width="120"/>
408                       </colgroup>
409                       <thead>
410                           <tr>
411                               <th colspan="2">Product</th>
412                               <th>Price</th>
413                               <th>Quantity</th>
414                           </tr>
415                       </thead>
416                       <tbody>
417                           <tr t-foreach="website_sale_order.order_line" t-as="line">
418                               <td colspan="2" t-if="not line.product_id.product_tmpl_id"></td>
419                               <td align="center" t-if="line.product_id.product_tmpl_id">
420                                   <span t-field="line.product_id.image_small"
421                                         t-field-options='{"widget": "image", "class": "img-rounded"}'/>
422                               </td>
423                               <td t-if="line.product_id.product_tmpl_id">
424                                   <div>
425                                       <a t-href="/shop/product/#{ slug(line.product_id.product_tmpl_id) }/">
426                                           <strong t-field="line.product_id.name"/>
427                                           <t t-if="line.product_id.variants">(<t t-esc="line.product_id.variants"/>)</t>
428                                       </a>
429                                   </div>
430                                   <div class="text-muted" t-field="line.product_id.description_sale"/>
431                               </td>
432                               <td class="text-center">
433                                  <del class="text-danger" t-if="line.product_id.lst_price &gt; line.price_unit">
434                                      <span t-field="line.product_id.lst_price" t-field-options='{
435                                          "widget": "monetary",
436                                          "display_currency": "website.pricelist_id.currency_id"
437                                      }'/>
438                                  </del>
439                                  <span t-field="line.price_unit" t-field-options='{
440                                      "widget": "monetary",
441                                      "display_currency": "website.pricelist_id.currency_id"
442                                  }'/>
443                               </td>
444                               <td>
445                                   <div class="input-group">
446                                       <span class="input-group-addon">
447                                           <a t-href="./change_cart/#{ line.id }/?remove=True" class="mb8 js_add_cart_json">
448                                               <i class="fa fa-minus-square"></i>
449                                           </a>
450                                       </span>
451                                       <input type="text" class="js_quantity form-control"
452                                           t-att-data-id="line.id" t-att-value="int(line.product_uom_qty)"/>
453                                       <span class="input-group-addon">
454                                           <a t-href="./change_cart/#{ line.id }/" class="mb8 float_left js_add_cart_json">
455                                               <i class="fa fa-plus-square"></i>
456                                           </a>
457                                       </span>
458                                   </div>
459
460                               </td>
461                           </tr>
462                       </tbody>
463                   </table>
464                   <table class='pull-right mb16' id="mycart_total" t-if="website_sale_order">
465                       <colgroup>
466                           <col width="100"/>
467                           <col width="120"/>
468                       </colgroup>
469                       <thead>
470                           <tr style="border-top: 1px solid #000">
471                               <th><h3>Total:</h3></th>
472                               <th class="text-right">
473                                 <h3><t t-call="website_sale.total"/></h3>
474                               </th>
475                           </tr>
476                           <tr class="text-muted">
477                               <td><abbr title="Taxes may be updated after providing shipping address">Taxes:</abbr></td>
478                               <td class="text-right">
479                                   <span t-field="website_sale_order.amount_tax" t-field-options='{
480                                       "widget": "monetary",
481                                       "display_currency": "website.pricelist_id.currency_id"
482                                   }'/>
483                               </td>
484                           </tr>
485                       </thead>
486                   </table>
487                   <div class="clearfix"/>
488                   <a href="/shop" class="btn btn-default mb32"><span class="fa fa-long-arrow-left"/> Continue Shopping</a>
489                   <a t-if="website_sale_order and website_sale_order.order_line" href="/shop/checkout/" class="btn btn-primary pull-right mb32">Process Checkout <span class="fa fa-long-arrow-right"/></a>
490                   <div class="oe_structure"/>
491               </div>
492               <div class="col-lg-3 col-lg-offset-1 col-sm-3 text-muted" id="right_column">
493                   <h4>Policies</h4>
494                   <ul class="list-unstyled mb32">
495                       <li>&#9745; 30-days money-back guarantee</li>
496                       <li>&#9745; Invoice sent by e-Mail</li>
497                   </ul>
498                   <h4>Secure Payment</h4>
499                   <ul class="list-unstyled mb32">
500                       <li>&#9745; 256 bit encryption</li>
501                       <li>&#9745; Processed by Ogone</li>
502                   </ul>
503               </div>
504           </div>
505
506         </div>
507         <div class="oe_structure"/>
508       </div>
509   </t>
510 </template>
511
512 <!-- Page Shop -->
513
514 <template id="products_categories" inherit_option_id="website_sale.products" name="Product Categories">
515   <xpath expr="//div[@id='products_grid_before']" position="inside">
516       <ul class="nav nav-pills nav-stacked mt16">
517           <li t-att-class=" '' if search.get('category') else 'active' "><a href="/shop/">All Products</a></li>
518           <t t-foreach="categories" t-as="category">
519               <t t-call="website_sale.categories_recursive"/>
520           </t>
521       </ul>
522   </xpath>
523   <xpath expr="//div[@id='products_grid_before']" position="attributes">
524       <attribute name="class">col-md-3 hidden-xs</attribute>
525   </xpath>
526   <xpath expr="//div[@id='products_grid']" position="attributes">
527       <attribute name="class">col-md-9</attribute>
528   </xpath>
529 </template>
530
531 <template id="products_attributes" inherit_option_id="website_sale.products" name="Product Filters and Attributes">
532   <xpath expr="//div[@id='products_grid_before']" position="inside">
533       <form t-action="/shop/filters/" method="post" t-keep-query="category,search">
534           <ul class="nav nav-pills nav-stacked mt16">
535               <t t-set="attribute_ids" t-value="Ecommerce.get_attribute_ids()"/>
536               <t t-foreach="attribute_ids" t-as="attribute_id">
537                 <t t-if="attribute_id.visible">
538                   <li t-if="attribute_id.value_ids and attribute_id.type == 'distinct'">
539                       <div t-field="attribute_id.name"/>
540                       <ul class="nav nav-pills nav-stacked">
541                           <t t-foreach="attribute_id.value_ids" t-as="value_id">
542                               <li t-att-class="Ecommerce.has_search_filter(attribute_id.id, value_id.id) and 'active' or ''">
543                                   <label style="margin: 0 20px;">
544                                       <input type="checkbox" t-att-name="'att-%s-%s' % (attribute_id.id, value_id.id)"
545                                           t-att-checked="Ecommerce.has_search_filter(attribute_id.id, value_id.id) and 'checked' or ''"/>
546                                       <span style="font-weight: normal" t-field="value_id.name"/>
547                                   </label>
548                               </li>
549                           </t>
550                       </ul>
551                   </li>
552                   <li t-if="attribute_id.type == 'float' and attribute_id.float_min != attribute_id.float_max">
553                       <div t-field="attribute_id.name"/>
554                       <t t-set="attribute" t-value="Ecommerce.has_search_filter(attribute_id.id)"/>
555                       <div style="margin: 0 20px;" class="js_slider"
556                         t-att-data-id="attribute_id.id"
557                         t-att-data-value-min="attribute and attribute[1][0] or attribute_id.float_min"
558                         t-att-data-value-max="attribute and attribute[1][1] or attribute_id.float_max"
559                         t-att-data-min="attribute_id.float_min"
560                         t-att-data-max="attribute_id.float_max"></div>
561                   </li>
562                 </t>
563               </t>
564           </ul>
565           <button class="btn btn-xs btn-primary mt16">Apply filter</button>
566           <a t-href="/shop/" t-keep-query="category,search" class="btn btn-xs btn-default mt16">Cancel filter</a>
567       </form>
568   </xpath>
569   <xpath expr="//div[@id='products_grid_before']" position="attributes">
570       <attribute name="class">col-md-3 hidden-xs</attribute>
571   </xpath>
572   <xpath expr="//div[@id='products_grid']" position="attributes">
573       <attribute name="class">col-md-9</attribute>
574   </xpath>
575 </template>
576
577 <template id="suggested_products_list" inherit_id="website_sale.mycart" inherit_option_id="website_sale.mycart" name="Suggested Products in my cart">
578   <xpath expr="//table[@id='mycart_products']" position="after">
579       <table t-if="suggested_products" class='table table-striped table-condensed'>
580           <colgroup>
581               <col width="80"/>
582               <col/>
583               <col width="100"/>
584               <col width="120"/>
585           </colgroup>
586           <thead>
587               <tr>
588                   <th colspan="2">Suggested products</th>
589               </tr>
590           </thead>
591           <tbody>
592               <tr t-foreach="suggested_products" t-as="product">
593
594                   <td>
595                       <a t-href="/shop/product/#{ slug(product.product_tmpl_id) }/">
596                           <span t-field="product.image_small"
597                                 t-field-options='{"widget": "image", "class": "img-rounded"}'/>
598                       </a>
599                   </td>
600                   <td>
601                       <div>
602                           <a t-href="/shop/product/#{ slug(product.product_tmpl_id) }/">
603                               <strong t-field="product.name"/>
604                           </a>
605                       </div>
606                       <div class="text-muted" t-field="product.description_sale"/>
607                   </td>
608                   <td>
609                       <span t-field="product.lst_price" t-field-options='{
610                           "widget": "monetary",
611                           "display_currency": "website.pricelist_id.currency_id"
612                       }'/>
613                   </td>
614                   <td class="text-center">
615                       <a t-href="./add_cart/#{ product.id }/"><strong>Add to Cart</strong></a>
616                   </td>
617               </tr>
618           </tbody>
619       </table>
620   </xpath>
621 </template>
622
623 <template id="reduction_code" inherit_option_id="website_sale.mycart" name="Reduction Code">
624   <xpath expr="//div[@id='right_column']" position="inside">
625       <h4>Coupon Code</h4>
626       <p>
627           Have a coupon code? Fill in this field and apply.
628       </p>
629       <form t-if="website_sale_order and website_sale_order.order_line" action="/shop/mycart/" method="post" class="mb32">
630           <div class="input-group">
631               <input name="promo" class='form-control' type="text" placeholder="code..." t-att-value="website_sale_order.pricelist_id.code or ''"/>
632               <div class="input-group-btn">
633                   <button class="btn btn-default">Apply</button>
634               </div>
635           </div>
636       </form>
637   </xpath>
638 </template>
639
640
641 <!-- Page confirm my cart -->
642
643 <template id="checkout">
644   <t t-call="website.layout">
645     <t t-set="head">
646         <script type="text/javascript" src="/website_sale/static/src/js/website_sale.js"></script>
647         <link rel='stylesheet' href='/website_sale/static/src/css/website_sale.css'/>
648         <t t-raw="head or ''"/>
649     </t>
650     <t t-set="additional_title">Shop - Checkout</t>
651     <div id="wrap">
652       <div class="container oe_website_sale">
653           <ul class="wizard pull-right">
654               <li><a href="/shop/mycart" class="text-success">Review Order<span class="chevron"></span></a></li>
655               <li class="text-primary">Shipping &amp; Billing<span class="chevron"></span></li>
656               <li class="text-muted">Payment<span class="chevron"></span></li>
657               <li class="text-muted">Confirmation<span class="chevron"></span></li>
658           </ul>
659           <h1>Your Address</h1>
660           <form action="/shop/confirm_order/" method="post">
661
662           <div class="row">
663           <div class="col-md-8 oe_mycart">
664               <h3 class="page-header mt16">Billing Information
665                   <small t-if="user_id.id == website.public_user.id"> or
666                       <a t-if="not partner" t-attf-href="/web#action=redirect&amp;url=#{ request.httprequest.url }">sign in</a>
667                   </small>
668               </h3>
669                   <div class="row">
670                       <div t-attf-class="form-group #{error.get('name') and 'has-error' or ''} col-lg-6">
671                           <label class="control-label" for="contact_name">Your Name</label>
672                           <input type="text" name="name" class="form-control" t-att-value="checkout.get('name')"/>
673                       </div>
674                       <div t-attf-class="form-group #{error.get('company') and 'has-error' or ''} col-lg-6">
675                           <label class="control-label" for="company" style="font-weight: normal">Your Company</label>
676                           <input type="text" name="company" class="form-control" t-att-value="checkout.get('company')"/>
677                       </div>
678                       <div t-attf-class="form-group #{error.get('email') and 'has-error' or ''} col-lg-6">
679                           <label class="control-label" for="contact_name">Email</label>
680                           <input type="email" name="email" class="form-control" t-att-value="checkout.get('email')"/>
681                       </div>
682                       <div t-attf-class="form-group #{ error.get('phone') and 'has-error' or ''} col-lg-6">
683                           <label class="control-label" for="phone">Phone</label>
684                           <input type="tel" name="phone" class="form-control" t-att-value="checkout.get('phone')"/>
685                       </div>
686
687                       <div t-attf-class="form-group #{error.get('street') and 'has-error' or ''} col-lg-6">
688                           <label class="control-label" for="street">Street</label>
689                           <input type="text" name="street" class="form-control" t-att-value="checkout.get('street')"/>
690                       </div>
691                       <div class="clearfix"/>
692
693                       <div t-attf-class="form-group #{error.get('city') and 'has-error' or ''} col-lg-6">
694                           <label class="control-label" for="city">City</label>
695                           <input type="text" name="city" class="form-control" t-att-value="checkout.get('city')"/>
696                       </div>
697                       <div t-attf-class="form-group #{error.get('zip') and 'has-error' or ''} col-lg-6">
698                           <label class="control-label" for="zip">Zip / Postal Code</label>
699                           <input type="text" name="zip" class="form-control" t-att-value="checkout.get('zip')"/>
700                       </div>
701                       <div t-attf-class="form-group #{error.get('state_id') and 'has-error' or ''} col-lg-6">
702                           <label class="control-label" for="state_id" style="font-weight: normal">State / Province</label>
703                           <select name="state_id" class="form-control">
704                               <option value="">select...</option>
705                               <t t-foreach="states or []" t-as="state">
706                                   <option t-att-value="state.id" t-att-selected="state.id == checkout.get('state_id')"><t t-esc="state.name"/></option>
707                               </t>
708                           </select>
709                       </div>
710                       <div t-attf-class="form-group #{error.get('country_id') and 'has-error' or ''} col-lg-6">
711                           <label class="control-label" for="contact_name">Country</label>
712                           <select name="country_id" class="form-control">
713                               <option value="">Country...</option>
714                               <t t-foreach="countries or []" t-as="country">
715                                   <option t-att-value="country.id" t-att-selected="country.id == checkout.get('country_id')"><t t-esc="country.name"/></option>
716                               </t>
717                           </select>
718                       </div>
719
720                       <div class="clearfix"/>
721
722                       <div class="form-group col-lg-6">
723                           <label>
724                               <input t-if="not shipping" type="checkbox" name="shipping_different"/>
725                               <input t-if="shipping" type="checkbox" name="shipping_different" checked="1"/>
726                               Ship to a different address
727                           </label>
728                       </div>
729                   </div>
730
731                   <div class="js_shipping row mb16" t-att-style="not shipping and 'display:none' or ''">
732                       <h3 class="oe_shipping col-lg-12 mt16">Shipping Information</h3>
733
734                       <div t-attf-class="form-group #{error.get('shipping_name') and 'has-error' or ''} col-lg-6">
735                           <label class="control-label" for="contact_name">Name (Shipping)</label>
736                           <input type="text" name="shipping_name" class="form-control" t-att-value="checkout.get('shipping_name', '')"/>
737                       </div>
738                       <div t-attf-class="form-group #{error.get('shipping_phone') and 'has-error' or ''} col-lg-6">
739                           <label class="control-label" for="contact_name">Phone</label>
740                           <input type="tel" name="shipping_phone" class="form-control" t-att-value="checkout.get('shipping_phone', '')"/>
741                       </div>
742                       <div t-attf-class="form-group #{error.get('shipping_street') and 'has-error' or ''} col-lg-6">
743                           <label class="control-label" for="contact_name">Street</label>
744                           <input type="text" name="shipping_street" class="form-control" t-att-value="checkout.get('shipping_street', '')"/>
745                       </div>
746                       <div class="clearfix"/>
747                       <div t-attf-class="form-group #{error.get('shipping_city') and 'has-error' or ''} col-lg-6">
748                           <label class="control-label" for="contact_name">City</label>
749                           <input type="text" name="shipping_city" class="form-control" t-att-value="checkout.get('shipping_city', '')"/>
750                       </div>
751                       <div t-attf-class="form-group #{error.get('shipping_zip') and 'has-error' or ''} col-lg-6">
752                           <label class="control-label" for="contact_name">Zip / Postal Code</label>
753                           <input type="text" name="shipping_zip" class="form-control" t-att-value="checkout.get('shipping_zip', '')"/>
754                       </div>
755                       <div t-attf-class="form-group #{error.get('shipping_state_id') and 'has-error' or ''} col-lg-6">
756                           <label class="control-label" for="contact_name" style="font-weight: normal">State / Province</label>
757                           <select name="shipping_state_id" class="form-control">
758                               <option value="">State / Province...</option>
759                               <t t-foreach="states or []" t-as="state">
760                                   <option t-att-value="state.id" t-att-selected="state.id == checkout.get('shipping_state_id')"><t t-esc="state.name"/></option>
761                               </t>
762                           </select>
763                       </div>
764                       <div t-attf-class="form-group #{error.get('shipping_country_id') and 'has-error' or ''} col-lg-6">
765                           <label class="control-label" for="contact_name">Country</label>
766                           <select name="shipping_country_id" class="form-control">
767                               <option value="">Country...</option>
768                               <t t-foreach="countries or []" t-as="country">
769                                   <option t-att-value="country.id" t-att-selected="country.id == checkout.get('shipping_country_id')"><t t-esc="country.name"/></option>
770                               </t>
771                           </select>
772                       </div>
773                   </div>
774                   <button type="submit" class="btn btn-default btn-primary pull-right mb32">Confirm <span class="fa fa-long-arrow-right"/></button>
775           </div>
776           <div class="col-lg-offset-1 col-lg-3 text-muted">
777               <h3 class="page-header mt16">Your Order <small><a href="/shop/mycart"><span class="fa fa-arrow-right"/> change</a></small></h3>
778               <div class="row">
779                   <div class="col-sm-6 text-right">Subtotal:</div>
780                   <div class="col-sm-6"><span t-esc="website_sale_order.amount_untaxed" t-field-options='{
781                       "widget": "monetary",
782                       "display_currency": "website.pricelist_id.currency_id"
783                   }'/></div>
784                   <div class="col-sm-6 text-right">Taxes:</div>
785                   <div class="col-sm-6"><span t-field="website_sale_order.amount_tax" t-field-options='{
786                       "widget": "monetary",
787                       "display_currency": "website.pricelist_id.currency_id"
788                   }'/></div>
789                   <div class="col-sm-6 text-right"><h4>Total To Pay:</h4></div>
790                   <div class="col-sm-6"><h4><span t-field="website_sale_order.amount_total" t-field-options='{
791                       "widget": "monetary",
792                       "display_currency": "website.pricelist_id.currency_id"
793                   }'/></h4></div>
794               </div>
795           </div>
796       </div>
797       </form>
798     </div>
799     </div>
800   </t>
801 </template>
802
803 <template id="payment">
804   <t t-call="website.layout">
805       <t t-set="head">
806           <script type="text/javascript" src="/website_sale/static/src/js/website_sale.js"></script>
807           <script type="text/javascript" src="/website_sale/static/src/js/website_sale_payment.js"></script>
808           <link rel='stylesheet' href='/website_sale/static/src/css/website_sale.css'/>
809           <t t-raw="head or ''"/>
810       </t>
811       <t t-set="additional_title">Shop - Select Payment Mode</t>
812       <div id="wrap">
813         <div class="container oe_website_sale">
814
815           <ul class="wizard pull-right">
816               <li><a href="/shop/mycart" class="text-success">Review Order<span class="chevron"></span></a></li>
817               <li><a href="/shop/checkout" class="text-success">Shipping &amp; Billing<span class="chevron"></span></a></li>
818               <li class="text-primary">Payment<span class="chevron"></span></li>
819               <li class="text-muted">Confirmation<span class="chevron"></span></li>
820           </ul>
821           <h1 class="mb32">Validate Order</h1>
822           <div class="row">
823           <div class="col-lg-8 col-sm-9 oe_mycart">
824               <table class='table table-striped table-condensed' id="mycart_products" t-if="website_sale_order and website_sale_order.order_line">
825                   <colgroup>
826                       <col width="80"/>
827                       <col/>
828                       <col width="100"/>
829                       <col width="120"/>
830                   </colgroup>
831                   <thead>
832                       <tr>
833                           <th colspan="2">Product</th>
834                           <th>Price</th>
835                           <th>Quantity</th>
836                       </tr>
837                   </thead>
838                   <tbody>
839                       <tr t-foreach="website_sale_order.order_line" t-as="line">
840                           <td colspan="2" t-if="not line.product_id.product_tmpl_id"></td>
841                           <td t-if="line.product_id.product_tmpl_id">
842                               <a t-href="/shop/product/#{ slug(line.product_id.product_tmpl_id) }/">
843                                   <span t-field="line.product_id.image_small"
844                                         t-field-options='{"widget": "image", "class": "img-rounded"}'/>
845                               </a>
846                           </td>
847                           <td t-if="line.product_id.product_tmpl_id">
848                              <strong t-field="line.product_id.name"/>
849                           </td>
850                           <td class="text-center">
851                              <span t-field="line.price_unit" t-field-options='{
852                                  "widget": "monetary",
853                                  "display_currency": "website.pricelist_id.currency_id"
854                              }'/>
855                           </td>
856                           <td>
857                              <div t-esc="line.product_uom_qty"/>
858                           </td>
859                       </tr>
860                   </tbody>
861               </table>
862               <table class='pull-right mb16' id="mycart_total">
863                   <colgroup>
864                       <col width="100"/>
865                       <col width="120"/>
866                   </colgroup>
867                   <thead>
868                       <tr style="border-top: 1px solid #000">
869                           <th><h3>Total:</h3></th>
870                           <th class="text-right"><h3><span t-field="website_sale_order.amount_total" t-field-options='{
871                               "widget": "monetary",
872                               "display_currency": "website.pricelist_id.currency_id"
873                           }'/></h3></th>
874                       </tr>
875                       <tr class="text-muted">
876                           <td>Taxes:</td>
877                           <td class="text-right"><span t-field="website_sale_order.amount_tax" t-field-options='{
878                               "widget": "monetary",
879                               "display_currency": "website.pricelist_id.currency_id"
880                           }'/></td>
881                       </tr>
882                   </thead>
883               </table>
884               <div class="clearfix"/>
885               <div class="oe_structure"/>
886             </div>
887             <div class="col-lg-3 col-lg-offset-1 col-sm-3 text-muted" id="right_column">
888                 <h4>Bill To:</h4>
889                 <div t-field="website_sale_order.partner_invoice_id" t-field-options='{
890                     "widget": "contact",
891                     "fields": ["address", "name", "phone", "email"]
892                     }'/>
893                 <div>
894                   <a href="/shop/checkout"><span class="fa fa-arrow-right"/> Change Address</a>
895                 </div>
896
897                 <h4 class="mt32">Ship To:</h4>
898                 <div t-if="website_sale_order.partner_shipping_id.id != website_sale_order.partner_invoice_id.id" t-field="website_sale_order.partner_shipping_id" t-field-options='{
899                     "widget": "contact",
900                     "fields": ["address", "name", "phone"]
901                     }'/>
902                 <address t-if="website_sale_order.partner_shipping_id.id == website_sale_order.partner_invoice_id.id">Ship to the same address</address>
903                 <div class="mb32">
904                   <a href="/shop/checkout"><span class="fa fa-arrow-right"/> Change Address</a>
905                 </div>
906
907             </div>
908           </div>
909
910           <div class="js_payment mb64" t-if="acquirers" id="payment_method">
911               <h3>Choose your payment method</h3>
912               <div class="col-lg-5 col-sm-6">
913                   <t t-foreach="acquirers or []" t-as="acquirer">
914                       <label t-if="acquirer.button" class="oe_sale_acquirer_logo" style="display: block;">
915                           <input t-att-value="acquirer.id" type="radio" name="acquirer"/>
916                           <img class="media-object" style="width: 60px; display: inline-block;"
917                               t-att-title="acquirer.name"
918                               t-att-src="'/payment_acquirer_%s/static/src/img/%s_icon.png' % (acquirer.name, acquirer.name)"/>
919                       </label>
920                   </t>
921               </div>
922               <div class="col-lg-3 col-sm-3">
923                   <t t-foreach="acquirers or []" t-as="acquirer">
924                       <div t-att-data-id="acquirer.id" t-raw="acquirer.button" class="oe_sale_acquirer_button hidden"/>
925                   </t>
926               </div>
927           </div>
928
929         </div>
930         <div class="oe_structure"/>
931       </div>
932
933   </t>
934 </template>
935
936 <template id="confirmation">
937   <t t-call="website.layout">
938       <t t-set="head">
939           <link rel='stylesheet' href='/website_sale/static/src/css/website_sale.css'/>
940           <script type="text/javascript" src="/website_sale/static/src/js/website_sale_validate.js"></script>
941           <t t-raw="head or ''"/>
942       </t>
943       <t t-set="additional_title">Shop - Confirmed</t>
944       <div id="wrap">
945         <div class="container oe_website_sale">
946
947           <ul class="wizard pull-right">
948               <li class="text-muted">Review Order<span class="chevron"></span></li>
949               <li class="text-muted">Shipping &amp; Billing<span class="chevron"></span></li>
950               <li class="text-muted">Payment<span class="chevron"></span></li>
951               <li class="text-primary">Confirmation<span class="chevron"></span></li>
952           </ul>
953           <h1 class="mb32">Order Confirmed</h1>
954           <div class="row">
955               <div class="col-md-8 oe_mycart">
956                   <h2>Thank you for your order.</h2>
957                   <div class="oe_website_sale_tx_status" t-att-data-order-id="order.id">
958                   </div>
959                   <div class="clearfix"/>
960                   <div class="oe_structure"/>
961               </div>
962               <div class="col-md-3 col-md-offset-1 text-muted" id="right_column">
963                   <h4>Bill To:</h4>
964                   <div t-field="order.partner_invoice_id"/>
965
966                   <h4 class="mt32">Ship To:</h4>
967                   <div t-field="order.partner_shipping_id"/>
968
969                   <h4 class="mt32">Amount:</h4>
970                   <!--<div t-field="order.amount_total" t-field-options='{
971                       "widget": "monetary",
972                       "display_currency": "website.pricelist_id.currency_id"
973                   }'/> -->
974               </div>
975           </div>
976
977         </div>
978         <div class="oe_structure"/>
979       </div>
980
981   </t>
982 </template>
983
984 <template id="total">
985 <span t-field="website_sale_order.amount_total" t-field-options='{
986     "widget": "monetary",
987     "display_currency": "website.pricelist_id.currency_id"
988   }'/>
989 </template>
990 </data>
991 </openerp>