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.
28 lines
1.2 KiB
28 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="offer_product" name="Product Offer">
|
|
<section class="offer_section">
|
|
<div class="container">
|
|
<div class="offer_bg"
|
|
t-att-style="'background-image: url(/theme_voltro/static/src/images/offer/offer_bg.png)'">
|
|
<div class="content">
|
|
<p class="p_top">Are you a gamer</p>
|
|
<h4>Ultrawide High-Refresh Monitor</h4>
|
|
<p class="p_bottom">34" Curved Monitor | 3K 165Hz
|
|
Display | Stereo SoundBar
|
|
</p>
|
|
<a href="/shop" class="btn btn-primary">SHOP NOW</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<template id="offer_snippet_thumbnail" inherit_id="website.snippets" priority="8">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_voltro.offer_product"
|
|
t-thumbnail="/theme_voltro/static/src/images/banner/about-banner.png"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|