how to upload multiple images using block in magento 2?
$fieldset->addField( ‘image’, ‘image’, [ ‘name’ => ‘image[]’, ‘multiple’ => true, ‘label’ => __(‘Customer Images’), ‘title’ => __(‘Customer Images’), ] );
$fieldset->addField( ‘image’, ‘image’, [ ‘name’ => ‘image[]’, ‘multiple’ => true, ‘label’ => __(‘Customer Images’), ‘title’ => __(‘Customer Images’), ] );
Is it normal for our webhost to be using MySQL version 5.6 on their “turbo reseller plan”? MySQL 5.6 had its End of Life on February 20… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1906988&goto=newpost
Is it possible to implement multiple translations in a “Magento 2” way? I have a form on my website where I should have the same language text as a user browser language. How to achieve it? As an example: We… Read More »Magento 2 Multiple translations
Ok, let’s move on. I am new to this and I am trying to install magento 2.4.6 on a local WSL server with Ubuntu 22.04, I have apache2, php8.1 and 8.2, composer, mysql and elasticsearch 8 installed. I have 2… Read More »issues when installing magento 2.4.6 on WSL2 ubuntu 22.04
registration form shows one of the field as required, but it is not required, how remove the asterisk.
I have a problem with category images taking more time to appear on the home page
I want to make one of customer attributes not required I run the below code, but it doesn’t work public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context) { $customerSetup = $this->customerSetupFactory->create([‘setup’ => $setup]); $customerSetup->addAttribute( MagentoCustomerModelCustomer::ENTITY, ‘trade_license’, [ ‘required’ => false ] );… Read More »Updating custom customer attribute
Hi everyone, This is a heads up to all who are using A2 Hosting. I have hosting with them too. Recently, one of my websites was corrupted… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1906841&goto=newpost
I’m considering moving infrastructure providers from OVHCloud, I have a really short list of providers I’ve been looking at, some I’ve had a… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1906830&goto=newpost
I making a promo on Magento 2.4.5 Like buy any specific 5 products and get 1 free. We have products having FPT on them. I want to add this FPT product to cart with 0 price and 0 FPT when… Read More »Add Product to cart with 0 price and remove FPT from this product Magento 2.4.5