5 Replies Latest reply: Oct 13, 2014 6:44 AM by Liam Kimberley RSS

    Update liquid module without page reload

    Liam Kimberley Community Member

      Hi,

       

      I am using liquid to modify simple modules to look the way I need them to. i have for example changed the shopping cart summery to only show the item count which works great:

       

      {module_shoppingcartsummary collection="mod_cart" template=""}

      <a href="/OrderRetrievev2.aspx">{{mod_cart.itemCount}}</a>

       

      the main issue i'm having is that unlike the original module this value doesnt update without reloading the page. is there a way around this?