I am using below code to create downloadable product with downloadablelink and sample link, this script create the product but without links. /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ use MagentoCatalogApiProductRepositoryInterface; use MagentoCatalogModelProduct; use MagentoCatalogModelProductAttributeSourceStatus; use MagentoDownloadableModelProductType; use MagentoCatalogModelProductVisibility; use MagentoCatalogModelProductFactory; […]
Magento
I need to override my REST API endpoints to async and faced the issue that I don’t understand the difference between asynchronous endpoints in https://developer.adobe.com/commerce/webapi/rest/use-rest/asynchronous-web-endpoints/ and bulk endpoints in https://developer.adobe.com/commerce/webapi/rest/use-rest/bulk-endpoints/ As I see they are working in the same way via a queue, could someone explain the difference or probably […]
Hi all is there a way that i can pass custom billing address array to prefill billing address data on review and payment page $csutomerAddress = [ ‘firstname’ => “testname” ]; currently i have create created view model where i have this above address data array but i am not […]
I created a custom address select attribute where if changed, the validator of first name and last name will turn to not required. Is there a way to apply this logic on the checkout uiComponent shipping address form? I tried doing this using jQuery but is not working and seems […]
Magento 2.4.6 I need to remove the category description from the category page IF one of the filters is used. Ideally, it will be removed from the HTML, but as this is a usability issue more than SEO, hiding it with CSS or JS would be acceptable if that is […]
By adding a new store in my Magento 2.4.5-p1 EE, the indexers change to invalid status. This seems normal. If I execute a manual indexing via the CLI (bin/magento indexer:reindex), everything goes well because the indexings are obviously executed one by one. But if it is the Cron that executes […]