Explore some hotly anticipated new additions to JavaScript, including better date management with the Temporal API and pipe operators. Continue reading 5 Exciting New JavaScript Features in 2024 on SitePoint.
Daily Archives: March 13, 2024
Learn about web development workflow and tools and strategies that can help a team manage its projects more efficiently and effectively. Continue reading Tools and Strategies for Efficient Web Project Management on SitePoint.
Recently I’ve been facing issues with reindex process, some indexes are shown with status Reindex Required and even if I achieve to reindex them they continue with the same status. After some days indexes got stuck and reindex never ends. So I decided to take a backup from my production […]
I have a couple custom modules, one for adding eav attributes to customers, and I had a module that filtered those customers based on the attribute values, which ‘was’ working. When I say “filter” I mean the same type of conditions block as is used in cart price rules. Another […]
we were just given a new UI for our website and we need to make some radical changes to our theme; one of them being changing the header’s container from one colum-horizontal to 3 columns-vertical. We basically need to divide the header container in 3 columns in which the first […]
This a Category.php in UiComponentListingColumn in a child module public function prepareDataSource(array $dataSource) { $fieldName = $this->getData('name'); if (isset($dataSource['data']['items'])) { foreach ($dataSource['data']['items'] as & $item) { //print_r($item);die; if (isset($item['product_id'])) { $product = $this->_productloader->create()->load($item['product_id']); $cats = $product->getCategoryIds(); $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $categories = []; if(count($cats) ){ foreach($cats as $cat){ $category = $objectManager->create('MagentoCatalogModelCategory')->load($cat); […]
Is there a way to disable page builder for product description field? I know there are articles how to remove from category description, but I didn’t find for the product description, I tried to do it myself (result below) but it doesn’t work. Any ideas? <?xml version="1.0" encoding="UTF-8"?> <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" […]
The device which is connected to the Internet is my home gateway Huawei HG8245H5. I have a second device connecting my home gateway and my PC TP-Link TL-WR720N. I was able to use WoL through the Internet in this configuration. This is my problem now: I don’t need the TP-Link […]
As you see below, the closed source driver is 1 year old. Why is this so old? This laptop is not that old, so a newer driver might make a difference. Also, why is the open source driver, video-linux , even older? Isn’t that odd? I used it before because […]