As known in Magento there are multiple ways to apply special pricing from products and based on many answers I found this forum I created a module with Layer Navigation to load all products that have special prices applied and also Catalog rule price applied however it ended up loading […]
Daily Archives: March 7, 2023
Hopefully someone can help as we can’t find anyone else having the same issue that we are. We have just gone live with our new Magento 2 website. We noticed that if we add an item to the cart and click on another product then add that to the cart […]
I have need to add dynamic text field in cart price rule edit section. when click on Add button text field should be added. And save data in salesrule table. I have created one field in salesrule table for save data. Need to implement Add multiple text field in cart […]
We are using justbetter/magento2-sentry for catching errors in our Magento 2.4.5-1 shop and have lots of reports of such errors: Warning: simplexml_load_string(): namespace error : Namespace prefix xsi for type on argument is not defined Digging down lead us to Framework/View/Model/Layout/Merge.php where a generic exception is caught: private function extractHandlers(): […]
I’m not a Magento expert and I have to solve an highlighted issue. Let me explain the scenario. I noticed that, when an order contains an item with options two rows are created into the sales_order_item db table: one row is related to the configurable product one row related to […]
I am trying to identify which Windows 10 64-bit Shell Bag was most recently saved, but as I have 5000 Bags the “max bag” parameter from powershell is useless and the BagMRU key in the registry is a very deep tree (which identifies several dozen “last bags”). Is there a […]
I would like to access the creation date of a DNG file, SomeImage.DNG. In Windows Explorer, under View > Details, the “Date” column lists the correct creation date, which I happen to know. But when I try to access the creation date from different tools on the command line, I […]
I am trying to run systemctl --user status from a user account in order to not run services from root. The way I do it is as follows: loginctl enable-linger $USER export XDG_RUNTIME_DIR="/run/user/$UID" Then when I run systemctl --user status I get the following error: Failed to connect to bus: […]
I am running a virtual Ubuntu machine and my host machine’s private IP is 10.12.63.16. The virtual machine is running a website on http://10.12.63.130/. The virtual machine is a bridged connection to my host. I am trying to block my host IP from accessing that website. I am trying to […]