Skip to content

magento man

Added custom field/attribute to magento 2 pageBuilder all content types but the attribute is not displaying on frontend html

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… Read More »Added custom field/attribute to magento 2 pageBuilder all content types but the attribute is not displaying on frontend html

Catalog search index process error indexation process

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… Read More »Catalog search index process error indexation process

Change url filter in Magento 2

Me again. When I filter in a category in Magento, it show a page like www.mymagento.com/mycategory?cat=3 Exist a way to replace the ID for the name? for example www.mymagento.com/mycategory?cat=mysubcategory or in a better way www.mymagento.com/mycategory/mysubcategory Thanks!

How to toggle custom tab visibility in product view with event observer based on custom attribute’s value (custom layout handle)?

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… Read More »How to toggle custom tab visibility in product view with event observer based on custom attribute’s value (custom layout handle)?