Download the PHP package code4business/freeproduct2 without Composer
On this page you can find all versions of the php package code4business/freeproduct2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download code4business/freeproduct2
More information about code4business/freeproduct2
Files in code4business/freeproduct2
Package freeproduct2
Short Description Adds a sales rule action to add a product to cart. Can be used to create sales rules to add gifts to cart.
License OSL-3.0
Homepage https://github.com/code4business/freeproduct2
Informations about the package freeproduct2
Freeproduct
An extension that allows configuring sales rules to add free products to cart. This is the Magento 2 version of the same extension that can be found here. The development and the function of the original Magento1 extension is described in the following two websites:
- http://www.code4business.de/make-a-gift-magento-warenkorbpreisregeln-um-geschenke-erweitern/
- http://www.webguys.de/magento/turchen-21-kostenlose-produkte-uber-warenkorb-preisregeln/
Requirements
- PHP 7.4, 8.1
- Magento >= 2.4.3-p1
Generally the last full release -1 version is tested and made to work. Older versions are not actively supported.
Supported Product Types
The extension only supports simple and virtual product types, other types or custom options are not supported. The reason is that other product types need additional information that can only be added with IDs. This leads to a way more complicated module; we want to keep this module clean and easy.
Instalation
Go to the Magento 2 root directory and run the following commands in the shell:
Configuration
Sales rules for carts are configured in Marketing->Cart Price Rules:
- In the Actions tab, the Apply field should be set to Add a Gift
- Gift SKU: Product that will be added. Only simple and virtual products without (required) custom options are supported. Multiple comma-separated SKUs can be specified
- Discount Amount: The qty of added gifts
- The gift item is added once for the whole cart
Action Add a Gift (for each cart item) works similarly but will add the gift item for each product in cart. The qty of said product is also taken into consideration.
This action usually needs conditions to match only specific items (Apply the rule only to cart items matching the following conditions).
Limitations:
- Gift products are added during discount total processing, after subtotal and shipping totals. Because of that gift products will not be included in any shipping calculations.
- Only simple and virtual products without required custom options are supported.
Current localizations:
- de_DE
- es_ES
- fr_FR
- nl_NL
- pt_PT
- sl_SI