I currently try setting up configurable product for our store, for example we sell a laptop with 3 grading A / A- / B and each grading has its own quantity and price. When setting the correct price / quantity to its respective grading all looks good but it wont […]
Magento
Clearing the backlog is taking an excessive amount of time. Assistance in resolving this issue would be greatly appreciated. There are thousands of backlogs.
Magento246 how to add custom filter with options on catalog layer navigation.. https://prnt.sc/7ZtTc1kGqVJR 1.first_option_value(all enabled product collection). 2.second_option_value(all disable product collection).
To better understand what I mean by a ‘System Config Field’ check the picture bellow from here I already know that I can configure the visibility of a Field based on the scope (Default/Website/Store/Store View). I also know that I can display a field based o a value of another […]
I created product attributes based on the selection of attribute yes/no I am calling Ajax to get value and set it in the editor custom attributes but after setting value by jQuery and saving the product it’s not saving. If the shipping exception is no If shipping exception yes I […]
I am using a module for login OTP in magento 2.4.6 but getting this error, while running di:compile. Incompatible argument type: Required type: MagentoCustomerApiAccountManagementInterface. Actual type: MagentoCustomerApiCustomerRepositoryInterface; File: /var/www/html/app/code/Excellence/Sms/Controller/Rewrite/Customer/Account/CreatePost.php please help the File is : <?php namespace ExcellenceSmsControllerRewriteCustomerAccount; use MagentoCustomerModelAccountRedirect as AccountRedirect; use MagentoCustomerApiDataAddressInterface; use MagentoCustomerApiCustomerRepositoryInterface; use MagentoFrameworkApiDataObjectHelper; use MagentoFrameworkAppActionContext; […]
How can I add custom js validation to my cart estimate page for the zipcode? The default Magento 2 behavior is that, on any change in pincode field, the prediction action starts and a spinner is shown, even if my pincode is incomplete or invalid. So, how can I add […]
After upgrading Magento from version 2.3.5p1 to 2.4.6p4, I’m encountering an issue with the checkout process specifically for logged-in users. The checkout_index_index page is not functioning correctly, and API requests related to guest carts are resulting in 404 errors. Error Details: In the browser console, the following errors are observed: […]
When I add custom menu items to the top menu (where product categories are placed) they are not set as active or are always active, depending on logic I implement for checking active state, no matter the URL. The actual issue is caching, I guess. So, how to set menu […]