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.
38 lines
1.3 KiB
38 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Services snippet -->
|
|
<template id="fasion_services" inherit_id="website.snippets" name="Services Snippet">
|
|
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
|
|
<t t-snippet="theme_fasion.services_snippet"
|
|
t-thumbnail="theme_fasion/static/src/img/snippets/services.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="services_snippet" name="Services Snippet">
|
|
<section class="service">
|
|
<section>
|
|
<div class="service_type1">
|
|
<span class="fa fa-refresh"></span>
|
|
<h4 class="slide-in-top">30 Days Replacement</h4>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="service_type2">
|
|
<span class="fa fa-truck"></span>
|
|
<h4>Free Shipping</h4>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="service_type1">
|
|
<span class="fa fa-gift"></span>
|
|
<h4>Gift Cards</h4>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="service_type2">
|
|
<span class="fa fa-lock"></span>
|
|
<h4>Secure Payment</h4>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|