i have set a working Inline Editor in admin product grid, but it can inline edit only the standard magento 2 attribute such as name, price, qty… When i put my custom attribute in the product_listing.xml file, the corresponding column just disappears from the admin product grid! So my question […]
Magento
I’m migrating prestashop review data into magento review data. My script worked fine, meaning, I can see the review in my database. review 1,2016-02-16 16:57:45,1,42,1 2,2016-02-25 13:49:09,1,34,1 3,2016-02-25 22:49:50,1,42,1 Here you can see I have 2 review on the product 42 review_detail 1,1,1,conquise ,"...",Tiffany xxx,94 2,1,2,conquise ,"...",Tiffany xxx,94 3,2,1,Parfait!,"...",Marjorie yyy,389 […]
I need to make an extension to generate order details page as a pdf file when I click in print pdf button.help please
I have tried to upgrade Magento CE from 2.4.3 to 2.4.3-p1 using the following commands: composer require magento/product-community-edition=2.4.3-p1 –no-update composer update but I am getting this error: Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires magento/product-community-edition 2.4.3-p1, found magento/product-community-edition[0.42.0-beta7, 2.0.0, […]
I’m trying to install extinctions to Magento 2.4 and I have the following error: composer command: composer require mageplaza/module-core Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - magento/composer-root-update-plugin is locked to version 1.0.0 and an update of this package was not […]
When using a custom payment module, I am trying to execute code with my payment processor then submit the order to the system to run the php methods. In order to do that I need to be able to execute the placeOrder() function, in a custom function or override it, […]
I am trying to add a last login date to the customer grid in the Admin Panel. The last login date is not present in the column selector in the customer grid. Can anyone advise? Mage Version 2.4.3
hi all i am new to magento and can’t able to find out why reorder link in order history of customer account redirects to 404 error. it is redirect to a url sales/order/reorder/order_id/ but it gives me 404 error.