NAME

Dancer::Plugin::Nitesi::Routes - Routes for Nitesi Shop Machine

CONFIGURATION

The template for each route type can be configured:

plugins:
  Nitesi::Routes:
    cart:
      template: cart
    checkout:
      template: checkout
    navigation:
      template: listing
    product:
      template: product

This sample configuration shows the current defaults.

HOOKS

The following hooks are available to manipulate the values passed to the templates:

before_product_display
before_cart_display
before_checkout_display