TrippleEx Posted December 30, 2023 Share Posted December 30, 2023 Hi Guys, Is there any possibility to add an image link to the product group tagline? Since I'm not a developer, I would be happy to get a small guide. Kindly regards. 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted December 30, 2023 Share Posted December 30, 2023 (edited) HTML is escaped for that part so you would need to modify the products.tpl template (in whichever order form you use) to allow html, though I wouldn't recommend that. E.g. change {if $productGroup.tagline} <p>{$productGroup.tagline}</p> {/if} To {if $productGroup.tagline} <p>{$productGroup.tagline|unescape:'html'}</p> {/if} Edited December 30, 2023 by leemahoney3 1 Quote Link to comment Share on other sites More sharing options...
TrippleEx Posted January 1 Author Share Posted January 1 @leemahoney3 thanks for your reply. I made that change and I can see the Image on the cart. But I use a Theme which show me on the WHMCS Frontpage 4 Product boxed with which show the Group Head Line and Group Tag Line https://prnt.sc/S_f3tzHBPq0k I would edit it also there, but I don't found the correct template, where I have make the changes. It there any way to get the correct template out with using chromes devloper tools or any other way ? Kindly regards. 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted January 5 Share Posted January 5 I'm not sure unfortunately, I'd suggest asking the theme developer. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.