LaravelPackages.net
Acme Inc.
Toggle sidebar
avored/promotion

AvoRed Laravel E commerce - Promotion Module

0
3
1.1
About avored/promotion

avored/promotion is a Laravel package for avored laravel e commerce - promotion module. It currently has 3 GitHub stars and 0 downloads on Packagist (latest version 1.1). Install it with composer require avored/promotion. Discover more Laravel packages by avored or browse all Laravel packages to compare alternatives.

Last updated

AvoRed Banner Module

Installation

composer require avored/related 

php artisan migrate

How to Use

Visit Admin Product Edit Page.

Click on Related Product Accordion you see a grid with checkbox.

Select your Related Product ans click Save.

Open your Product view template in most case it should be:

themes/vendor/theme/views/product/view.blade.php include a below code where you like related product to display.

@include('avored-related::related.product.list')
Comments