How to allow only numbers in certain input-field for Magento Admin Control-Table/Config-Table
I want to allow only numbers for a certain input field in a Magento Admin Control-Table/Config-Table. Has anyone done that before or has a hint? Greez
I want to allow only numbers for a certain input field in a Magento Admin Control-Table/Config-Table. Has anyone done that before or has a hint? Greez
There is the standard way to implement “load more products” via ajax request the next page and append the needed part of the html code to listing. There is the problem with js init also, the std method to solve… Read More »Hyva products category “load more products” via fetch javascript init problem
Anyone have this issue before, I notices even in a freshly installed magento 2.4.4p4 commerce edition this issue occur Let me know if this is the correct page to post this issue or I should post this issue into a… Read More »How to fix Magento’s built-in session management that conflict with how GTM handles sessions causing session regeneration issue
I�ve been with the host in question for about an year now, and other than this I�ve never had an issue. The problem showed up right away af… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1917738&goto=newpost
I am trying to get my head around csp after upgrading Magento to 2.4.7. Prior to this, it was disabled. I have installed a custom module successfully and added a csp_whitelist.xml file with the following that I copied off a… Read More »Magento 2.4.7 – Advice setting up csp
I’m using Magento 2.4.6 and want to add Customer Group to the New Order email template. We need some way to know what customer group belongs to because we do different things whether the order is from a general, wholesale,… Read More »Add Customer Group to Email Template
I have a plugin/interceptor hooking into a Vendor webhook function. This vendor webhook handler has an MagentoSalesModelOrder model where they add comments through the addStatusHistoryComment function. When my plugin function is called, I then call $order->getStatusHistoryCollection(true), to receive the comments.… Read More »getStatusHistoryCollection missing latest comments in plugin/interceptor
I’m working on a Magento 2 project where I need to display custom reports under the order grid on the Sales Orders page. Specifically, I want to show the following fields: Total (totals sum) Subtotal (subtotals sum) Shipping (shipping sum)… Read More »Display Custom Reports on Magento 2 Sales Orders Page
I have a custom collection for ordered products for a customer. $connection = $this->resourceConnection->getConnection(MagentoFrameworkAppResourceConnection::DEFAULT_CONNECTION); $customerSession = $this->customerSession->create(); if ($customerSession->isLoggedIn()) { $customerId = $customerSession->getId(); $result1 = $connection->fetchAll(‘SELECT distinct(product_id) FROM `sales_order_item` as soi INNER join sales_order as so on so.entity_id=soi.order_id WHERE so.customer_id… Read More »Pager not work in my custom collection?
I am setting up a module to run on our Magento 2.4.6-p5 multi-website instances. The module requires that a dropdown category attribute be setup with a default value and n other options (1 initially). I have this working as is… Read More »Dynamic XML entity attribute value