Skip to content

rapidez/amasty-automatic-related-products

Repository files navigation

Amasty Automatic Related Products

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->amastyRelatedIds()" />

Bundles

<x-amastyrelatedproducts::productbundles :productId="$product->id"/>

TODO

  • Notifications
  • Bundles with configurable products
  • Use the apply_condition option when it's available through GraphQL
  • Listen to sorting, max_products, and show_out_of_stock attributes

License

GNU General Public License v3. Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors