API Questions on Kentico API.
Version 6.x > API > Breadcrumb for Kentico shopping cart View modes: 
User avatar
Member
Member
jukkausb-mail - 6/8/2012 10:00:47 AM
   
Breadcrumb for Kentico shopping cart
Hi everyone!

I need to add breadcrumb functionality to standard Kentico shopping cart. So, user needs to be able to move from 4th step to 2nd step, for example.

Please advise how I can accomplish that?
API examples would be appreciated.

Thanks

User avatar
Kentico Support
Kentico Support
kentico_janh - 6/12/2012 3:25:50 AM
   
RE:Breadcrumb for Kentico shopping cart
Hello,

You can customize a shopping cart controls to display breadcrumbs or buttons for going back through cart steps, but do it carefully and make a backup first. The controls are located in the \CMSModules\Ecommerce\Controls\ShoppingCart\ folder (especially ShoppingCart.ascx and its code-behind) and the clicking actions can only set required shopping cart step like this:

this.LoadStep(1); // where 1 is a shopping cart step order


Best regards,
Jan Hermann