rapidez / mirasvit-label
This package adds Mirasvit label compatibility to Rapidez
Installs: 596
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 3
Open Issues: 0
pkg:composer/rapidez/mirasvit-label
Requires
- php: ^8.1
- rapidez/core: ^2.0|^3.0|^4.0
This package is auto-updated.
Last update: 2025-10-15 11:12:51 UTC
README
This package adds Mirasvit label compatibility to Rapidez.
Requirements
For this module to work you need to have the Mirasvit labels module installed.
Installation
composer require rapidez/mirasvit-label
Views
You can publish the views with:
php artisan vendor:publish --tag=mirasvitlabel-views
Product page
Add @include('mirasvitlabel::product.label')
where you'd like to display the labels, most likely somewhere around the images: resources/views/vendor/rapidez/product/overview.blade.php
.
Category page
Add @include('mirasvitlabel::category.label')
in: resources/views/vendor/rapidez/category/partials/listing/item.blade.php
.
Notes
Not all features of Mirasvit product labels are integrated yet. Missing features are:
- Label directions
- Images
- Product variables
License
GNU General Public License v3. Please see License File for more information.