so i have a little problem. I have a nice pc with a new rtx 4070 and a ryzen 7 3700x. I have 32 gb of ram and a b450 tomahawk max 2 as a motherboard. So before the 4070 i had a 1660 ti. On games like fortnite i […]
Monthly Archives: November 2023
Learn the basics of the Node.js file system module, which provides an API for writing files to the macOS, Windows and Linux file systems. Continue reading How to use the File System in Node.js on SitePoint.
In this comprehensive comparison, explore the key differences and similarities between Laravel and CodeIgniter, two popular PHP frameworks. Continue reading Laravel vs CodeIgniter: A Comprehensive Comparison on SitePoint.
HTML emails can be tricky to code. Learn the latest tips for dealing with email client quirks, ensuring your email campaigns work everywhere. Continue reading Essential Tips and Tricks for Coding HTML Emails on SitePoint.
Around a year ago, a client considered moving to Magento 2 and at the advice of another developer, they installed the data-migration-tool to prepare for a migration to Magento 2. However, they realized the (unnecessary) cost of re-writing all their extensions and they have since made the decision to stick […]
There is a custom tab “Ask Question” in a product that has a form (it has a logic for saving data to the database). My task is to create an event observer for the attribute that I have created programmatically via Setup/Patch/Data and remove the tab if the value is […]
I am trying to deploy magento on Kubernetes, I am using php-fpm as a base image with nginx, the magento files are available locally on Docker, but when I move it to Kubernetes i do notenter code here see anything in the PVC, FROM php:8.2.12-fpm@sha256:2aa938b6d62f7415e9c84d867d9ceed18ef8ec3cf3944d389e088c93f9678a84 as base ENV MAGENTO_PUBLIC_KEY “” […]
i added a new custom theme, in that theme i listed the products, now i need to add functionality of wish list, phtml file contains wishlist button, so how i can achive wishlist by clicking this button
“message”: “No record found with %fieldName = %fieldValue”, “parameters”: { “fieldName”: “id”, “fieldValue”: “0” }, <?php namespace handymustFilterModel; use handymustFilterApiFilterInterface; use MagentoFrameworkExceptionLocalizedException; class Filter implements FilterInterface { protected $_layerResolver; public function __construct( MagentoCatalogModelLayerResolver $layerResolver ) { $this->_layerResolver = $layerResolver->get(); } /** * {@inheritdoc} * @throws LocalizedException */ public function getFiltersByCategoryId($categoryId) […]