Hyvä Theme Add-On

If your storefront uses Hyvä, install the Hyvä compatibility module for B2B Quote so quote UI components and customer pages render correctly.

Installation (Composer)

1) Require package

composer config bearer.repo.softwaresilo.io <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
composer require mageb2b/b2b-quote-hyva:*

2) Enable module + run setup

php bin/magento module:enable MageB2B_B2BQuoteHyva
php bin/magento setup:upgrade
php bin/magento cache:flush

What It Affects

  • Hyvä-compatible templates/layouts for quote UI blocks
  • Customer quote pages and actions (list/view/edit)
  • Mini quote UX (if enabled)

What To Verify After Installation

  • “Add to Quote” button renders on PDP/category (if enabled)
  • Mini Quote works (if enabled)
  • Customer quote list + quote detail pages load and actions work

Screenshot placeholder: Hyvä quote UI components
File: ./_screenshots/hyva-quote-ui.png

Troubleshooting

If UI changes don’t show up:

php bin/magento cache:flush

Found an issue with this documentation? Let us know