Hi Support, AS i am using kentico version 9,10 portal engine. is there any update for kentico api using Kontent delivery Api. if there can you please share the documentation for kentico version 9 ,...
This post will talk you through the reasoning behind the Kentico Site Delivery Checklist and then at the end of it, there will be a checklist that you can use when developing your Kentico sites.
I'm trying to follow this example to create a custom shipping provider:https://docs.kentico.com/display/K9/Example+-+Creating+a+shipping+carrier+provider+with+costs+based+on+the+countryIn my GetPri...
I have written my own custom multi carrier provider, and in the implementation of GetPrice, it accepts a Delivery object and a string (currencyCode): public decimal GetPrice(Delivery delivery, s...