I found the weirdest bug today, in my acceptcart template i have the tag:
Ecom:Order.Currency.Symbol
The tag seems to only work when DwTemplateTags are present in the template aswell? everytime i remove DwTemplateTag the Symbol tag doesent work when i add the DwTemplateTag again it works?
Can it really be that the Symbol tag only gets rendered if DwTemplateTag exsist? In any case i did a workaround with surrounding the DwTewmplateTag with a div with has display hidden.
Has anyone triede anything similiar?