External Button Name Change
-
Hello,
My customer is going have two buttons on the product page. Request more information and another one called “Order form”Example test website:
https://sandboxmg.info/dj/product/demo-test/
I am purchased the Jigoshop redirect button and was able to change that to request more information. That’s ok..
I have the product set to External link and I would like to change “Buy product” to “Order form”
I looked at the jigoshop_template_functions.php
Try to change:id, ‘external_url’, true)).'” class=”button” rel=”nofollow”>’.__(‘Buy product’, ‘jigoshop’).’‘;
TO this:
id, ‘external_url’, true)).'” class=”button” rel=”nofollow”>’.__(‘Order form’, ‘jigoshop’).’‘;
But it’s not making changes. Is there another template that I need to make this change? Please help..
Thanks.
- The topic ‘External Button Name Change’ is closed to new replies.