OPEN-DSI / ecommerceng_woosync

WooSync, synchronize Woocommerce and Dolibarr
GNU General Public License v3.0
71 stars 46 forks source link

HTML formatting is lost on saving product updates in Dolibarr #100

Open chbacher opened 1 year ago

chbacher commented 1 year ago

Formatting tags are lost on saving changes in Dolibarr. The format tags are imported correctly from Woocommerce into Dolibarr:

However, if you start to update "ECommercengWoocommerceShortDescription" and then you save the product in Dolibarr. All html tags are deleted and only the unformatted text remains and is synced back to Woocommerce? In the above sample the bullets are "lost".

Is there a solution to save the html tags back into Dolibarr?

Thanks