Questions tagged [promotions]
Denotes a question related to the promotion system of Magento
215 questions
4 votes
0 answers
122 views
Discount Calculation Issue Magento 2
I am facing an issue with the discount calculation. There are three coupon which are applied automatically without coupon code (coupon 3, coupon 4, coupon 5) and one more coupon code which i have ...
1 vote
0 answers
186 views
Magento2.4.5-p1 coupon with uses per coupon 1 and per customer with coupon not working
Magento Version - 2.4.5-p1 Using FPC (full page cache enabled) Issue: Create a coupon with uses per coupon as 1 and uses per customer as 1 also. Even both uses type set to 1 even after that we are ...
1 vote
0 answers
280 views
Auto Add Promo items for whole cart (with exclusions not working)
I am trying to create a free item promo [ i.e. Auto add promo items for the whole cart ] but with the following conditions applied: Apply the rule only if the following conditions are met: IF ANY of ...
0 votes
1 answer
125 views
Checkout offer to order special product once
We are currently on M2. In order for customers to try new products we would like to promote what we call "checkout offers". In theory a particular product for which the customer can only ...
0 votes
1 answer
82 views
Cart Price Rules - discount on certain number of products
i am new in Magento, i want to to add discount on certain number of products. I mean, i have products on my store, every product has SKU. I want to make discount 50% for purchasing 12 products on my ...
0 votes
1 answer
139 views
Exclude product from been in promotion
We have a promotion that when your cart order value is €50 you can buy a product that is normally €155 for €25. The issue is, when you add a product for €30 and then add the product that the promotion ...
0 votes
1 answer
53 views
how to apply only 1 coupon code when there are multiples coupon codes
I am running magento 1.9 and i have multiple coupon codes on site. how to make that only 1 coupon code apply on cart? any body know how to apply on 1 coupon on cart?
2 votes
1 answer
281 views
How do I set up a buy 1 get 2 free?
I have a set of products that I want to apply a buy one get two free with. The idea is that if they purchase one of the items within the set, they get 2 others within the item set for free.
0 votes
0 answers
219 views
Magento 2 multi line discounts
I want to save the discount amount of each applied cart rule in a column. I have created a column in the quote table and I have saved the applied rule names in the field using the ...
1 vote
0 answers
375 views
Custom error messages on coupon codes
I want to get Custom Error Messages for invalid Promo Codes. To some extent I achieved by using this Extension https://marketplace.magento.com/ambab-module-couponerrormessage.html, but I need to ...
0 votes
1 answer
111 views
Check if given product will trigger any promo?
Is there any possibility in Magento 2 to check if given product will trigger any promotion? I've tried this way. Products in given cart are qualifying to promotion but I got empty array: foreach ($...
1 vote
1 answer
273 views
Magento catalog price rule grid not working
I'm unable to create catalog price rule and existing price rule too is not working in site. In console, I could see below error. uncaught TypeError: Cannot read property 'select' of undefined at g....
0 votes
2 answers
394 views
Is it possible to create a non-ecommerce site using Magento?
I have a site to develop that needs to be a kind of voucher code site. This means that the site will provide voucher codes for other sites, the user will come to my site and pick voucher codes for ...
1 vote
0 answers
26 views
Magento 1 : How to fetch the Customer Group Prices of Catalogue Prices (Promotional Rules) Prices of Group Products?
Let's have I have 10 Grouped products and setup the multiple Promotional Rules for different Customer Groups. Rule 1 : Conditions met X Actions - Retailer => get can the 5% discount Rule 2 : ...
2 votes
1 answer
2k views
Magento2 - Customer Specific Coupon Codes Generation
By default, magento2 promotions have the feature to create coupon code for specific customer groups. I want to send coupon code to users who already purchased products with us. Are there any settings ...