Urgent.News

What's breaking now, across thousands of outlets.

Tech

urning emailed spreadsheets into Magento orders without asking customers to change

Every B2B Magento store I've worked on has the same quiet leak. A chunk of the orders never touch the storefront. They arrive as an .xlsx exported from the buyer's purchasing system, a PDF purchase order, or a photo of a list someone wrote by hand. A person on the seller's side opens the admin, clicks Create New Order, and retypes it. Nobody logs this as a problem because nothing is broken. The…

Many B2B Magento stores have a quiet leak where orders arrive as spreadsheets, PDFs, or hand-written lists without going through the storefront. Salespeople manually create these orders, which takes time and is not reflected in conversion reports. The usual solution is to push buyers to the storefront, but this doesn't work well as most buyers prefer using their existing workflow.

The author suggests a different approach: let orders arrive in their original format and let Magento handle the conversion. This involves polling a shared mailbox for incoming orders, extracting the order details, and creating a draft order in Magento. The draft is then reviewed and confirmed by a human before the order is created. This process eliminates the need for manual typing and saves time, while still allowing for human oversight and correction.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

10 Developer Tools That Can Save You Time Every Day

As developers, a surprising amount of time is spent on small tasks. Formatting JSON, encoding Base64, generating hashes, decoding JWTs, testing regular expressions, converting timestamps — none of…

  • MazdaDev streamlines developer tasks by combining utilities into one workspace.
  • Offers JSON Formatter, Base64 Encoder/Decoder, JWT Decoder, and more.
  • 7-day Pro trial available to test tools and features.

Introducing TaxUI: A Modern Declarative HTML & CSS Framework with Zero JavaScript

Hey fellow developers! 👋 Like many of you, I've spent countless hours configuring build tools, writing endless strings of utility classes, or importing heavy JavaScript bundles just to achieve basic…

  • TaxUI is a JavaScript-free framework for modern web development.
  • Uses declarative HTML attributes for component building.
  • Lightweight at 14.8 KB gzipped, with sub-bundles as small as 1.4 KB.

Saving a Real File From Flutter Web, Instead of Downloading Another Copy

Build an editor on Flutter Web. The user opens budget.csv , edits it, hits save. They get budget.csv in their Downloads folder. They edit again, save again: budget (1).csv . Again: budget (2).csv .

  • Default behavior in Flutter Web creates new file copy.
  • File System Access API enables direct file modification.
  • API grants file handle for reading and writing.

More from Saturday 5 September →