Have Dokan Creating Variable Products from Lumise’s Launcher

I’m documenting the process as I’m discovering things. For context, I pretty much created a function that creates a Lumise Product Base on Lumise when a Variable Product is created  using the Printful Lumise add-on when following this tutorial: Here’s the code bit (add this to the functions.php on your theme folder): function convertProductToLumiseProductBase($prod){ global […]

Add/Unlock Missing Printful Products to Lumise

I’ve had a Client that wanted X products added to their store. They are using Lumise and I noticed that some more recent products did not show up when creating a variable product. This seems to be a bug on the extension: Open /wp-content/uploads/lumise_data/addons/printful/assets/js/script.js On Line 50, you’ll find if(value.image == null){ Remove or Comment […]