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.
49 lines
2.3 KiB
49 lines
2.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
|
|
<template id="shop_button_banner" inherit_id="website.snippets"
|
|
name="Shop Button">
|
|
<!-- The template represents a shop button banner component for the -->
|
|
<!-- website. It includes a shop button that is visually highlighted-->
|
|
<!-- and encourages users to explore and visit the shop section of the website.-->
|
|
<xpath expr="//snippets[@id='snippet_content']" position="inside">
|
|
<t t-snippet="theme_watchhut.shop_button"
|
|
t-thumbnail="/theme_watchhut/static/src/images/snippets/shop_button.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<!--Template for snippet shop button-->
|
|
<template id="shop_button" name="Shop Button">
|
|
<!-- The "Shop Button" template represents a section on the website -->
|
|
<!-- that promotes a specific collection made from vegan leather.-->
|
|
<!-- It provides a brief description of the collection's features -->
|
|
<!-- and sustainability, along with a prominent "Shop Now" button -->
|
|
<!-- that directs users to the shop section for purchasing the products.-->
|
|
<!-- Section shop-button starts here -->
|
|
<section class="shop_button">
|
|
<div class="container">
|
|
<div class="wrapper">
|
|
<div class="row">
|
|
<div class="col-8 m-auto">
|
|
<p>
|
|
Crafted from our exclusive “vegan” leather,
|
|
this cruelty-free collection is both chic
|
|
and sustainable.
|
|
Available in very limited quantities from
|
|
select
|
|
<br/>
|
|
stockists.
|
|
</p>
|
|
<div class="shop_b">
|
|
<a href="/shop" class="btn btn-shop">Shop
|
|
Now
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Section shop-button starts here -->
|
|
</template>
|
|
</odoo>
|
|
|