CTP8 eCommerce was shipped with disabled bootstrap, as a result, out of the box, the layout of the application doesn't look as good as it could be, to fix that follow the steps below:
- Open IIS Manager, find the site RetailStoreFront and locate the folder Views->Shared
- Right click the folder and select 'Explore'
- In the Windows Explorer opened edit the file _Layout.cshtml by uncommenting 2 lines preceded by the comment saying
<!--Uncomment the below line to fix the eCommerce layout by enabling bootstrap-->
So, in total, you should uncomment 2 lines. - Save the file and refresh eCommerce page in your browser
Clik here to view.
