Hi,
Can sombody help me with this error in frontend:
We can't add this item to your shopping cart right now.
in exception.log
main.CRITICAL: add_gift is unknown type {"exception":"[object] (InvalidArgumentException(code: 0): add_gift is unknown type at /home/seedsat/public_html/magento2-ub3/vendor/magento/module-sales-rule/Model/Rule/Action/Discount/CalculatorFactory.php:51)"} []
Magento Version is 2.3.7
Solved! Go to Solution.
I solved this by myself.
Problem was that I migrated cart price rules from Magento 1. In Magento 1 was was using an extension for free products.
So I deleted all cart price rules now I can add my products to the cart.
I solved this by myself.
Problem was that I migrated cart price rules from Magento 1. In Magento 1 was was using an extension for free products.
So I deleted all cart price rules now I can add my products to the cart.