We use the following code, to get the category name of a specific product. This works fine, but we face the issue with the store views. It only works well if the specific store view does have a unique value for the category name. See this part $cond[] = $items->getSelect()->getConnection()->quoteInto("category_name.store_id=?", […]
Magento
I initially launched my site using a git clone of magento2 repo. Since then, it appears installing this way is unsupported. Using git pull and changing git branches I was able to get my site from 2.4.3 to 2.4.4. But now I’m not sure how to get it to 2.4.5 […]
I don’t need or want to have the item condition to follow some business rules, avoiding showing them on the admin panel or emails. How could I remove it?
I am integrating UI grid with complete CRUD operations with UI component on frontend. But i am facing 1 issue of caching, when we edit from Actions column on frontend grid, the data provider is called and i get the loaded data only after i flush cache from terminal. So […]
After upgrading my Magento 2.4.5 to Magento 2.4.6, I can’t disable the 2FA extension in my local environment anymore. This is the error that appeared. Unable to change status of modules because of the following constraints: Cannot disable Magento_TwoFactorAuth because modules depend on it: Magento_AdminAdobeImsTwoFactorAuth: Magento_AdminAdobeImsTwoFactorAuth->Magento_TwoFactorAuth How could I solve […]
I want to remove the block from the currently applied third-party theme. What is the standard way to achieve this in Magento 2?? Please provide the guidelines considering the future Magento upgrade activity.
I want to use for my online shop agoshop.at a recaptcha. I used the following site: https://experienceleague.adobe.com/docs/commerce-admin/systems/security/captcha/security-google-recaptcha.html?lang=en But when I open in the admin panel Stores > Settings > Configuration. I cannot choose Google reCAPTCHA in the Admin Panel in Security. There I can see only 2FA. Hope someone can […]
Someone please correct me if I am mistaken in my assumption that MFTF standalone can be used to run tests on remote environments, given the correct credentials. Currently, I have a working Magento 2.4.5-p1 installation with a working MFTF set up. I may have missed it in the docs, but […]
I have created a custom shipping method and added two radio options of weekday delivery for 5$ weekend delivery for 10$ which becomes visible when the user selects the custom shipping method. Now I want to add the radio option value to the order total (which means 5$ should add […]