Daily Archives: May 17, 2020
I have a simple question. How does the Paypal Module in version 1 detects and passes the Magento version number to the API?
How to fix 404 page in Magento 2.2 – 2.3.4 versions Advanced reports? If you see the status pending in the configurations, and the user for advanced reports is absent.
Since Klarna has inadequate documentation on refreshing placements, I seek help from SO in understanding where to place the following code to ensure the price gets refreshed in the Klarna placement as the customer chooses a variant of a configurable produt. window.KlarnaOnsiteService = window.KlarnaOnsiteService || [] window.KlarnaOnsiteService.push({ eventName: 'placement-impression', placementKey: […]
I’m Currently using magento2.3, i have added a cron job to update products stock every 20 min from external inventory which will create a CSV file to magento directory, i will read this file and loop to the quantity and create a SQL query to update it to cataloginventory_stock_item table […]