In this guide, we’ll walk you through the process of installing Node on Ubuntu, a popular Linux distribution, using three different methods. Continue reading Quick Tip: Install Node.js on Ubuntu on SitePoint.
Daily Archives: October 24, 2023
I want to filter Product List Page and I’m using a plugin to filter the collection using the layer class MagentoCatalogModelLayer::prepareProductCollection() The products are removed but the toolbar is showing a wrong count and the layered navigations has the gap for the products. I am using Magento 2.4
I not sure if i am missing something. I have enable guest checkout and is still not showing up at one page checkout.
I would like to know how you are doing either locally or ideally in production on an empty (rest or graph I guess) API call. Basically, how much time does Magento take to just load without even doing any real logic. For example if I take the endpoint /V1/cmsPage/:pageId. I […]
I have created a custom field “Plan Identifier” in custom option for products. Now, I want this field to be updated when we create a product using REST API and also the data of this filed when we make a GET request. I tried to send this in the payload: […]
I am unable to create an order programmatically with the carrier PostNL. The carrier code is “tig_postnl” and the method “regular”. Normally I set the shipping address simply using: $shippingAddress = $quote->getShippingAddress(); $shippingAddress->setCollectShippingRates(true) ->collectShippingRates() ->setShippingMethod('freeshipping_freeshipping'); (for full code please see example: https://webkul.com/blog/create-quote-and-order-programmatically-in-magento2/) Magento explodes the method on the underscore into […]
While sending a big file from HDD to SDD I realized that the transfer speed from HDD plateaued but receiving speed on SSD shows a periodic behaviour. Screenshot from my Task Manager Is there some hardware/SSD internal software reason behind it ? Is it the resolution of measurement ? HDD: […]
I am connected to a vnc server and am viewing it using a vnc viewer. On the vnc server, there is a VM. Both the vnc server and the VM are running the latest version of Ubuntu. My computer’s keyboard layout (I’m using Windows) is set to German. The keyboard […]
I inherited an old programming where it sends email alert The only keyword that I need to filter from all the other email is two exclamation marks Is there a way to search in outlook for two exclamation mark. Here is the example of the email subject Subject:!![Order Number: 12340001] […]