I have a problem when i try to modify system.xml or add product attribute, i try to run the setup:upgrade,…
Magento 2: Creating dynamic matrix in new/edit product page
I need to create a custom matrix for every product on Magento 2 product add/edit page. I need to have…
How to add simple text to payment step Onepage checkout page
Which file should i edit to add text underneath all the payment methods. Magento ver. 2.4.2-p1 http://mydev.test/checkout/#payment this Answer not…
How can i Upload image in admin form using data interface and repository?
I want to upload image in admin form by using my DataInterfaceFactory and DataRepositoryInterface Classes, i have create and my…
Reassign Guest Orders in Magento?
Running Magento 2.1.2 Is there any way in Magento 2 to assign orders to main customer accounts, as lately my…
How to assign a Guest Order to a Customer – Magento 2
I’ve got some order from guest and later they create their account and ask to link the old orders. How…
How can I assign an order to a customer?
Let’s say if a customer has an account, but for some reason can’t log in, and creates an order by…
Magento 2 : Module to send Delivery Notification
Anyone know a Module for Magento 2.1 Which will able to send Delivery Notifications of items? ( For UPS or…
Convert guest customer to regular customer on successful order place in magento 2
I’m looking for code to convert guest checkout customer to regular customer on successful order placement. MagentoSalesApiOrderCustomerManagementInterface $orderCustomerService in this…
How to solve Magento 2 “Refuse to apply css because of its MIME type” on Nginx?
I have a Magento 2 store and everything was ok with the default theme. Then I installed Porto theme and…