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.
32 lines
1.5 KiB
32 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<data>
|
|
<template id="shop_button_banner" inherit_id="website.snippets" name="Shop Button banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
|
|
<t t-snippet="theme_watchhut.shop_button" t-thumbnail="/theme_watchhut/static/src/images/snippets/shop_button.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="shop_button" name="Shop Button">
|
|
<!-- 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>
|
|
</data>
|
|
</odoo>
|