Liam Dilley
Previos Page: {module_webapp reclay="myvalue"   Layout:   {{params.reclay}} {% if params.reclay == 'list' -%}   list {% else -%}   grid {% endif -%}   There seems to be a rendering engine…
Liam Dilley
Bug: If there is no price added to the product the Liquid Tag, Similar to the normal Price tag renders out: If a product does not have a price entered, having the system code render should not be…
in Developer forum
Liam Dilley
I will update as I can find them..   {module_productfeaturelist render="collection" tag="YourTag" rowCount="3" sortType="Weight" template="/_System/CustomLayouts/newlist.tpl"} This still renders…
Tarik :: Creativaholic
Hi Guys, This one really got me working but few tests proves it's a major bug that needs fixing asap I guess?   Two major issues here: (Custom Field Date & Time)   Issue 1: 1. I added a Date &…
in Developer forum
Tarik :: Creativaholic
The recent roll-out that happened about 14 hours ago since this post have broken a lot of things that were working just before then.   APIs v3 (Pages specifically) return a 401 after the access…
in Developer forum
Lucian Cozma
Hi all.   We would like to make an improvement on the liquid’s syntax for the module’s named parameters and we need some input from you. We talked with a few of you “live” at Adobe MAX about this,…
in Developer forum
Rich Oren
Hello,   I have been playing around on the beta server and had some questions on how to use module_webapps with the liquid language on BC. my question is what is the best way to test the new…
in Developer forum
Liam Dilley
Moving my requests out of the other thread to here for easier management for BC staff.
in Developer forum
Liam Dilley
Question: Global parameter changes etc. Hey guys, what is the current structure for global variables etc?   {{global.site.id}}  in the first Liquid implementation no longer renders I was wondering…
in Developer forum
Robert Bell (Bosweb)
According to Shopify's docs, Liquid allows accessing key/value pairs in for loops, like so: {% for item in hash %}   {{ item[0] }}: {{ item[1] }} {% endfor %}  This does not currently work in BC's…
in Developer forum
Robert Bell (Bosweb)
  Any Liquid syntax inside {% raw %}{% endraw %} tags should be ignored; current tests show BC's Liquid   parser is rendering the contents anyway. E.g.:    {% assign name = 'freestyle' %}   {% raw…
in Developer forum
Load more items