I am getting “Unique constraint Violation error: message when i try to place order using Paytm. Place order works fine with Payu and Paypal method. But gives violation error on selecting paytm. https://prnt.sc/1s58lfz What is the issue ? How can i resolve it?
Daily Archives: July 14, 2025
I am trying to redirect a cms page to a custom controller. in router.php I can check the current URL, If the current URL is as an example if it matches /test-url i want to do a redirect to /test-url-router if ($identifier == 'test-url') { $this->_response->setRedirect('test-url-router'); $request->setDispatched(true); return $this->actionFactory->create(MagentoFrameworkAppActionRedirect::class); } […]
I am making the mobile app in andriod and IOS using Magento2 as backend. In our website we are using stripe payment method. Now I am trying to place an order using stripe method. I am using magento default API in order to place an order “http://XXXX.com/rest/V1/carts/36/order” (where 36 is […]
I have installed Magento 2.4 successfully in localhost. When I tried to open the link (http://localhost/magento3/) it’s showing not found. But all the Magento directories in the same folder(magento3). Please any let me know how to fix this issue. Thanks
I have all product images in one folder. Images are in path like – pub/media/Fotos/MA/{{ sku }}/ So need to import images as per SKU folder. I want dynamic script for it.
If you are a person who likes to divide your drive into two partitions, one for the OS and one for DATA, then the below should be followed before uninstalling OneDrive. After installing Windows 11 several times on a computer and having OneDrive mess up what I wanted, I finally […]
I still have this problem of a 59.F0 error on a M476nw. However recent testing suggests it is looking more like a firmware fault. If I install the DCCV1_51.prn DCC firmware fix the printer will print and everything works except display screen is stuck at “Initializing”. Home key cancells that […]
There are many similar questions and information on the Internet, but I couldn’t find an answer for my problem. I have an SSD from Apacer – AS350 512GB. Recently it just disappeared from my Windows 10 and then I was not able to get it working, but then again it […]
I want a Linux-style shrotcut (Ctrl+Alt+T) to open a terminal at will. Is this possible? Looked up this solution Creating Windows Terminal keyboard shortcut for Windows Store App and it does nothing System is 24H2 Thanks