On the single product page :How should you change "related products" phrase to something custom?
Thx
On the single product page :How should you change "related products" phrase to something custom?
Thx
Hi O5,
You'll need to open up and modify the related.php file in the WooCommerce plugin folder. Its located in woocommerce>templates>single-product>related.php.
On line 12, you can edit the 'Related Products' to what you would like.
This isn't working for me
Hi,
In your theme folder(Propulsion). Kindly open config-woocommerce > config.php:
Search for: echo avia_flag(__('Related Products', 'avia_framework')); (this is located in line 541)
Replace 'Related Products' to your custom phrase. Hope this helps. :)
Best Regards,
Ismael
You must log in to post.