https://github.com/avored/related
AvoRed E commerce Related Product Module
https://github.com/avored/related
ecommerce laravel laravel-package related related-products
Last synced: 7 months ago
JSON representation
AvoRed E commerce Related Product Module
- Host: GitHub
- URL: https://github.com/avored/related
- Owner: avored
- License: mit
- Created: 2018-04-05T04:03:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T02:29:51.000Z (almost 7 years ago)
- Last Synced: 2024-05-21T14:35:40.837Z (about 1 year ago)
- Topics: ecommerce, laravel, laravel-package, related, related-products
- Language: PHP
- Homepage: https://avored.com
- Size: 20.5 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- 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')