Howto Change the order of the items in the left bar

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Which files holds the layout code for the main left bar that holds shopping cart, categories,  subscribe to newsletter, etc.?

I want to put the shopping cart at the bottom...

thanks!

Antoine
13 years ago
Hello Antoine,

I assume that you are using TwoColumn.master master page.

Go to nopCommerceStore folder / MasterPages / TwoColumn.master

In this master page all the modules are placed that appear on your homepage (on left hand side)

You can change the position of these modules according to your requirement.

Like:

if you want to place shopping cart at bottom:

move this code : <nopCommerce:MiniShoppingCartBox ID="ctrlMiniShoppingCartBox" runat="server" />

to the bottom : after InfoBlock module.
13 years ago
Thank you very much. That was where I needed to go!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.