Cart Price Rule
I am working in Magento 2.4.5 I am trying to set a Cart Price Rule where I say “Buy specific X SKU and Y SKU get 10% discount on” Is there any possibility to set this up without any extension?… Read More »Cart Price Rule
Auto Added by WPeMatico
I am working in Magento 2.4.5 I am trying to set a Cart Price Rule where I say “Buy specific X SKU and Y SKU get 10% discount on” Is there any possibility to set this up without any extension?… Read More »Cart Price Rule
I want to know if we can pre populate the discount code in the checkout/cart page when customer clicks a button from a page. Aim is when customer clicks a button from a page it should redirect them to checkout/cart… Read More »Pre populate the discount code in checkout/cart
I want to apply coupon code programmatically when the condition is true. If condition false coupon code should be not applied. Please help me.
I want to add additional prices to a specific product such as courier charges. How do i do that in Magento 2 when I only have Flat Rate, Free Shipping and Table Rate? Without needing a plugin I mean.
Magento version 2.4.5-p1. In the Magento cart price rule, the coupon code is shown as marked on admin but it is not used from the frontend, and also coupon code is not visible when we checked from admin coupon reports.… Read More »Magento 2 coupon code is not used but it is show used on admin
I want to show the Items price striked with discounted price after applying voucher code. app/code/Vendorr/DiscountShower/etc/di.xml <?xml version=”1.0″?> <config xmlns:xsi=’http://www.w3.org/2001/XMLSchema-instance’ xsi:noNamespaceSchemaLocation=’urn:magento:framework:ObjectManager/etc/config.xsd’> <type name=’MagentoCheckoutModelDefaultConfigProvider’> <plugin name=”AddAttPlug” type=”RltSquareDiscountShowerPluginConfigProviderPlugin” /> </type> </config> app/code/Vendor/DiscountShower/Plugin/ConfigProviderPlugin class ConfigProviderPlugin { /** *@var checkoutSession */ protected $checkoutSession; /**… Read More »How to show Discounted Price along with strike Discount Amount in Order Summary of checkout after apply the voucher code?
Is there a way to get the exact cart price rule expiration date (the hour and minutes), I see that magento only stores the years, month, and day for to_date field.
When a scheduled change is set for a cart price rule activation, it doesn’t work on the storefront within the set time frame, namely, when I put the coupon code, it shows a message that a coupon code is invalid… Read More »Scheduled change for cart price rule activation
I have products such as gaming tables and chairs I want to add two prices to them Price with carton and price without carton how can I do that
I have multiple active shopping cart rules on my website, including some older rules. The problem is that Magento validates these rules every time there is an update to the shopping cart or when a customer proceeds to checkout. The… Read More »I have a question regarding shopping cart rule validation