Contact Us For Price - Should Have A Link

Hi there,

As the image shows, in the product page, ' Contact us for price' should link to Contact us page or a popup for a contact us form?

But nothing, can anyone tell me how to make it right.

product detail page contact us.png

you can use hooks in the following template

design/themes/responsive/templates/common/product_data.tpl

search by "contact_us_for_price"

you can use hooks in the following template

design/themes/responsive/templates/common/product_data.tpl

search by "contact_us_for_price"

Thank you but can you give me the code as well.

Try to replace

{__("contact_us_for_price")}

with

{__("contact_us_for_price")}

where 123 - page ID of the Contact us page. You can find it in the admin panel

The clear cache

(!) Not tested

Try to replace

{__("contact_us_for_price")}

with

{__("contact_us_for_price")}

where 123 - page ID of the Contact us page. You can find it in the admin panel

The clear cache

(!) Not tested

I followed the guide and with the provided code, change the '123' to the page ID. But seem not working.

Any idea?

Do you see link on the label now? Have you cleared cache? Try to delete the var/cache directory manually

Do you see link on the label now? Have you cleared cache? Try to delete the var/cache directory manually

Hi, thank you for correcting me. It works now. :grin: