Create an account to edit articles | See Formatting Syntax for Wiki syntax | We look forward to your contribution!

BTO Tips: using CSS to style the BTO configuration pages

You'd like to apply some interface changes to the Build To Order configuration page (pc/configurePrd.asp). What can you do? Editing the source code of the Build To Order pages is not recommended. These are some of the most complex pages in ProductCart. Instead, you can use Cascading Style Sheets.

Specifically:

  • The area where all selectable items are shown (organized in categories) is contained in a table that has the class “pcBTOmainTable” assigned to it.
  • The rows that contain the categories of selectable items use the following, alternating classes: “pcBTOfirstRow” and “pcBTOsecondRow”.

You will find these classes mentioned in the main CSS file used by your ProductCart storefront, called “pcStorefront.css” and located in the pc folder. Add/edit the style definitions that use these classes, and you can apply all sorts of interesting interface changes to the configuration pages, such as special backgrounds, etc.

If you need help, consider hiring a Web designer that is experienced in CSS.