I’ve been working on a module that adds Configurable Child Products to Cart at the Simple Product they are. This all works fine. The part of the module I’m working on now is to get the Child Product Image. If there is no Child Product Image, then to use the […]
Magento
I extended magento 2 pageBuilder media content types (image, banner, slide, slider etc..). So if I add any value in that custom field that will be displaying on frontend CMS (home) page correctly but I have the image/banner in category listing page as well at some of the positions. If […]
In Manage Categories, I want to add a field called ‘child_categories’ to select categories and save them to my table child_categories with a column called categories. the code below, displays the category tree, but it does not save when I save the category. <?xml version="1.0" encoding="UTF-8"?> <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <fieldset […]
Hello everyone, Could you please share with me the code or a comprehensive tutorial on how to add a custom page with random products in a Progressive Web App (PWA) using GraphQL? Thank you.
I did a new installation of Magento (2.4.6-p2) and did the data migration from Magento 1. Everything seems to work, except the catalog pages, which give the following error on the frontend: Error: Cannot instantiate interface MagentoAdvancedSearchModelClientClientOptionsInterface in /var/www/html/magento2/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:121 I have OpenSearch 2.11. In Magento backend the test is ok. […]
When I edit product or products in admin, after save, Magento clear cache. Now, When I decide to change 1 product this is ok, but when I want to made changes on 100 product, this is quite annoying…. For example.. I rewrite descriptions on each product… I need for this […]
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 “” […]
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 […]
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 […]