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.
41 lines
1.8 KiB
41 lines
1.8 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="index2_featured_product" inherit_id="website.snippets"
|
|
name="Index2_Featured_Products">
|
|
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
|
|
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="diva_index2_features" name="Index2 Featured Product">
|
|
<section class="featured_2">
|
|
</section>
|
|
<!-- Featured-2 section ends here -->
|
|
</template>
|
|
<template id="index2_shipping_product" inherit_id="website.snippets"
|
|
name="Index2_Shipping_Products">
|
|
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
|
|
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" style="padding-top:460px;">
|
|
<p class="bg_delay">Find Your Beauty Match</p>
|
|
<h3 class="color_bg">Free Shipping World Wide</h3>
|
|
<a href="#" class="btn btn-primary" id="change">Shop
|
|
Now
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Shipping product ends starts here -->
|
|
</template>
|
|
</odoo>
|
|
|