Thursday, July 3, 2008

Tips and hacks: Order interface

Following one of my previous posts regarding the CSS capabilities, we will discover today how the order interface can be controlled by using basic CSS commands.

In order to access the interface HTML code just access your Control Panel account and go to "Interface design" section.

Hide the languages selector
#order__header__languages {display: none;}

Hide the currencies selector
#order__header__currencies {display: none;}

Change the width of the shopping cart forms
#order__header, #order__content {width:760px !important;}

And so on... Basically the entire interface can be controlled by overwriting the CSS styles. All you have to do is to search in the HTML source for the specific style you want to change and add the CSS directives. On top of that, my colleagues from technical support are magicians and they will guide you if necessary.

Good luck!

No comments: