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.
29 lines
1.8 KiB
29 lines
1.8 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Theme Eco Refine snippets inherits -->
|
|
<template id="theme_eco_refine_snippets" inherit_id="website.snippets" name="Theme Eco Refine snippets">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
|
|
<t t-snippet="theme_eco_refine.collections"
|
|
t-thumbnail="/theme_eco_refine/static/src/img/snippets/Our-collection.jpg"/>
|
|
<t t-snippet="theme_eco_refine.homepage_carousel"
|
|
t-thumbnail="/theme_eco_refine/static/src/img/snippets/Refurbished-Carousel.jpg"/>
|
|
<t t-snippet="theme_eco_refine.home_signup_snippet"
|
|
t-thumbnail="/theme_eco_refine/static/src/img/snippets/Sign-up-snippet.jpg"/>
|
|
<t t-snippet="theme_eco_refine.signup_and_buy_now_snippet"
|
|
t-thumbnail="/theme_eco_refine/static/src/img/snippets/Sign_up_and_Buy.jpg"/>
|
|
<t t-snippet="theme_eco_refine.customer_responce"
|
|
t-thumbnail="/theme_eco_refine/static/src/img/snippets/Customer-Response.jpg"/>
|
|
<t t-snippet="theme_eco_refine.questions_accordian"
|
|
t-thumbnail="/theme_eco_refine/static/src/img/snippets/FAQ.jpg"/>
|
|
</xpath>
|
|
<xpath expr="//div[@id='snippet_effect']//t[@t-snippet][last()]"
|
|
position="after">
|
|
<t t-snippet="theme_eco_refine.products_category_wise"
|
|
t-thumbnail="/theme_eco_refine/static/src/img/snippets/Best-Seller.jpg"/>
|
|
<t t-snippet="theme_eco_refine.products_new_arrival_template"
|
|
t-thumbnail="/theme_eco_refine/static/src/img/snippets/New-Arrival.jpg"/>
|
|
<t t-snippet="theme_eco_refine.top_rated_products_template"
|
|
t-thumbnail="/theme_eco_refine/static/src/img/snippets/Top-Rated-Product.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|