i know they have something like smarty but i noticed another site called storenvy.com is using the same thing that shopify is. is there an api or something that i dont know about?

they have tags like

{{ shop.url }} 

how are they making this if you know of any tutorial i can get into that would be great thanks

link|improve this question

smarty.net – zerkms Apr 21 '11 at 1:44
yes i know of smarty but their not using smarty – Sarmen B. Apr 21 '11 at 1:57
@Sarmen B.: so what? they implemented some custom templating engine. If you're curious about implementation - just open their code and read it. – zerkms Apr 21 '11 at 2:00
lol i wish, their not open source. – Sarmen B. Apr 21 '11 at 2:05
oops ;-) well, I bet it is built on the top of several complex regexes, like smarty is. – zerkms Apr 21 '11 at 2:17
show 1 more comment
feedback

1 Answer

Shopify uses Liquid to render those tags. It's an open source Ruby library Tobi wrote a while back that makes caching really easy on Shopify’s side.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.