eCommerce that gets found  

It's often said that a picture paints a thousand words …

… so here are some annotated screen shots for you to see just how eSPOSURE will help you build your business.

Please rate this site:

When reading the information, this site was:
 
 
 

When navigating the site, the menu system was:
 
 
 

eSPOSURE Product List page

The product list page displays all products and sub-categories in the selected category. The products can be displayed in one of two ways:

  • Tile
  • Detail List

Examples of these two display options, showing the same three products, are shown below. Each category can be set up to use either of these display methods or you can set a system default for all your categories.

Tile

Detail List

 

 

 

 

 

 


Viewing Products

Within the product list page, a visitor can add product to their shopping cart, change the sort order of the products and alter the number of products to display on each page. If there are more products in the category than fit on the page, eSPOSURE automatically creates additional pages that the visitor can view to show the rest of the products.

Product Page Navigation

Once a product category has been selected, a number of additional navigation features are used to help the visitor keep track of where they are, easily jump to another section of the website or drill further down into the category they're looking at.

Website by NETsposure  
Search engine proactive eCommerce and Online Shopping
Resources  
  <% Function Proper(sString) Dim i, sNewString, lStart, sChar sNewString = "" lStart = False For i = 1 To Len(sString) sChar = Mid(sString, i, 1) If (Asc(sChar) >= 65 And Asc(sChar) <= 90) Or (Asc(sChar) >= 97 And Asc(sChar) <= 122) Then If lStart Then sChar = LCase(sChar) Else sChar = UCase(sChar) lStart = True End If Else lStart = False End If sNewString = sNewString & sChar Next Proper = sNewString End Function %>