I’m trying to use the sales_order_place_before event to remove or add products to the order only after successful payment but facing a few different problems. There are a few different solutions I could find, but every time I’m there is a different issue: Products I’m adding are not correctly deducted […]
Magento
Upgrading from Magento 2.3.x to 2.4.5-p1, having sorted through the various PHP 8.1 issues, running setup:upgrade from the cli finishes, but the front end reports the standard Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory. The following modules are outdated: error. There are some really basic […]
Magento 2.4.2-p1 Smartwave Porto 13 Amasty extensions I offer special ‘Expedited Christmas is guaranteed for orders by 12/20’ shipping option for $25. Last Christmas, we set it up via the Shipping Rules Amasty extension which connected through the [freeshipping] shipping option where the price was overriden directly in the ‘Expedited […]
I’m getting this error on admin category page. I’m not sure where to start to debug. Error: Call to undefined method ProfFiCompanyAccountUiDataProviderModifierDummy::setCategory() in /app/code/ProFi/ShopbyProFi/Plugin/Catalog/Model/Category/DataProvider/ModifyDataProvider.php:52 Would you have any idea? Thank you
Im trying to save a new redirects into the urlrewrite model but it seems that save() doesn’t exist in those factorys: MagentoUrlRewriteModelUrlRewriteFactory or MagentoUrlRewriteModelResourceModelUrlRewriteFactory or Magento/UrlRewrite/Service/V1/Data/UrlRewriteFactory (missing save method) this is my code: <?php declare(strict_types=1); namespace ItonomyCreateRedirectsConsoleCommand; use MagentoUrlRewriteModelUrlRewrite as BaseUrlRewrite; use MagentoUrlRewriteModelResourceModelUrlRewriteCollectionFactory; use MagentoUrlRewriteServiceV1DataUrlRewriteFactory; use SymfonyComponentConsoleCommandCommand; use SymfonyComponentConsoleInputInputInterface; use […]
I have been trying to configure Elasticsearch in the Magento installation for a few days but I can’t get it to work completely, I see it close but there is always something that fails. I installed Magento disabling this module but now I want to do it right and enable […]
I am facing one issue when I enable merge JS see below details. I have one JavaScript which is adding button into the webpage, this script is working fine with default loading of the JavaScript but when I enable merge JS and set production mode then this JS is only […]
Magento 2.4-p1 Smartwave Porto 13 Amasty extensions I am having terrible problems with extensions from Amasty. Now I need to untick/uncheck the ‘Billing address is same as Shipping address’ and I can’t do that due to Amasty’s extensions changed the check-out (namely the One-Step-checkout extension which we have disabled but […]
Output { "response_code": "success", "response_message": "unique cart url created successfully", "response_data": { "cart_url": "http://local.trace.com/checkout/cart/" } } If i click on above cart url, it should take me to cart page with cart products