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.
 
 
 
 
 

73 lines
2.5 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Templates for the offer highlight snippet.-->
<template id="offer_highlight" name="Offer Highlight">
<section class="offer">
<div class="wrapper">
<div class="offer_wrapper">
<img src="theme_og_store/static/src/img/offer/offer1 (1).png"
alt=""/>
<div class="sale_tag">Sale</div>
<div class="new_tag">New</div>
<div class="off">
20%
<br/>
offer
</div>
</div>
<div class="offer_wrapper">
<img src="theme_og_store/static/src/img/offer/offer1 (2).png"
alt=""/>
<div class="new_tag">New</div>
<div class="off">
20%
<br/>
offer
</div>
</div>
<div class="offer_wrapper">
<img src="theme_og_store/static/src/img/offer/offer1 (2).png"
alt=""/>
<div class="off">
20%
<br/>
offer
</div>
</div>
<div class="offer_wrapper">
<img src="theme_og_store/static/src/img/offer/offer1 (3).png"
alt=""/>
<div class="off">
20%
<br/>
offer
</div>
</div>
<div class="offer_wrapper">
<img src="theme_og_store/static/src/img/offer/offer1 (4).png"
alt=""/>
<div class="sale_tag">Sale</div>
<div class="off">
20%
<br/>
offer
</div>
</div>
</div>
</section>
</template>
<template id="offer_highlight_snippet"
inherit_id="website.snippets"
name="Exclusive Category Highlight Snippet">
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
<t t-snippet="theme_og_store.offer_highlight"
t-thumbnail="/theme_og_store/static/src/images/snippets/banner.jpg"/>
</xpath>
</template>
</odoo>