https://github.com/avored/promotion
AvoRed E commerce Promotion Module
https://github.com/avored/promotion
Last synced: 5 months ago
JSON representation
AvoRed E commerce Promotion Module
- Host: GitHub
- URL: https://github.com/avored/promotion
- Owner: avored
- License: mit
- Created: 2018-04-27T02:15:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T02:33:12.000Z (almost 8 years ago)
- Last Synced: 2025-07-04T19:43:20.888Z (12 months ago)
- Language: PHP
- Homepage: https://avored.com
- Size: 11.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
##### 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')