I am currently converting the product_product.xslt file in the starter kit to razor and have hit a problem - there doesn't seem to be a razor equivelent for TeaCommerce.Library.GetPrices or an overload that accepts a type of dynamicNode.
Are there any examples of the starter kit in razor and/or can someone point me in the right direction please with regards to pricing please?
At the moment we have some Razor support and the GetPrices is one of the missing parts in Razor. We are working on a major update to Tea Commerce and its API's to make things even more easy and support all methods in all different mark up languages and API's. But until we release that you could go ahead and use the Library.GetPrices method and use the navigator that is returned to get the price data. I know this is not the best option - but its the only option at the moment. SORRY!
TeaCommerce.Library.GetPrices Razor Equivalent
Hi,
I am currently converting the product_product.xslt file in the starter kit to razor and have hit a problem - there doesn't seem to be a razor equivelent for TeaCommerce.Library.GetPrices or an overload that accepts a type of dynamicNode.
Are there any examples of the starter kit in razor and/or can someone point me in the right direction please with regards to pricing please?
Thanks!
Hi Jamie
At the moment we have some Razor support and the GetPrices is one of the missing parts in Razor. We are working on a major update to Tea Commerce and its API's to make things even more easy and support all methods in all different mark up languages and API's. But until we release that you could go ahead and use the Library.GetPrices method and use the navigator that is returned to get the price data. I know this is not the best option - but its the only option at the moment. SORRY!
Kind regards
Anders
is working on a reply...