You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

80 lines
4.1 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<!--Deal week template-->
<templates xml:space="preserve">
<t t-name="theme_boec.deal_week">
<div class="list-group" id="list-tab" role="tablist">
<section class="deal">
<div class="wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 col-12">
<div class="first">
<div class="box"/>
<div class="one">
Clothing hot
</div>
<div class="two">
Glass Collection
</div>
<div class="three_deal">
Accessories
</div>
</div>
</div>
<t t-if="product_id['id']">
<div class="col-lg-5 col-12">
<div class="deal_product">
<div class="tag">
<p class="nn">Sale of</p>
<div class="price">
<span t-attf-class="cross text-danger mr-2"
t-esc="product_id['symbol']"/>
<span t-attf-class="cross text-danger mr-2"
t-esc="product_id['lst_price']"/>
</div>
</div>
<div>
<img t-attf-src="/web/image/product.product//{{product_id['id']}}/image_1920"
class="cy-profile__image"
alt="Card image cap"/>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="counter">
<div class="left">
<div class="wrappers">
<div class="deals">
Deal of the week
</div>
<span class="bt">Who are
in
extremely love with
Eco
friendly system.
</span>
<p id="countdown"/>
</div>
<a t-attf-href="/shop/product/{{product_id['product_tmpl_id']}}"
class="btn btn-shop">
SHOP NOW
</a>
</div>
</div>
</div>
</t>
<t t-else="">
<div>
<h4>Please add Deal of the Week
Product in
the Boec Configuration
</h4>
</div>
</t>
</div>
</div>
</div>
</section>
</div>
</t>
</templates>