JPC Solutions Posted May 25, 2011 Share Posted May 25, 2011 I want to add the following to my Terms & Conditions... Please click on the following link for instructions on returning your product to the store and obtaining a refund. http://pamelagrace.net/Customer_s_Return_Instructions.pdf I tried adding this HTML tag, but it's not working... <!--Customer Return Instructions-->Any ideas? Thanks,PS - I just posted this link and noticed that it works in here as a link... so I'm commenting it out so you can see the tag I put in... Nevermind... the commenting out tag won't work in this forum! Link to comment Share on other sites More sharing options...
affect Posted May 25, 2011 Share Posted May 25, 2011 Try surrounding your code with tags so it doesn't get parsed. As for CMS, I haven't found a way to insert pure html in it, although you can use the "link" button to add a href.UPDATE:Just noticed there's a "edit html source" button that allows you to edit the page in pure HTML, I guess that's what you're looking for. Link to comment Share on other sites More sharing options...
JPC Solutions Posted May 25, 2011 Author Share Posted May 25, 2011 I used the "Edit HTML Source" to enter what I put in and that's where everything went wrong. I'm not sure what else I can do, but find a way to throw some code into one of the PHP templates... So... I still need help. Thanks!! Link to comment Share on other sites More sharing options...
davnem Posted August 16, 2012 Share Posted August 16, 2012 Hi Jared, I found a solution (thanks Emmanuel Paris) that might help you or anyone who wants to put some html tag on particular CMS page. You just need to put this bit code {if $request_uri|strstr:"13"}YOUR HTML CODE{/if} on cms.tpl. The best place is of course just before or just next to {$cms->content} The number 13 is id of the CMS page you want to use the html code there. I tried to put a facebook plugin between <div></div> tags and it works! I hope it help David Nemec Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now