View Single Post
  #4  
Old 10-05-2015, 05:04 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: Bing conversion code

This is happening because the Smarty templater interprets { and } symbols as its opening and closing tags.
So you should replace these symbols with {ldelim} and {rdelim} statements where it is necessary, or do like seyfin said, place the entire piece of code between {literal} and {/literal} tags.
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote