Hi Guys, Thanks for that feedback, however, trying the suggestions, they only resolve the CMS page path of the path with the SKUID:
A {% GetProductUrl(SKUID) %} = /CMSPages/Ecommerce/GetProduct.aspx?productId=
B {% GetProductUrl(ECommerceContext.CurrentShoppingCart.ShoppingCartItems[0].SKUID) %} = /CMSPages/Ecommerce/GetProduct.aspx?productId=7232
However, it did give me an idea to create variables to get the URL path, first getting the SKUID, the a second variable to get the URL based on the SKUID value, but cannot figure out how I structure the 2nd variable, I have currently got:
{% prodID = (ECommerceContext.CurrentShoppingCart.ShoppingCartItems[0].SKUID) #%}
{% produURL = GetAbsoluteUrl(Documents.FieldsAsObjects.NodeSKUID(prodID) #%}`
which is resolving only the SKUID:
"URL" : [""]
"ID" : ["7232"]
just cannot figure out the way to now use the SKUID to pull back the absoluteURL!
Regards
Les