In Magento2 I need to show in homepage something like this —> I know that there’s a default slider-2 block in vendor/hyva-themes/magento2-default-theme/Magento_Theme/layout/cms_index_index.xml, but I wasn’t able to modify it in any way, if there’s a way to apply multitabs to that block it would be great as well! So I […]
Magento
Magento version upgraded from 2.3.5-p2 to 2.4.4. This is enterprise(Commerce) Edition. After upgrading the version Pagination on the listing page is not working. All products are showing. Also, the limiter in the toolbar is not available for product limits 12,24,36 I have tried this url but after the limiter is […]
how to in API create_at time change. because when I am set local India/Kolkata then place an order after that created_at properly show sales order admin grid and view page. but in postment api is not showing the proper date. so please check the below screenshot.
Good afternoon guys, I’m creating a module to add a product to the magento 1.9 cart, which is outside the site, on an external site. When sending the information from an external server via POST, through my url, I’m getting a no-route-2 error. It works correctly for the same server […]
I have a curl request example, it is working once I’m checking it with command line. curl https://api.stripe.com/v1/payment_intents/search -u secret key: –data-urlencode query=”status:’succeeded’ AND metadata[‘order #’]:’1000210589′” -G I’m trying to convert this code in Magento. I have to use the GET method. I would like to know how we can […]
I’m trying to translate “The requested qty exceeds the maximum qty allowed in shopping cart”. I already have the translation in the correct translation file: app/design/frontend/Vendor/Theme/i18n/Language.csv with: "The requested qty exceeds the maximum qty allowed in shopping cart","Translation" The other translations are working (didn’t test all, but the ones i […]
I created a custom module. My module adds the custom attribute to product. Now when I try to add New Product in Magento 2.4.4 , I am getting The “componentType” configuration parameter is required for the “” component. error Here is My code for InstallData.php <?php namespace VendorModuleSetup; use MagentoEavSetupEavSetupFactory; […]
Am tried to save customer email using customer factory but it throws errors like “Street Address” is a required value. “Phone Number” is a required value. in Magento 2 when the customer has a valid street and phone number. Here is code: $customerDetail = $this->_customerFactory->create()->load($custId); $customerDetail->setEmail($newEmail); $customerDetail->save();
I need to place a 3dviewer in an iframe next to the product image frame, someone who can help me, thanks