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.
 
 
 
 
 

46 lines
1.9 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="index2_featured_product" inherit_id="website.snippets"
name="Index2_Featured_Products">
<xpath expr="//snippets[@id='snippet_content']"
position="inside">
<t t-snippet="theme_diva.diva_index2_features"
t-thumbnail="/theme_diva/static/src/images/snippets/index-2/featured_products.jpg"/>
</xpath>
</template>
<template id="theme_diva.diva_index2_features" name="Index2 Featured Product">
<section class="featured_2">
<div class="container">
<div class="alert alert-info">
<h4>Index 2 Featured Products section will appear here after saving the page</h4>
</div>
</div>
</section>
<!-- Featured-2 section ends here -->
</template>
<template id="index2_shipping_product" inherit_id="website.snippets"
name="Index2_Shipping_Products">
<xpath expr="//snippets[@id='snippet_content']"
position="inside">
<t t-snippet="theme_diva.diva_index2_shipping"
t-thumbnail="/theme_diva/static/src/images/snippets/index-2/shipping_banner.jpg"/>
</xpath>
</template>
<template id="diva_index2_shipping" name="Index2 Shipping Product Snippet">
<!-- Shipping product section starts here -->
<section class="shipping2 bg">
<div class="container">
<div class="wrapper">
<div class="content">
<p class="bg_delay">Find Your Beauty Match</p>
<h3 class="color_bg">Free Shipping World Wide</h3>
<a href="/shop" class="btn btn-primary" id="change">Shop
Now
</a>
</div>
</div>
</div>
</section>
</template>
</odoo>