1984hosting / 1984-connector-for-dk-and-woocommerce

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

Closed aldavigdis closed 2 months ago

aldavigdis commented 2 months ago

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.