Good Afternoon, I am looking at a data scoping issue around category content fields for Magento 2 (2.4.5-p2). I have a list of fields that we typically fill in (please see below for category content field list). I would like to run a check against the category data tables and […]
Magento
I performed an update to version 2.4.6-p3 of Magento. I have two stores: one for French (Fr) and another for English (Eng). I am using the Tigren Ajaxcart module to display a popup when adding items to the cart, allowing users to select options. Prior to the update, everything was […]
We are looking to solve a problem with Magento 2.4.6 (version probably irrelevant). We have multiple configurable products available for sale and customers will place orders for big quantities of the various options. For example 500 Red / 400 Green / 300 Blue. Once they have been through and added […]
We recently updated the Magento version from 2.4.3 to 2.4.6 p3. After the upgrade, we are encountering an issue specifically with the price index. Manually, it works fine. When someone updates price data in bulk, or there is a price update using code, or any bulk product status changes using […]
Broken reference: the ‘product.reviews’ element cannot be added as child to ‘product_tabs’, because the latter doesn’t exist
Magento 2.4.6 We’re having issues with our indexing and are looking to optimise. We use Configurable products with Simple products as the variations. There are approx 200k simple products across approx 10k configurables. Configurable products are all categorised, obviously. Our Simple products are also categorised… But do we need to […]
I have an Product Attribute with following values : https://prnt.sc/u8JrDsg_noG0 now when I am trying to import with that : https://prnt.sc/jyArfXbh5Ezs It gives me error : https://prnt.sc/ZoE3kIJhqB3a It consider Pipe sign as a separator, so it gives me error in import process. Is there any solution regarding this Issue ? […]
I am trying to send emails programmatically on Magento 2.4.4-p5 using the TransportBuilder, but I get an exception: Area code is not set, even if I set it under the setTemplateOptions method. This is the content of my custom method used to send emails that is added in a helper […]