Greenix Posted February 4, 2016 Share Posted February 4, 2016 (edited) 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 February 4, 2016 by Greenix typo 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 4, 2016 Share Posted February 4, 2016 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! 1 Quote Link to comment Share on other sites More sharing options...
Greenix Posted February 4, 2016 Author Share Posted February 4, 2016 So easy and so simple - Thank you very much!!! 0 Quote Link to comment Share on other sites More sharing options...
yggdrasil Posted February 6, 2016 Share Posted February 6, 2016 Nice. I always wondered the same if you can add images to products. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted July 20, 2016 Share Posted July 20, 2016 or drop the http:// (which will generate errors of the site it https) and just use // that way it remembers if you were connecting via http or https 0 Quote Link to comment Share on other sites More sharing options...
josephr Posted June 18, 2020 Share Posted June 18, 2020 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! 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%"> 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 18, 2020 Share Posted June 18, 2020 2 hours ago, josephr said: Sorry this one for me it wasn't working. it probably did when I posted it 4 years ago. your solution was posted years ago too. 0 Quote Link to comment Share on other sites More sharing options...
mauwiks Posted June 22, 2020 Share Posted June 22, 2020 Is there another way or at least a module for this? Thanks Guys 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 22, 2020 Share Posted June 22, 2020 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. 🤑 1 Quote Link to comment Share on other sites More sharing options...
mauwiks Posted June 23, 2020 Share Posted June 23, 2020 On 6/23/2020 at 12:36 AM, brian! said: 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. 🤑 Thanks!!!!!! 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.