[IMP] website: change CTA based on website main objective

If user selects 'schedule appointments' as main objective in the configurator
and if the website_calendar module is installed then the Call To Action of
snippets s_banner, s_cover and s_call_to_action is changed to 'Schedule an
appointment' and redirect user to '/calendar' on click.

task-2518565

closes odoo/design-themes#5

Related: odoo/odoo#71162
Related: odoo/enterprise#18690
Signed-off-by: Jérémy Kersten (jke) <jke@openerp.com>
This commit is contained in:
Sébastien Mottet (oms)
2021-05-26 14:36:32 +00:00
parent 34d61b2815
commit 20cca57c52
15 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
</xpath> </xpath>
<!-- Button --> <!-- Button -->
<xpath expr="//a" position="replace"> <xpath expr="//a" position="replace">
<a href="/contactus" class="btn btn-primary btn-lg mb-2">Discover</a> <a t-att-href="cta_btn_href" class="btn btn-primary btn-lg mb-2"><t t-esc="cta_btn_text">Discover</t></a>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>
+1 -1
View File
@@ -18,7 +18,7 @@
</xpath> </xpath>
<!-- Button --> <!-- Button -->
<xpath expr="//a[hasclass('btn')]" position="replace"> <xpath expr="//a[hasclass('btn')]" position="replace">
<a href="#" class="btn btn-lg btn-primary rounded-circle mb-2">Menu</a> <a t-att-href="cta_btn_href" class="btn btn-lg btn-primary rounded-circle mb-2"><t t-esc="cta_btn_text">Menu</t></a>
</xpath> </xpath>
<!-- Scroll Down button --> <!-- Scroll Down button -->
<xpath expr="//div[hasclass('container')]" position="after"> <xpath expr="//div[hasclass('container')]" position="after">
@@ -15,7 +15,7 @@
<xpath expr="//div[hasclass('col-lg-3')]" position="replace"> <xpath expr="//div[hasclass('col-lg-3')]" position="replace">
<div class="col-lg-12 pt8"> <div class="col-lg-12 pt8">
<p style="text-align: center;"> <p style="text-align: center;">
<a href="/contactus" class="btn btn-secondary btn-lg mb-2">Browse collection</a> <a t-att-href="cta_btn_href" class="btn btn-secondary btn-lg mb-2"><t t-esc="cta_btn_text">Browse collection</t></a>
</p> </p>
</div> </div>
</xpath> </xpath>
+4 -4
View File
@@ -36,8 +36,8 @@
<xpath expr="//a" position="before"> <xpath expr="//a" position="before">
<br/> <br/>
</xpath> </xpath>
<xpath expr="//a" position="replace"> <xpath expr="//t[@t-esc='cta_btn_text']" position="replace">
<a href="#" class="btn btn-primary mb-2">Start now</a> <t t-esc="cta_btn_text">Start now</t>
</xpath> </xpath>
</template> </template>
@@ -168,8 +168,8 @@
<!-- ==== Call To Action ===== --> <!-- ==== Call To Action ===== -->
<template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Cobalt s_call_to_action"> <template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Cobalt s_call_to_action">
<xpath expr="//a" position="replace"> <xpath expr="//t[@t-esc='cta_btn_text']" position="replace">
<a href="/contactus" class="btn btn-primary btn-lg mb-2">START NOW</a> <t t-esc="cta_btn_text.upper()">START NOW</t>
</xpath> </xpath>
</template> </template>
+2 -2
View File
@@ -22,8 +22,8 @@
<p class="lead">We are a contemporary architecture firm working mainly in the residential, commercial and office sectors. Our projects are built all over the world, in urban and natural environments.</p> <p class="lead">We are a contemporary architecture firm working mainly in the residential, commercial and office sectors. Our projects are built all over the world, in urban and natural environments.</p>
</xpath> </xpath>
<!-- Button --> <!-- Button -->
<xpath expr="//a" position="replace"> <xpath expr="//t[@t-esc='cta_btn_text']" position="replace">
<a href="#" class="btn btn-primary mb-2">Discover more</a> <t t-esc="cta_btn_text">Discover More</t>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>
+1 -1
View File
@@ -25,7 +25,7 @@
Our mission is to give customers the best experience.<br/>Extensive documentation &amp; guides, an active community,<br/>24/7 support make it a pleasure to work with us. Our mission is to give customers the best experience.<br/>Extensive documentation &amp; guides, an active community,<br/>24/7 support make it a pleasure to work with us.
</p> </p>
<p style="text-align: right"> <p style="text-align: right">
<a href="/contactus" class="btn btn-primary btn-lg mb-2 o_default_snippet_text">Contact us</a> <a t-att-href="cta_btn_href" class="btn btn-primary btn-lg mb-2 o_default_snippet_text"><t t-esc="cta_btn_text">Contact us</t></a>
</p> </p>
</div> </div>
</div> </div>
+1 -1
View File
@@ -14,7 +14,7 @@
</h1> </h1>
<p class="lead">Speed up your work with the last laptop. 3.4Ghz, 8 cores.<br/> <p class="lead">Speed up your work with the last laptop. 3.4Ghz, 8 cores.<br/>
Youll be unstoppable all day long (up to 11 hours).</p> Youll be unstoppable all day long (up to 11 hours).</p>
<p><a href="/contactus" class="btn btn-primary mb-2">Discover</a></p> <p><a t-att-href="cta_btn_href" class="btn btn-primary mb-2"><t t-esc="cta_btn_text">Discover</t></a></p>
</div> </div>
</xpath> </xpath>
<!-- Shape --> <!-- Shape -->
+1 -1
View File
@@ -16,7 +16,7 @@
<p><br/></p> <p><br/></p>
<p class="lead">Because your children deserve the best, we welcome children from 0 to 3 years in a warm and specific environment for the needs of small children</p> <p class="lead">Because your children deserve the best, we welcome children from 0 to 3 years in a warm and specific environment for the needs of small children</p>
<p><br/></p> <p><br/></p>
<a href="#" class="btn btn-primary mb-2">About us</a> <a t-att-href="cta_btn_href" class="btn btn-primary mb-2"><t t-esc="cta_btn_text">About us</t></a>
</div> </div>
</xpath> </xpath>
</template> </template>
+1 -1
View File
@@ -18,7 +18,7 @@
</xpath> </xpath>
<!-- Button --> <!-- Button -->
<xpath expr="//a" position="replace"> <xpath expr="//a" position="replace">
<a href="/contactus" class="btn btn-primary btn-lg mb-2">Discover More</a> <a t-att-href="cta_btn_href" class="btn btn-primary btn-lg mb-2"><t t-esc="cta_btn_text">Discover More</t></a>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>
@@ -22,8 +22,8 @@
<p class="lead">Guided by expertise gained over 20 years of achieving success for clients, we practice with passion and strategic focus on the future.</p> <p class="lead">Guided by expertise gained over 20 years of achieving success for clients, we practice with passion and strategic focus on the future.</p>
</xpath> </xpath>
<!-- Button --> <!-- Button -->
<xpath expr="//a" position="replace"> <xpath expr="//t[@t-esc='cta_btn_text']" position="replace">
<a href="#" class="btn btn-primary mb-2">Discover more</a> <t t-esc="cta_btn_text">Discover More</t>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>
+3 -1
View File
@@ -48,9 +48,11 @@
<xpath expr="//p" position="replace"> <xpath expr="//p" position="replace">
<p class="text-o-color-3">&#160;</p> <p class="text-o-color-3">&#160;</p>
</xpath> </xpath>
<xpath expr="//p[2]" position="replace"> <xpath expr="//p[2]" position="replace">
<p class="text-o-color-3"> <p class="text-o-color-3">
<a href="#" class="btn btn-lg btn-primary mb-2">START NOW</a>&#160;&#160;&#160;&#160;<a href="#" class="btn btn-lg btn-secondary mb-2">SCHEDULE A DEMO</a> <a href="#" class="btn btn-lg btn-primary mb-2">START NOW</a>&#160;&#160;&#160;&#160;
<a t-att-href="cta_btn_href" class="btn btn-lg btn-secondary mb-2"><t t-esc="cta_btn_text.upper()">SCHEDULE A DEMO</t></a>
</p> </p>
</xpath> </xpath>
@@ -21,8 +21,8 @@
<p class="lead">We are specialist in the sale and rental of residential real estate.</p> <p class="lead">We are specialist in the sale and rental of residential real estate.</p>
</xpath> </xpath>
<!-- Button --> <!-- Button -->
<xpath expr="//a" position="replace"> <xpath expr="//t[@t-esc='cta_btn_text']" position="replace">
<a href="#" class="btn btn-primary mb-2">Properties</a> <t t-esc="cta_btn_text">Properties</t>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>
+1 -1
View File
@@ -18,7 +18,7 @@
</xpath> </xpath>
<!-- Button --> <!-- Button -->
<xpath expr="//a" position="replace"> <xpath expr="//a" position="replace">
<a href="/contactus" class="btn btn-primary btn-lg mb-2">Get involved</a> <a t-att-href="cta_btn_href" class="btn btn-primary btn-lg mb-2"><t t-esc="cta_btn_text">Get involved</t></a>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>
+1 -1
View File
@@ -10,7 +10,7 @@
<font style="font-size: 62px;font-weight: bold;">Start the Engine</font> <font style="font-size: 62px;font-weight: bold;">Start the Engine</font>
</xpath> </xpath>
<xpath expr="//a[hasclass('btn')]" position="replace"> <xpath expr="//a[hasclass('btn')]" position="replace">
<a href="/contactus" class="btn btn-primary btn-lg mb-2">START THE ENGINE</a> <a t-att-href="cta_btn_href" class="btn btn-primary btn-lg mb-2"><t t-esc="cta_btn_text.upper()">START THE ENGINE</t></a>
</xpath> </xpath>
</template> </template>
+2 -2
View File
@@ -18,8 +18,8 @@
<p class="lead">Software Innovation as its best.<br/> Harness the power of disruptive technologies to increase your day-to-day business operations.</p> <p class="lead">Software Innovation as its best.<br/> Harness the power of disruptive technologies to increase your day-to-day business operations.</p>
</xpath> </xpath>
<!-- Button --> <!-- Button -->
<xpath expr="//a" position="replace"> <xpath expr="//t[@t-esc='cta_btn_text']" position="replace">
<a href="#" class="btn btn-primary mb-2">Our Solutions</a> <t t-esc="cta_btn_text">Our Solutions</t>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>