dotHello Commerce Addon — v2.5.0
========================================

Requires: dotHello Core v2.5.0

Files included
──────────────
  dothello-commerce.css      Full unminified stylesheet
  dothello-commerce.min.css  Minified stylesheet
  dothello-commerce.js       Full unminified JavaScript
  dothello-commerce.min.js   Minified JavaScript
  commerce-catalog.html      Interactive component catalog

Load order
──────────
  <link rel="stylesheet" href="tokens.css">
  <link rel="stylesheet" href="dothello.min.css">
  <link rel="stylesheet" href="dothello-commerce.min.css">
  <script src="dothello.min.js" defer></script>
  <script src="dothello-commerce.min.js" defer></script>

  DH.Commerce.init() is called automatically on DOMContentLoaded.
  Programmatic toast: DH.Commerce.showToast('Message', 'success')

Components (14 sections, dh-co- prefix)
────────────────────────────────────────
  Products:              product grid, product detail, ratings & reviews,
                         inventory management
  Cart & Promotions:     shopping cart, discounts & coupons, promo banner
  Checkout & Payments:   payment methods, order confirmation
  Orders:                order history, order detail, invoice
  Shipping:              shipping methods, shipment tracking

Live demo: https://hellodjt.com/dothello/templates/addon/commerce-catalog.html
Framework: https://hellodjt.com/dothello/

License: MIT  |  https://hellodjt.com/dothello/
