magezil / module-bought-together
Custom module to frequently products Bought Together.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0
- magento/module-catalog: *
- magento/module-customer: *
- magento/module-sales: *
This package is auto-updated.
Last update: 2024-12-16 04:31:34 UTC
README
Installation
To download the module by composer, execute this code bellow.
composer require magezil/module-bought-together
System Requirements
Requires at least: 2.O
Tested up to: 2.3
Requires PHP: 7.0
Stable tag: 1.0
Licenses: OSL-3.0/AFL-3.0
Magento Admin
This module adds a block in product page, which insert all products that were bought together with the product on the page. It is possible to edit the title and how many products will display in this block. To enable this module, follow these steps:
- Step 1: Magento admin -> Stores -> Settings -> Configurations
- Setp 2: Tab Magezil -> Section Frequently Bought Together -> Group General Configuration
- Setp 3: Enable Module = Yes
General settings
This module provides some settings in admin:
- Show block only when the user is logged in;
- Edit title block;
- Quantity of products to display on frontend (to do not apply this filter, just leave it empty).
Cards settings
This module provides some settings to cards in this block to:
- Show button add to wishlist in list products;
- Show button add to compare in list products;
- Show quantity products to add to cart in list products.
Store Frontend
The results of the product page follows below with all settings enabled.