svg/webp Module get stopped working after the magento version upgrade [closed]
svg/webp Module get stopped working after the magento version upgrade 2.4.7.p3 Any idea? I’m using the MagestyApps plugin https://github.com/MagestyApps/module-web-images
svg/webp Module get stopped working after the magento version upgrade 2.4.7.p3 Any idea? I’m using the MagestyApps plugin https://github.com/MagestyApps/module-web-images
I noticed that there are many tools and plug-ins for WordPress to secure it such as banning IP firewall traffic filtering, but many of these… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1932948&goto=newpost
I have created a customer custom attribute with the above code: namespace VendorCustomerSetup; use MagentoCustomerSetupCustomerSetupFactory; use MagentoFrameworkSetupInstallDataInterface; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoEavModelEntityAttributeSetFactory as AttributeSetFactory; class InstallData implements InstallDataInterface { /** * Customer setup factory * * @var CustomerSetupFactory */… Read More »Cannot get customer custom attribute in Magento 2.4
Hi I am getting the Deprecated Functionality: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in From upgrading to php version 8, the module doesnt have an updated version I can use so I need to… Read More »Fix ($haystack) error from php for strpos
I want to load html of a particular block and save it in cms/block programmatically by using a CLI command. MagentoFrameworkViewResultPageFactory returns an empty string when calling toHtml() on it. I have also tried MagentoFrameworkViewLayoutFactory but result is same. What… Read More »How to load a block and get it’s HTML as string inside CLI Command?
Is it possible to show thumbnails on mobile/responsive view instead of dots on the product detail page with Fotorama on Luma? If so, how?
I am trying to update the “customer_entity” table “custom_column” value upon customer confirmation. For that I used a plugin as follow. This is my di.xml content for this pluging <type name=”MagentoCustomerModelAccountManagement”> <plugin name=”customCustomerEntityColumn” type=”VendorModulePluginModelAccountManagementPlugin”></plugin> </type> And this is my Plugin… Read More »How to update custom_column value in customer_entity table upon email confirmation in magento 2?
Hi everyone and happy new year I’m not able to complete indexing and get some errors. Any clue? Design Config Grid index has been rebuilt successfully in 00:00:00 Customer Grid index has been rebuilt successfully in 00:00:04 process error during… Read More »Magento 2.4.7-p3 indexation problem
I am looking for a solution for customer registration on Magento version 2.4.7-p2, specifically for my wholesale store site. I need to display the following additional fields on the registration form: Company Name (required) Phone Number (required) TAX (required) Address… Read More »Magento 2: How to add Address, Phone Number & Tax fields in Customer Registration Form?
I have a Magento 2 installation on Mac(Sequoia) with MAMP(Apache). I have installed LocalStack on Docker(Colima) and it is working fine separately. I am trying to connect my Magento with Localstack using the following command bin/magento set:confi:set –remote-storage-driver=”aws-s3″ –remote-storage-bucket=”local-bucket” –remote-storage-region=”eu-central-1″… Read More »Magento 2 MAMP setup, how to connect with localstack docker