Hello. Is there a module for call for price that functions like this one http://www.zen-cart.com/index.php?ma...roducts_id=206
Instead of just a plain text saying "contact for price", i want it to be a link.
Thanks
Hello. Is there a module for call for price that functions like this one http://www.zen-cart.com/index.php?ma...roducts_id=206
Instead of just a plain text saying "contact for price", i want it to be a link.
Thanks
Hello.Hope I land on the right forum. Is there a module for call for price that functions like this one http://www.zen-cart.com/index.php?ma...roducts_id=206
Instead of just a plain text saying "contact for price", i want it to be a link.
I think there is a link for call for price. As far as I could remember, before, when I mark a product as call for price, there are two call for price showing. The blue "call for price" text is a hyperlink. I leads me to a Contact Us page(cant remember that much).Here is the screenshot
Unfortunately I cant remember which file I modified and worse is dont know if I commented out the code for that or I deleted it.
Kindly help me out on this please.
Thanks
admin Tools Developers Toolkit and search for the words you want to find
~~~~~~~~~~~~~~~~~~~~~~~~~~
Play with it long enough and you will break it.
Thanks for that quick reply. I already did that, found the defines in includes/languages/english.php. It only shows the text. I want it to be a link and direct it to a contact page(just like the ask us about this product, when you go to product info, click the ask us about this item button, it leads you to a contact page). I remember having that before, I just dont remember which file i modified it and HOW did I modify it, wondering if I commented it out or deleted it. My bad I didnt provide documentations before.
~~~~~~~~~~~~~~~~~~~~~~~~~~
Play with it long enough and you will break it.
I tried this on english.php
define('PRODUCTS_PRICE_IS_CALL_FOR_PRICE_TEXT','<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">Contact for Price</a>');
but it leads me to a blank page. Is it possible to create a module similar to ask us module?