Table of Contents

Display Settings

Overview

ProductCart gives you plenty of options to change the way products and categories are displayed. As always, changes made on this page are reflected in real-time in your storefront. So a good way to familiarize yourself with ProductCart's display settings – once you have added a few categories and products to your store – is to keep two browser windows open: change the Display Settings in one window and see how that affects the storefront in the other browser window.

In the section about integrating ProductCart with your Web site design we talked about how to edit the graphical interface that surrounds the shopping cart code so that shopping cart pages blend seamlessly with the rest of your Web site. This section talks about changes you can dynamically make to the shopping cart code that affect the way products and categories are displayed when users browse your store.

Take time to become familiar with the Display Setting section of the Control Panel. You will appreciate the kind of flexibility that ProductCart gives you in terms of defining the look of your store. Let's look at the different display settings that are made available to you.

Category Display Options

ProductCart supports unlimited categories and sub-categories, and an unlimited number of sub-category levels. You can change the way categories are displayed in the store, and the way their sub-categories are presented within them. First you will set some store-wide display settings that affect all categories in the store.

Then, you can choose to overwrite the store-wide settings for specific categories. That means that you might have categories that present their categories in a list, while other categories where the sub-categories are shown in a drop-down.

Three category display settings

There are three ways in which categories and subcategories are displayed:

Here is a graphical example of these three display types and of how a category page that contains sub-categories is organized.

Different ways to show your categories

Setting how many categories to show

When categories are displayed using a drop-down, all of them are shown in the drop-down. But when they are displayed in a list or with images, you need to further specify how many of them should be shown on each row and how many rows per page. Therefore, the following settings apply when categories are not displayed in a drop-down:

If a category contains more subcategories than the total number of categories per page resulting from the settings above, then ProductCart automatically adds a navigation area at the bottom of the page with clickable page numbers, and also adds Next and Previous page icons that can be edited using the Edit Store Icons feature.

The category display settings also affect how brands are shown in the Browse by Brand page. For more information, see the section about managing brands with ProductCart.

Product Display Options

Four ways to display products in a category

There are fours ways in which products can be displayed on a page. The settings also apply to the home page (home.asp), and to the Specials, View Best Sellers, View New Arrival pages, as well as the search results pages, unless you overwrite the store-wide settings with page-specific settings, where possible (e.g. using the Manage Home Page feature).

Here are some graphical examples of how the various display settings affect the storefront.

Display options for how to present products within a category

Number of products per page

You can then use a combination of the following settings to set the number of products shown on the page.

When the total number of products exceeds the total for the page, a navigation area appears automatically both at the top and at the bottom of the page. The Next and Previous page icons used in the navigation that can be edited using the Edit Store Icons feature.

List-only display options

When products are displayed in a list, you can specify whether you want the product part number (SKU) and a small product thumbnail to be displayed or not.

The product thumbnail used when products are shown in a list is the same file used when product thumbnails are displayed elsewhere, but a smaller version of it, as you have probably noticed. The size of the thumbnail is controlled by the pcStorefront.css cascading style sheet. Edit the “pcShowProductImageL” and “pcShowProductImageM” classes to change its size.

Product sorting method within a category

You have complete control over the order in which products are displayed within a category. You can set the exact order when you edit a category (for details, please refer to the corresponding section). When a specific order is not set, ProductCart will sort products based on this store-wide setting. You have 4 options:

You can also specify whether or not a drop-down menu allowing users to change the sorting criteria should be shown or not. This feature is normally turned on by store managers, but it makes sense to turn it off (hiding the drop-down) when you categories only contain a few products. In that case, check the option Don't let users sort products.

Product Details Page Display Options

Product details page display settings

You also have the ability to choose between three different display settings for your product details pages. In other words, you can change the way information is presented when customers click to see details on a product or service. The options are:

Overriding the store-wide settings

You can override the store-wide setting at the category level (i.e. all products within the same category), and even at the product level (i.e. product specific setting). Here is a graphical example of how the different layout settings affect the same product page.

Different display settings for the product details page

Technical Note: The product details page selects the style for the page in the following order of priority (the variable on the product details page - viewPrd.asp - is called “pcv_strViewPrdStyle”):

  1. querystring (ViewPrdStyle=o) . The values are: o (for “one” column), l (for “left”: left-side picture) and c (for “classic” as this is the default display option and one often used on e-commerce stores). Try changing these settings on our demo stores. For example:
  2. product-specific setting
  3. category-specific setting
  4. storewide setting

Fonts, backgrounds, etc

Unlike in previous versions of ProductCart, the Control Panel no longer controls the type of font used on the store. This is because the application now supports Cascading Style Sheets, which give you much more control not only on the way text is shown on your store, but on many other interface elements (titles, backgrounds, images, links, etc.). See the section that talks about the cascading style sheet that controls the storefront (pcStorefront.css) to learn more about this.