How to add review star column to admin Magento_Review grid – Magento 2.4?
How to add a review star column to the admin Magento_Review grid like the attached screenshot?
How to add a review star column to the admin Magento_Review grid like the attached screenshot?
I have a simple payment method module. I have successfully used Dependency Injection on both the 2 Controllers I have for 2 new Routes and on my Observer where I grab some data from the config. BUT, I have been… Read More »Why is the Magento AbstractMethod class throws an error when I use Dependency injection on my own class that extends it?
In Manage Categories, I want to add a field called ‘category_selector’ to select categories and save them to my table child_categories with a column called categories. the code below, displays the category tree but I need it to preselect saved… Read More »Preselect saved categories in Magento UI component
I am currently attempting to upgrade to the latest beta of 2.4.7. However it only seems to regonise: composer require-commerce magento/product-community-edition 2.4.7-beta2 –no-update But when I then run composer update –with-all-dependencies I then get: Problem 1 – Root composer.json requires… Read More »How to upgrade Magento from 2.4.6 to 2.4.7-beta
I’m not sure when it started not working or if it ever worked. Helping a friend out with their website. I’m going to assume it was working at some point. I looked in the logs while refreshing the page and… Read More »I have a custom search function that just started having a bit of an issue with caching (I’m assuming)
I’m looking for a code which i can use to update msi product stock. with different source code and quantity. I want to update product stock having msi enabled.
I need to add a dropdown as the one in the image. The current dropdown, shown in the image, contains some of my attributes. However, I need to add an additional dropdown for other attributes which is identical to the… Read More »How can I create another Block for my attributes like the dropdown in the picture? (Product page)
I’ve been working on a module that adds Configurable Child Products to Cart at the Simple Product they are. This all works fine. The part of the module I’m working on now is to get the Child Product Image. If… Read More »Image Not Shown Unless Added & Deleted First
I have created a custom block and tried to insert it multiple times in the same page: <block class=”MyCompanyMyModuleBlockProducttabsCategoryProducts” name=”category.products.slider1″ template=”MyCompany_MyModule::producttabs/category-items-new.phtml”> <arguments> <argument name=”category_id” xsi:type=”string”>31</argument> <argument name=”block_title” xsi:type=”string”>Lorem ipsum</argument> <argument name=”block_text” xsi:type=”string”>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</argument> </arguments>… Read More »Arguments shared between multiple instances of same block
I’ve been strugling with this a lot, I have to redirect the users to Home when they login to the site. I’ve been following solutions given in other questions about the same, but nothing works, here are some links I’ve… Read More »Redirect to Home after login