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.
15 lines
780 B
15 lines
780 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Inherit the website.snippets template to add a new snippet for top deal products -->
|
|
<template id="theme_shopping_dynamic" inherit_id="website.snippets"
|
|
name="Theme Shopping snippets">
|
|
<xpath expr="//snippets[@id='snippet_content']"
|
|
position="inside">
|
|
<!-- Best product Carousel-->
|
|
<t t-snippet="theme_shopping.best_deal_product_carousel"
|
|
t-thumbnail="/theme_shopping/static/src/images/snippet_icons/Refurbished-Carousel.jpg"/>
|
|
<t t-snippet="theme_shopping.winter_collection"
|
|
t-thumbnail="/theme_shopping/static/src/images/snippet_icons/best-product-carousel.png"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|