Skip to main content
Version: 1.0.0

Real-Life Examples

This section is written as implementation guidance for developers working on real storefront projects with YuiCraftPlugin. Each page focuses on decisions you actually make in delivery work: where to place logic, how to structure templates, and how to keep performance and maintainability under control.

Use these pages as practical references while building features, reviewing code, or preparing production optimizations.

How to Use This Section

  1. Start with the page that matches the feature you are implementing.
  2. Apply the structural rules first (layout/page/component/block ownership).
  3. Use the included snippets as patterns, not copy-paste defaults.
  4. Validate behavior on cart, checkout, and customer account flows after each change.

Example Library