We used the following method, to create a custom field for the product custom option section: https://devhooks.in/blog/magento2-how-to-add-custom-field-in-custom-option This works fine, but we can not define the value for a store view specific. How can we modify the code, to save different values for store views? See our; CustomOptionsPluginCatalogUiDataProviderProductFormModifier <?php namespace […]
Magento
I’m order the product and proceed to checkout then show the error. I’m use the “zoho credentials” after that i remove the “zoho credentials”. and use the gmail Own smtp but still error is coming. could be any suggestion please help.
I am currently building a storefront using Magento 2 and Magento’s GraphQL API via Remix.run. However, when a customer tries to log in, they receive the error message: The current user cannot perform operations on cart 'XXXXX'. I am unsure what is causing this error and would appreciate any help […]
I created an attribute (my_text) as a text field. In stores Attributes Product under Storefront Properties I set Used in Product Listing to Yes. However, the attribute is not displayed on the category page. On the other hand, Used for Sorting in Product Listing is available with “Yes”. How do […]
To install Magento2 on my mac local, I installed php, httpd, mysql, etc via brew. I got success message when I run bin/magento setup:install ~. but I get 503 error when I visit local/magento_test. and endless loading on magenot-test.local ‘503 Service Unavailable The server is temporarily unable to service your […]
I have updated the ‘url_key’ column in my Magento CSV file and imported it successfully. However, the old URLs are still returning a 404 error, even though the new URL keys have been updated correctly. On the other hand, when I manually update a product’s URL key in the Magento […]
when i import database to new server this error shown -- -- Constraints for table `catalog_product_entity_media_gallery_value_to_entity` -- ALTER TABLE `catalog_product_entity_media_gallery_value_to_entity` ADD CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE, ADD CONSTRAINT `FK_A6C6C8FAA386736921D3A7C4B50B1185` FOREIGN KEY (`value_id`) REFERENCES `catalog_product_entity_media_gallery` (`value_id`) ON DELETE CASCADE MySQL said: Documentation #1452 - Cannot […]
i have trouble when i’m trying to save data to session,i send ajax request to my custom controller,save variable to session object, but when i’m getting data on my custob block, it returns nothing /** * @var StoreManagerInterface */ protected StoreManagerInterface $storeManager; protected Session $session; /** * @var SessionManagerInterface */ […]
When extending Magento Luma less files in one children theme, what exactly is the name and the complete structure of the “parent” folder (mentioned at https://developer.adobe.com/commerce/frontend-core/guide/css/quickstart/customize-styles/#extend-parent-styles) ? I find the documentation very fuzzy here and I need help with this. I only can assume at this point we don’t want […]