Impulse theme. Add a "Order on Whatsapp" button using Custom HTML not working

Hi,

I am using impulse theme and on the product page, I want a button below “add to cart” that would say “Order on Whatsapp”. On click of the button, I want the user to be directed to whatsapp for a chat with our team. I have added a custom HTML section in the product page which is not working. Can someone help me troubleshoot on what I am doing wrong in this:

Order on WhatsApp

(https://google.com will be replaced by the whatsapp link later).

The issue is that button is not clickable at all right now. I have uploaded a screenshot of expected look on https://cdn.shopify.com/s/files/1/0122/5506/8260/files/29i.png?v=1704938539

Looking forward to some help.

Thanks,

Priyanka

1 Like

Try this

[Order on WhatsApp](https://google.com)

or this one


1 Like

Hi @itspriyanka ,

Please add below codes at the end of theme.liquid just above

Note: Replace ##YOUR CONTACT NUMBER HERE## with your contact number.

{% if product %}

{% endif %}

Thank you @Guleria . This worked!

@theycallmemakka I am looking for a button only on the product page. I managed to do it with @Guleria 's code. Thanks for trying.