Skip to content

magento man

Fail to setup:upgrade and setup:di:compile after upgrading to 2.4.7 and 2.4.7-p3

I’ve tried everything from upgrading all modules, give right permissions, removing generated folder, dumping composer, nothing works and I can’t setup:upgrade or setup:di:compile. Please help, thanks in advance php bin/magento setup:upgrade Cache types config flushed successfully Cache cleared successfully File… Read More »Fail to setup:upgrade and setup:di:compile after upgrading to 2.4.7 and 2.4.7-p3

I want to change the default success message of applied coupan by taking a private value in JS object

This success message “Your coupon was successfully applied.” should be replaced with coupan label. I have console.log(totals) value in vendor/magento/module-sales-rule/view/frontend/web/js/action/set-coupon-code.js here is portion of my code. ).done(function (response) { var deferred; if (response) { deferred = $.Deferred(); console.log(totals.totals._lastValue); console.log(totals); and… Read More »I want to change the default success message of applied coupan by taking a private value in JS object