Child pages
  • Browsing the front-office

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The shop logo. Clocking the logo brings the customer back to the front page, from anywhere in the shop.
  • The currency block. The customer can choose the currency in which the shop should display prices. This is great for comparing prices in foreign currencies.
  • Contact and Sitemap. These two links take the customer to specific pages, out of the shopping context: contacting the shop administrators, or viewing a complete list of all the pages that are publicly accessible.
  • Bookmark. This is not a link per se, but a JavaScript action: when clicked, it will prompt the customer's browser to add the shop as a bookmark. The customer can then choose to complete the action or not.
  • The search engine. Many customers prefer to look for a specific item through the search engine rather than browsing through categories after categories of products. On some online shosshops, this is is actually the preferred way to browse the site's content for most customers.
  • Welcome, XXX. An invitation for the customer to connect to the shop by entering their credentials. If connected, this will display "Welcome, (firstname)".
  • Your account. A link to the user's account, or if not connected, to the authentication/registration page.
  • Cart: (empty). A quick reminder of the current status of the customer's cart. Sometimes customers select items while browsing and forget about them after a few pages. It is therefore essential to give them a way to keep these products in mind.

...

  1. (If the visitor is not logged in) Display the authentication screen, where the visitor can either go to the account creation page or login.
  2. The address-choosing page. Two addresses are necessary for an order:
    • The billing address, which should be the one that is tied to the payment method.
    • The delivery address, where the order should be sent. If you need to have it sent to another address, deselectthe deselect the "Use the same address for billing" box and either select an address from the previously-added ones, or create a new one.

...