To esp5466.
Tired of waiting for DYMO we wrote an extention to our homebrew shop plugin. This plugin makes the coupling between a rather simple set of db tables with our 10.000+ products and the WooCommerce CSV import plugin. Our plugin can select the products we want visible in the site, among other things. (It creates a .csv file which ready to chew bij the Woo Import plugin.
Now back to the original question:
Another part of our pluging does the label writing. It waits for a scan with a handheld barcode scanner (or typed in UPC/EAN), looks up the product details in our product tabel (would need to be modified to fetch data from Woo tables).
Once found a small piece of js sends of the data to the DYMO software. This needs the newest DYMO stuff.The label layout was composed with the DYMO tool and the label config file was copied to a location in the plugin where it is read bij the plugin.
To be able to switch between several is not supported but not impossible. Also barcodes can be printed.
The fun is that this is all client side.On the client (most of the time a Windows PC) must have the DYMO software/driver installed and a LW attached.
I’m not in a position to do the programming for you but my code is available to study.
Egbert Jan, NL, [email protected]