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.
 
 
 
 
 

28 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="index_popular_product" inherit_id="website.snippets"
name="Index_Popular_Products">
<xpath expr="//snippets[@id='snippet_groups']"
position="inside">
<t t-snippet="theme_diva.diva_popular_product"
t-thumbnail="/theme_diva/static/src/images/snippets/index-2/popular_products.jpg"/>
</xpath>
</template>
<template id="diva_popular_product" name="Index PopularProduct">
<!-- Popular products section-->
<section class="diva_popular_product">
<div class="wrapper">
<div class="half_bg color_bg" id="theme1">
</div>
<div class="heading">
<h3 class="main">Popular product</h3>
</div>
<div class="container icon">
<div id="owl-theme2" class=" owl-carousel owl-theme">
<!-- Products will be inserted here by JS -->
</div>
</div>
</div>
</section>
</template>
</odoo>