Hi,
Someone know how to use the tag extension href tag ?
Like in this code below the first (href) is not working... the second (div) is working...
<a class="EcomProductLink" href="/Default.aspx?ID=<!--@Item.Area.HupxSetup_ProductDetail_PageID-->&ProductID=<!--@Ecom:Product.ID-->&VariantID=<!--@Ecom:Product.VariantID-->&MainURL=<!--@Global:Pageview.Url.Replace('&','¤').Replace('?','?')-->" title="<!--@Ecom:Product.ShortDescription-->" data-fancybox-type="iframe"></a>
<div class="hidden">(<!--@Global:Pageview.Url.Replace('&','¤').Replace('?','?')-->) </div>