Synchronise products, prices and inventory status between your WooCommerce store and your DK account. Have DK generate invoices automatically on checkout without worrying about setitng up an email connection for your WordPress site.
GNU General Public License v3.0
1
stars
1
forks
source link
Using case-insensitive string comparisons using mb_strtolower #195
This replaces strtolower, which does not support unicode. DK seems to allow any letter and symbol in various codes and references (including variations).
This fixes an issue where variations did not end up in invoice exports, as a comparison conditional was failing.
This replaces
strtolower
, which does not support unicode. DK seems to allow any letter and symbol in various codes and references (including variations).This fixes an issue where variations did not end up in invoice exports, as a comparison conditional was failing.