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.
 
 
 
 
 

22 lines
795 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template for discount snippet -->
<template id="s_discount" name="Discounts">
<section class="body_section">
<section class="discount">
<div class="dicount_content1">
<h4>Free Shipping &amp; 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>