Joyous day.
How may we make product feature urls into clickable links?
Please see attachment… thanks… Jefferson
you could try html tag in there , dunno if t supports .html
Thanks… but had tried… no luck.
Hi @Tribal,
Please try for v4.x
#file
design/themes/[THEME_NAME]/templates/views/products/components/product_features.tpl
#replace
{$feature.value|default:"-"}
#with
{$feature.value|default:"-" nofilter}
#clear cache
admin.php?cc&ctpl
And now in product update feature text input you can add
target="_blank">www.example.com
I hope that helps,
—
Valentin
[color=#808080][size=2]part of hungryweb.net[/size][/color]
Perfect, and thank you Valentin!
One question, how may we retain this mod through future CS updates/upgrades?
I am new to CS Cart.
Can a portion of the associated code be placed in the Custom Code add-on
under Scripts…or…?
Still just learning my way around the system.
Thanks!
You can only override the file by adding the full content to file ```php
design/themes/[THEME_NAME]/templates/addons/my_changes/overrides/views/products/components/product_features.tpl
<br />
Regards,<br />
<br />
---<br />
Valentin<br />
[color=#808080][size=2]part of hungryweb.net[/size][/color]
Will do, and thank you Valentin… resolved.