Jump to content

Add image in product description


Greenix

Recommended Posts

I am trying to add an image in the product description. I am using WHMCS 6.2.x

and the default template Six. Default Standard Cart

 

The html is getting stripped and adding a bullet point.??..

I have seen mention of this request before and for an older version but no fixes.

 

Can this be done and if so, how?

 

Thanks!

Edited by Greenix
typo
Link to comment
Share on other sites

you will be triggering "Feature Highlights" by the colon in your image links...

 

http://docs.whmcs.com/Standard_Order_Form_Templates#Using_Feature_Highlights

 

the only way around it would be to replace the ':' in your links with the ASCII code equivalent...

 

so, the image link below would enable Feature Highlights and not show the image if used in a product description...

 

<img src="https://s2.softaculous.com/images/top15/48/whmcs.png">

whereas, this one should show the image...

 

<img src="https& # 5 8 ;//s2.softaculous.com/images/top15/48/whmcs.png">

but remember to remove the spaces between & # 5 8 ; if I remove them here, the forum converts them to a colon! :roll:

Link to comment
Share on other sites

  • 5 months later...
  • 3 years later...
On 2/4/2016 at 6:54 PM, brian! said:

you will be triggering "Feature Highlights" by the colon in your image links...

 

http://docs.whmcs.com/Standard_Order_Form_Templates#Using_Feature_Highlights

 

the only way around it would be to replace the ':' in your links with the ASCII code equivalent...

 

so, the image link below would enable Feature Highlights and not show the image if used in a product description...

 

 


<img src="https://s2.softaculous.com/images/top15/48/whmcs.png">
 

 

whereas, this one should show the image...

 

 


<img src="https& # 5 8 ;//s2.softaculous.com/images/top15/48/whmcs.png">
 

 

but remember to remove the spaces between & # 5 8 ; if I remove them here, the community converts them to a colon! :roll:

Sorry this one for me it wasn't working.

For those who are looking to add image desc in products.

Add the url without https://domain name:

<img src="/templates/yourtheme/assets/images/product.png" class="img-responsive" width="100%">

Link to comment
Share on other sites

8 hours ago, mauamolat said:

Is there another way or at least a module for this?

adding the links yourself in the description is the simplest way - assuming you can upload the images yourself.

there would be addons available in Marketplace, but they won't be free and will cost a one-off $25 - $40 USD. 🤑

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