Possible delay to EOL of Magento 1?

With everything that’s happening globally right now (virus. Stocks. Employees off sick), and so many migrations to complete… is it possible the EOL might be extended further? A curiosity is all. submitted by /u/doitfortheview [link] [comments]

Magento 1.9 – How to write script for bulk update in table using csv?

I want to add a position for products by using category id in the table catalog_category_product, how to bulk update for my 20k products and any best practice for this suggest me thanks. Workout: <?php require_once ‘app/Mage.php’; umask(“0″); Mage::app(); ini_set(‘display_errors’,”1”); ini_set(‘display_startup_errors’, “1”); error_reporting(E_ALL); if (($handle = fopen(“inputs.csv”, “r”)) !== FALSE) { while (($data = fgetcsv($handle, …

Magento 2.3 Error

Has anyone received this error? (unknown) Fallback to JQueryUI Compat activated. Your store is missing a dependency for a jQueryUI widget. Identifying and addressing the dependency will drastically improve the performance of your site. It shows up when inspecting any page on the site (home, product, etc). I am thinking it’s related to the theme …

Magento 2 – Sell on Credit to Business Customers – Is this possible?

Hey Magento Fam, Back again requesting some help. My partner recently came with a out of left field request to me. He mentioned that often other shop owners will come to our retail store and buy product from us on ‘Credit’ which means that they will pay us for it in 30 days. It is …

Auto-generating sensible numerical SKUs to assist with warehouse organization

I’m a store owners, right now my warehouse is 3,000 SKUs and growing. I’m planning to add 1,000+ new products over the next year. Finding product on the shelf is getting to be a challenge. Customer orders a widget #3346, where is that? Experienced employees know, but a new person doesn’t. High cost of training …