I am using Magento 2.4.2 and am trying to apply a coupon code that discounts a fixed amount of £5 off on any order. The coupon code works fine when two same products get added in any quantity, but does not work fine when two different items are added to the cart. When there are two or more different items the coupon code is discounting seemingly random amounts such as £2.33 or £1.21. The amount seems to vary with the number of items in the cart as soon as a second item is added. The discount amount is in proportion to the percentage of the cost of the products added to the cart. And discount occurs with the proportion amount with the latest product added to the cart. This is a pattern in discounting those random amounts instead of £5. But, my concern is why exactly £5 is not discounting when two different products are added to the cart. I have confirmed that no other cart price rules are overriding this coupon code. The coupon code is configured as 'Fixed amount discount for whole cart', I'm not sure why this glitch is occurring. Please help me.
@kyoukai9379 Жыл бұрын
Hello everyone, I Can't find the SKU option in my Conditions
@annguyenngocnhu72852 жыл бұрын
Can you please share the list of all Promotions that you have configured in the video?
@Astralwebincloves2 жыл бұрын
i've added the list in the description of this video
@annguyenngocnhu72852 жыл бұрын
@@Astralwebincloves Great thanks!!
@hasannajaf53202 жыл бұрын
Can you show us how to create a cart rule that only applies to staff members to get free delivery when they purchase for $5 or above
@Astralwebincloves2 жыл бұрын
its very similiar to the video. all you have to do is add the "customer group" in the promotion and set "condition" amount is 5 or above and "action" turn on the "apply to shipping amount" radio button
@mikamika86092 жыл бұрын
Hello, please tell me how to do this Make a configuration in the admin where there will be two fields SKU 1 SKU 2 Develop the following algorithm, when a product with SKU 1 is added to the basket, then a product with SKU 2 should be automatically added Rules: Prevent multiple SKU 2s from being added even if multiple SKU 1s are present SKU 2 and SKU 1 must be created programmatically using a patch SKU 2 must have a price of 0 and also be invisible on product listing pages, make it impossible to buy SKU 2 without SKU 1 (in case SKU 1 is removed from the cart) thank you
@Astralwebincloves2 жыл бұрын
there is no way out of the box to achieve this. i would recommend for you to look at "free gift" extensions for similiar functionality.
@anishc82562 жыл бұрын
Need to put logic of 5% off upto 500 rs on all products
@Astralwebincloves2 жыл бұрын
sorry but no simple way to do this in magento default without customization or extension.