As part of a integration, we need to capture details of the current shopping cart. I have been able to get products image URL's by using `{% GetAbsoluteUrl(ECommerceContext.CurrentShoppingCart.ContentTable[0].SKUImagePath) #%}But I cannot seem to be able to get the product URL, can you advise the Macro method that would allow me to get the product URL, I have gone through the methods (would be great if you could search through methods) but not been able to find a method to resolve the URL.I am pretty sure its got to be the NodeAliasPath? but have tried this and many alternatives, of which nothing is resolved:`{% ECommerceContext.CurrentShoppingCart.CartProducts[0].SKU.URLReferrer #%}' or
'{% ECommerceContext.CurrentShoppingCart.CartProducts[0].SKU.NodeAliasPath #%}'Can you advise?Regards
Les
↧