Seems like a simple request. I’m trying to add some text under the “view larger image” link on the product detail page.
I can’t seem to find where the .tpl file is that needs adjusting. I have looked everywhere.
I am using the electro skin. Any help would be appreciated.
I have done this before in 1.3.5, but no 2.0. Normally, it was under the product_details file but I do not see that listed anywhere now.
THANKS!
Turn on the Smarty Debugging Console to see the exact tpl file that is being used.
[url]http://docs.cs-cart.com/common.php?dispatch=docs/view&node_name=debug-console[/url]
Find the text “View Larger Image” under the languages
Change the value from “View Larger Image” to
View Larger Image
[quote name=‘JesseLeeStringer’]Find the text “View Larger Image” under the languages
Change the value from “View Larger Image” to
[/QUOTE]
View Larger Image
That works, technically, but it turns EVERYTHING into a giant link. BUT it may be helpful to someone else.
Thanks for responding.
[quote name=‘Triplets’]Turn on the Smarty Debugging Console to see the exact tpl file that is being used.
[url]http://docs.cs-cart.com/common.php?dispatch=docs/view&node_name=debug-console[/url][/QUOTE]
This worked. Thanks.