How would I make a cart price rule with the conditions of Buy X, Y OR Z free?
I am looking to make a rule to reflect “Buy this grill, get this grill cover OR a rotisserie kit free (customers choice) in simpler terms buy X, get Y OR Z free.
Auto Added by WPeMatico
I am looking to make a rule to reflect “Buy this grill, get this grill cover OR a rotisserie kit free (customers choice) in simpler terms buy X, get Y OR Z free.
I have added cart rule and its working properly, I need to exclude specific product from cart rule and others to go with cart rule. EX: sku1 need to exclude from cart rule. 1.Only “sku1” in the cart – No… Read More »Magento 2 cart rule conditions and action to exclude specific product using sku
I’m running a Magento instance of 2.3.6-p1 using PHP 7.3 and having issues with Magento not calculating the discounts correctly. How I tested Set discounts to be applied before tax in the admin Set up a cart price rule for… Read More »Percentage discounts using cart price rules being calculated incorrectly
I need to create an indexer for cart price rules. I decided to iterate the values from sales_rules table and extract the products from conditions_serialized coloumn. My indexer file is like below.i Will share the executeFull method only here public… Read More »How Magento validate products in cart for carts price rule and how to extract product from conditions_serialized column of the sale rules table?
I have 100 products in my store and each product has different price. I want to add discount on each product based on specific price. For example, If a product is added into the cart and it has 100usd price… Read More »Add discount on each product based on product price
I want to add a custom fee to the cart summary when the checkbox is check and remove when unchecked and also adjusting the order total with each checkbox change. How can I achieve this?
I would like to modify Discount Amount of cart price rule on the cart page. Actually Magento apply rule using class MagentoSalesRuleModelRulesApplier and function is protected function setDiscountData($discountData, $item) So for that, I create a preference to modify Discount Amount… Read More »How to Modify Discount amount of cart price rule on cart page in magento 2
What is the purpose of the shipping cost, I can observe the shipping Price is always visible on the frontend calculation. I’ve tried to edit the below file to verify the shipping cost. But it is not visible anywhere or… Read More »Magento 2 Shipping carrier Shipping Cost Vs Shipping Price
Hunter Black Light Weight Rubberised Jacket Qty 1 R2,699.00 R50.00 Delivery to your door Discount (TESTING) R5000 -R2,742.48 Order Total R5.68
I am trying to set up a exclusionary shopping cart price rule in Magento 2 using a coupon code. e.g. Apply a 10% discount to all products on the store with X coupon code, but NOT to the following Manufacturer’s.… Read More »Exclusionary Cart Price Rule – Magento 2