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.
 
 
 
 
 

46 lines
2.5 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="subscription_snippet" inherit_id="website.snippets"
name="Subscription Snippet">
<!-- Inherit "website.snippets" to add the 'Testimonial' section of the theme_shopping -->
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_shopping.subscription_template"
t-thumbnail="/theme_shopping/static/src/images/snippet_icons/Sign-up-snippet.jpg"/>
</xpath>
</template>
<template id="subscription_template" name="Subscription">
<section class="container py-md-5 subscription_template">
<div class="row">
<div class="st-newsletter__container">
<h3 class="st-newsletter__header">SUBSCRIBE TO OUR NEWSLETTER</h3>
<p class="st-newsletter_subline">Get the latest discount,offers, special promo code and much
more by
subscribing to our newsletter
</p>
<div class="st-newsletter_input-box s_newsletter_subscribe_form" data-vxml="001"
data-list-id="0"
data-name="Newsletter Form">
<div class="input-group">
<input class="st-newsletter_input form-control"
type="email" name="email"
placeholder="Enter your email"/>
<div class="input-group-append">
<a role="button" href="#"
class="input-group-text btn st-newsletter_subscribe--btn js_subscribe_btn o_submit">
SUBSCRIBE
<i
class="fa fa-arrow-right" style="margin-left: 5px;"/>
</a>
<a role="button" href="#"
class="input-group-text btn js_subscribed_btn d-none o_submit"
disabled="disabled">Thanks
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>