Adding additional Prices to a specific product
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.
Auto Added by WPeMatico
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
I get this error when I tap “schedule new update” button in a cart price rule page you can see in the image below, I echo $className variable, which causes the error, it displays “MexbsApBaseBlockAdminhtmlPromoQuoteActionDetailsStaging”, but there is no Staging… Read More »TypeError: get_parent_class(): Argument #1 must be an object or a valid class name, string given in magento/framework/Code/Reader/ClassReader.php
I need to create a condition which applies a 10% discount on a particular sku, when it has a quantity equal or greater than 3. How can I achieve this in the Magento admin cart rules section ?
I am apply multiple cart rule in same time checkout page Please give me suggestion. The following scenario give below. Scenario # 1 – which is active on staging, but not working. * Buy 3 of SKU: 0110025186 and get… Read More »How i control many cart rule scenario