Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > How to change the kentico Ecommerce checkout pages code View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
Gitesh - 7/14/2011 11:33:18 PM
   
How to change the kentico Ecommerce checkout pages code
Hi Guys,

E-commerce pages are having table structure for the checkout. All the page such as shipping page, payment page.

How can I edit the html for this pages?

Thanks
Gitesh Shah


User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 7/15/2011 8:29:50 AM
   
RE:How to change the kentico Ecommerce checkout pages code
Hi,

You can modify the checkout steps controls, typically:

~\CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartContent.ascx

The steps controls are defined in the E-commerce module configuration.


--Zdenek