Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block Name

Description

snip_document-top

top of page, contains mostly head tag information

snip_document-bottom

bottom of page, usually just closing body and html tag

snip_header

page header code, such as a banner or logo, top menu, etc

snip_footer

simple footer navs, copyrights, disclaimers, etc

snip_left

left side navigation

snip_crumb

bread crumbs at top

snip_help-text

help text that displays if a merchant is logged to the site.

snip_group-column

a tiny bit of code to display item information for an item in a large group

snip_pagination

generates pagination navigation for group pages

snip_review

displays product reviews on the item page.

snip_admin-panel

contains code providing an admin panel for you, the merchant (when logged in)

snip_item-top

This is almost exactly like snip_document-top, with the following differences: the title contains the item description. Most importantly, for the demo, the snip_item-top prepopulates some credit card fields so anyone playing with the demo can fake a checkout. In a normal production instance, we would not have this code block, and snip_document-top would suffice.

...