How can I redirect contact information policy link to contact us page?

How can I redirect contact information policy link to contact us page?

Jayboogie23
Excursionist
18 0 6

How can I redirect contact information policy link to contact us page?

 

Also, how can i change the title of contact information to just contact

Replies 3 (3)

comercioservice
Shopify Partner
291 37 36

@Jayboogie23 , you can try with js

if (window.location.href.indexOf('/policies/contact-information') !== -1) { window.location.href = '/pages/contact';  // Redirect to Contact Us page }

Hope its works for you

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
Jayboogie23
Excursionist
18 0 6

Hi, 

 

Thanks. But can you share instructions of where I add that code?

comercioservice
Shopify Partner
291 37 36

@Jayboogie23,  which theme you are using i dont know, i can not help you without this 


I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!