|
|
@ -3,7 +3,7 @@ |
|
|
|
<template id="ChatToCompany" name="Chat With Company" |
|
|
|
inherit_id="website.footer_custom"> |
|
|
|
<xpath expr="//div[hasclass('s_share')]" position="inside"> |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}" |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}&text=" |
|
|
|
class="cy_whatsapp_web" target="_blank"> |
|
|
|
<i class="fa fa-whatsapp cy-icon"/> |
|
|
|
</a> |
|
|
@ -13,7 +13,7 @@ |
|
|
|
<template id="ChatToCompany_1" name="Chat With Company" |
|
|
|
inherit_id="website.template_footer_descriptive"> |
|
|
|
<xpath expr="//div[hasclass('s_share')]" position="inside"> |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}" |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}&text=" |
|
|
|
class="cy_whatsapp_web" target="_blank"> |
|
|
|
<i class="fa fa-whatsapp cy-icon"/> |
|
|
|
</a> |
|
|
@ -23,7 +23,7 @@ |
|
|
|
<template id="ChatToCompany_2" name="Chat With Company" |
|
|
|
inherit_id="website.template_footer_centered"> |
|
|
|
<xpath expr="//div[hasclass('s_share')]" position="inside"> |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}" |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}&text=" |
|
|
|
class="cy_whatsapp_web" target="_blank"> |
|
|
|
<i class="fa fa-whatsapp cy-icon"/> |
|
|
|
</a> |
|
|
@ -33,7 +33,7 @@ |
|
|
|
<template id="ChatToCompany_7" name="Chat With Company" |
|
|
|
inherit_id="website.template_footer_links"> |
|
|
|
<xpath expr="//section[hasclass('s_text_block')]" position="inside"> |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}" |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}&text=" |
|
|
|
class="cy_whatsapp_web" target="_blank"> |
|
|
|
<i class="fa fa-whatsapp cy-icon"/> |
|
|
|
</a> |
|
|
@ -43,7 +43,7 @@ |
|
|
|
<template id="ChatToCompany_3" name="Chat With Company" |
|
|
|
inherit_id="website.template_footer_minimalist"> |
|
|
|
<xpath expr="//div[hasclass('s_share')]" position="inside"> |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}" |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}&text=" |
|
|
|
class="cy_whatsapp_web" target="_blank"> |
|
|
|
<i class="fa fa-whatsapp cy-icon"/> |
|
|
|
</a> |
|
|
@ -53,7 +53,7 @@ |
|
|
|
<template id="ChatToCompany_4" name="Chat With Company" |
|
|
|
inherit_id="website.template_footer_contact"> |
|
|
|
<xpath expr="//div[hasclass('s_share')]" position="inside"> |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}" |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}&text=" |
|
|
|
class="cy_whatsapp_web" target="_blank"> |
|
|
|
<i class="fa fa-whatsapp cy-icon"/> |
|
|
|
</a> |
|
|
@ -63,7 +63,7 @@ |
|
|
|
<template id="ChatToCompany_5" name="Chat With Company" |
|
|
|
inherit_id="website.template_footer_call_to_action"> |
|
|
|
<xpath expr="//section[hasclass('s_text_block')]" position="inside"> |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}" |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}&text=" |
|
|
|
class="cy_whatsapp_web" target="_blank"> |
|
|
|
<i class="fa fa-whatsapp cy-icon"/> |
|
|
|
</a> |
|
|
@ -73,7 +73,7 @@ |
|
|
|
<template id="ChatToCompany_6" name="Chat With Company" |
|
|
|
inherit_id="website.template_footer_headline"> |
|
|
|
<xpath expr="//div[hasclass('s_share')]" position="inside"> |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}" |
|
|
|
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}&text=" |
|
|
|
class="cy_whatsapp_web" target="_blank"> |
|
|
|
<i class="fa fa-whatsapp cy-icon"/> |
|
|
|
</a> |
|
|
|