I have a project in which DB access is happening during the DI compilation process. My understanding is that there…
How to send ajax request from knockout js to controller php file
I am overriding shipping address in mixin js file , I want id in my controller when we move from…
Get error when upload image, and other with custom user role
When I try to upload image via page builder I get this error A technical problem with the server created…
Add “buy now ” button in mini cart magento 2
Is there any way we can add a “buy now” button in the mini cart?
Sales Order Item Grid (Ui Component)
I’d like to create a grid (Ui Component) in the Backoffice of Magento 2.4 to display this table sales_order_item and…
How to stop the background from moving top of the page when popup model opens in Magento 2
I created a Popup modal. when user click on button i showing the popup form. But the Background is moving…
Can’t set “Use Secure URLs in Frontend”
In Magento 1.9.2.4, when I go to System > Configuration > Web > Secure and set Use Secure URLs in…
How can I limit discount coupons amount
I created a cart price rule 5% whole cart. but I want to limit maximum dicount amount to 30$. for…
Upgrade magento 2.4.3 to 2.4.4 get 404 Note Found
I run the below commands. after that in the terminal, Magento commands run well but on the other end, it’s…
How to use hypen symbols in Magento custom module controller?
I created the controller having url – popup/action/index . but i need something like this – our-service/fashion-store/postcode-information this is my…