• Hi guys, thanks for the plugin.

    The export fails when the title of some product contains a #.

    The solutions would be this script in the export csv function:

    filename = 'stock-manager-export.csv';

    let blob = new Blob([csv], { type: 'text/csv;charset=utf-8;' });
    link = document.createElement('a');
    link.setAttribute('href', URL.createObjectURL(blob));
    link.setAttribute('download', filename);
    link.click();
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support storeapps-support

    (@storeappsorg)

    @joepske83

    Thank you for highlighting this issue and providing a fix for it.

    We’ve reviewed the issue and can reproduce the export error when a product title includes a ‘#’. With the script you shared, we’re able to resolve this smoothly. We’ll go ahead and apply this fix in the upcoming release.

    Thanks again for sharing the solution and helping us improve the plugin!

    Plugin Support storeapps-support

    (@storeappsorg)

    @joepske83

    We have released a new update to the plugin i.e., v3.2.0 which consists of a fix for the ‘CSV export fails when WooCommerce Product title contains ‘#’’ along with other important updates and fixes.

    Request you to update the plugin to the latest version and let us know your views. Thank you once again for the solution you provided!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.