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.
27 lines
1.1 KiB
27 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="discount_banner" inherit_id="website.snippets" name="Discount banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
|
|
<t t-snippet="theme_xtream.discount" t-thumbnail="/theme_xtream/static/src/img/snippets/discount.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="discount" name="Discount">
|
|
<section class="body_section">
|
|
<section class="discount">
|
|
<div class="dicount_content1">
|
|
<h4>Free Shipping & Returns</h4>
|
|
<a href="/shop">Buy now</a>
|
|
</div>
|
|
<div class="dicount_content2">
|
|
<h4>20% Discount for all dresses</h4>
|
|
<p>USE CODE: Cybro</p>
|
|
</div>
|
|
<div class="dicount_content3">
|
|
<h4>20% Discount for dresses</h4>
|
|
<p>USE CODE: Cybro</p>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</template>
|
|
</odoo>
|