rapidez / amasty-automatic-related-products
Rapidez Amasty Automatic Related Products
Installs: 3 663
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 5
Open Issues: 0
Language:Vue
Requires
- php: ^8.0|^8.1
- blade-ui-kit/blade-heroicons: ^2.0
- rapidez/core: ^2.11|^3.0
README
This plugin requires the Amasty Automatic Related Products and the amasty/customers-also-viewed-graphql
module installed and configured within your Magento 2 installation.
Installation
composer require rapidez/amasty-automatic-related-products
If you haven't published the Rapidez views yet, you can publish them with:
php artisan vendor:publish --provider="Rapidez\Core\RapidezServiceProvider" --tag=views
You can publish the views of this module with:
php artisan vendor:publish --provider="Rapidez\AmastyAutomaticRelatedProducts\AmastyAutomaticRelatedProductsServiceProvider" --tag=views
Usage
This module has 2 Blade components for each related product rules and product bundles. You can include them in resources/views/vendor/rapidez/product/overview.blade.php
Related products
<x-amastyrelatedproducts::relatedproducts :related_ids="$product->amasty_related_ids" />
Bundles
<x-amastyrelatedproducts::productbundles :productId="$product->id"/>
TODO
- Notifications
- Bundles with configurable products
- Use the
apply_condition
option when it's available through GraphQL
License
GNU General Public License v3. Please see License File for more information.