Jump to content

Add a Image link in product group tagline


Recommended Posts

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 by leemahoney3
Link to comment
Share on other sites

@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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated