Currently the Tax Exempt application from the Admin side has no option for a streamlined rejection process, is just a Y or N switch. Is it possible to have a rejection flow where a template goes out inviting someone to re-apply or else, all from Magento? Rejections when a customer […]
Daily Archives: April 23, 2024
I know it is possible to change it in php.ini or .user.ini and such, but is it possible to rename the default session cookie name PHPSESSID to something else on the application level? EDIT: If yes, how?
getting 0 when using use MagentoAuthorizationModelUserContextInterface::getUserId() on the home page block in cms_index_index.xml layout file.
How can I use a custom widget function in a magento jquery widget? requirejs-config.js var config = { "map": { "*": { "customwidget": "Vendor_Module/js/customwidget", "Magento_Catalog/js/catalog-add-to-cart": "Vendor_Module/js/catalog-add-to-cart" } } }; catalog-add-to-cart.js define([ 'jquery', 'mage/translate', 'underscore', 'Magento_Catalog/js/product/view/product-ids-resolver', 'Magento_Catalog/js/product/view/product-info-resolver', 'Vendor_Module/js/customwidget', 'jquery-ui-modules/widget' ], function ($, $t, _, idsResolver, productInfoResolver, customwidget) { 'use strict'; $.widget('mage.catalogAddToCart', […]
I’d like to replace the error message in this magento core function. vendor/magento/module-inventory-sales/Model/IsProductSalableCondition/BackOrderNotifyCustomerCondition.php public function execute(string $sku, int $stockId, float $requestedQty): ProductSalableResultInterface { $stockItemConfiguration = $this->getStockItemConfiguration->execute($sku, $stockId); if ($stockItemConfiguration->isManageStock() && $stockItemConfiguration->getBackorders() === StockItemConfigurationInterface::BACKORDERS_YES_NOTIFY ) { $stockItemData = $this->getStockItemData->execute($sku, $stockId); if (null === $stockItemData) { return $this->productSalableResultFactory->create(['errors' => []]); } $salableQty […]
I have a line that looks like this: NoSpace1 ~ NoSpace2 ~ Contains Space3 ~ NoSpace4 ~ 2011-03-29 ~ FollowedBySpace5 (2) I want to be able to select each group separated by ~ (that’s a [space]~[space]). However, I can’t seem to find the correct regex structure. I start with ^([^ […]
Three PC – Win 11 Home, Win 10 Pro (2x) Gigabit Ethernet, router (CISCO/TP-Link/Mikrotik) as DNS and DHCP server (static/dynamic/predetermined), the same workgroup Setting is the same in all the PCs: Network = Private network. Private networks – Network discovery ON, File and printer sharing ON Public networks – OFF, […]
I am on Windows 11. This started happening only a few days ago after I had manually ended the LampArray Translation Service from Task Manager. Many users are suggesting this task interferes with Logitech’s software that controls RGB on their products and to end the task. However, ending this task […]
I recently bought a Brother laser printer, plugged it into an outlet previously used for a laser printer, and it popped the house circuit breaker that the outlet is on. The circuit breaker is an AFCI type. According to Brother, it’s a known problem, where their laser printers can trigger […]