avored/promotion

AvoRed Laravel E commerce - Promotion Module

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 5

Forks: 0

Type:avored-module

1.1 2018-07-16 02:33 UTC

This package is auto-updated.

Last update: 2024-03-29 03:35:51 UTC


README

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.

How to include a Related Product Cards into Front End theme?

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')