Im triying to list a item to see how it works the extension but i get this error and i wandered if there is a way to solve this issue, the error message that i get is the next one “Input data for <Item.ShippingDetails> tag is invalid or missing. Please […]
Magento
I need to add a extra container to page header. https://prnt.sc/dq9LDPcioxvJ please check attached screenshot.
Regarding a Magento 2.3.7 website, I was asked to assist a company with Google Analytics 4 setup this week. They are using Google Adwords and are now concerned about the conversion to Google Analytics 4. Seeing that Google stops UA (Universal Analytics) at the end of this month (June 2023), […]
One of the great new features of 2.4.6 is the out-of-the-box SMTP functionality. However I haven’t been able to get it to work with my Amazon SES credentials. Am I correct in asuming that Magento does not support this yet and I have to add this functionality or am I […]
In admin panel on creating order page, i need to set field Middle Name/Initial required, if chosen shipping method is “Free shipping”, otherwise, this field doesn`t need to be required. Also, is this possible on backend?
In GraphQL when I running below queries getting error. Mutation : mutation customerAccessTokenCreate { generateCustomerToken( email: "test@test.com", password: "Test@123" ) { token } } { customerCart { id items { id product { name sku } quantity } } } Query : { cart(cart_id: "dmCaKmh6zzm4KDSMSOGGkS75sB071857") { email shipping_addresses { available_shipping_methods […]
I have upgraded Magento to 2.4.5 and deployed it to a new server. When i browse site JS file is not loading, but css file is loading correctly JS path is like this – https://test.com/jquery.js CSS path is like this – https://test.com/static/version1687893220/_cache/merged/c2f02f3311375ce676a7b8fc512d783c.min.css Also check with disable merge JS file but […]
I have a Magento 2.4.3 multi-store and I am currently creating categories programmatically, with the following code: $category = $objectManager->create('MagentoCatalogModelCategory', ['data' => ["name" => $refCat['name'], "is_active" => $refCat['active'], "include_in_menu" => $refCat['menu'], "parent_id" => $parentID, "store_id" => $refCat['store_id']]]); $category->setCustomAttributes(["display_mode" => "PRODUCTS", "custom_use_parent_settings" => true, "is_anchor" => "1"]); $repository = $objectManager->get(MagentoCatalogApiCategoryRepositoryInterface::class); $repository->save($category); […]
When I am trying to compile, then I am getting Below error: Namespace not defined properly you can see proper command running here : www-data@robert-php-fpm:/var/www/html$ bin/magento setup:di:compile -v Compilation was started. Repositories code generation... 1/9 [===>------------------------] 11% < 1 sec 109.0 MiB In FileClassScanner.php line 201: [MagentoSetupModuleDiCodeReaderInvalidFileException] Namespace not defined […]