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.
24 lines
953 B
24 lines
953 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Templates for the bestseller products.-->
|
|
<template id="best_seller_template" name="Best Sellers Carousel">
|
|
<section class="best_seller_section">
|
|
<div class="container">
|
|
<div class="alert alert-info">
|
|
<h4>Your Best Seller Tab snippet will be displayed
|
|
here...
|
|
Please save to view the snippet
|
|
</h4>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
|
|
<template id="best_seller_highlight_snippet" inherit_id="website.snippets"
|
|
name="Best Seller Highlight Snippet">
|
|
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
|
|
<t t-snippet="theme_og_store.best_seller_template"
|
|
t-thumbnail="/theme_og_store/static/src/images/snippets/banner.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|