Jump to content

Adding HTML tag to CMS - Terms & Conditions


Recommended Posts

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

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

  • 1 year later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...