Hi,I wanna have this whats app button only on My product pages.. How I can put this condition please?
website: www.aiciavem.ro
Hi,I wanna have this whats app button only on My product pages.. How I can put this condition please?
website: www.aiciavem.ro
Hello @sao
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can embed your WhatsApp button code within this conditional statement to ensure it only functions on your HomePage.
{% if template == "index" %}
// Your code
{% endif %}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly
I only make it function on product page
I wanna make it appear only on product pages
Hello @sao
I’m so sorry for the confusion. Could you please try my code below to see if it displays on the product pages?
{% if template contains "product" %}
// Your code
{% endif %}
Thanks a lot Amelia!
I was pretty close, instead of “ contains “ I ve placed “ === “ so it wasnt working ..Thanks