Hi Guys,I am looking how to add a unix time to a JavaScript we use in cart tracking. I am using the following method:{% ECommerceContext.CurrentShoppingCart.ID.ToString() + @_@ + Unix Time.ToString...
Are async methods supported in custom Macro methods? I'm using the syntax with extended macro container like this:XXXXContainer : MacroMethodContainer { }Can my code awaitasyncTask returns if the ...