melriks Posted January 22, 2012 Share Posted January 22, 2012 Is there a way to enable parsing of SMARTY tags for a CMS page? For example, I'd like to use an if statement on the delivery page that says something like {if $buyersclub} Buyers Club members get free two day shipping to anywhere in the continental USA. {/if} That way, each group can have customized content using the same pages. I've already assigned the stores groups to variables. No worries there. What I can't find are any posts on how to turn SMARTY tags on for content added in the CMS pages body copy. Any thoughts? Link to comment Share on other sites More sharing options...
vinaym Posted January 23, 2012 Share Posted January 23, 2012 you can do this by eval function of smarty, which parses the text. give a try. hope it helps. vinay 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