bluby Posted September 23, 2010 Share Posted September 23, 2010 I am in need of inserting HTML on the Product Description pages for each product. It seems the Add Product section of WHMCS admin only allows certain characters and certainly no hyperlinks. is this possible? 0 Quote Link to comment Share on other sites More sharing options...
lloydcodrington Posted September 23, 2010 Share Posted September 23, 2010 Hi Bluby, What I did to add some table and other HTML formatting was to design it in an HTML editor , I used DW, and then copy and paste the code leaving out the header. But remember if you have links to images etc you have to at them to your template folder and then set the relevant links in the code. And for hyphens then use the following HTML code: - Google HTML codes and you find a list of all the codes for symbols etc. Lloyd 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted September 23, 2010 Share Posted September 23, 2010 Also you could try this it will show the editor in there for you: insert this in your admin header.tpl template just under the <body> tag {if $SCRIPT_NAME|substr:-19 == '/configproducts.php'}{include_php file="editor/editor.php"} {/if} http://forum.whmcs.com/showpost.php?p=110870&postcount=25 0 Quote Link to comment Share on other sites More sharing options...
bluby Posted September 24, 2010 Author Share Posted September 24, 2010 Excellent, very nice. Thank you. 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.