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.
 
 
 
 
 

37 lines
1.7 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--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>