This package adds Mirasvit label compatibility to Rapidez.
For this module to work you need to have the Mirasvit labels module installed.
composer require rapidez/mirasvit-label
You can publish the views with:
php artisan vendor:publish --tag=mirasvitlabel-views
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
.
Add @include('mirasvitlabel::category.label')
in: resources/views/vendor/rapidez/category/partials/listing/item.blade.php
.
Not all features of Mirasvit product labels are integrated yet. Missing features are:
- Label directions
- Images
- Product variables
GNU General Public License v3. Please see License File for more information.