Caleb Burks

Results 91 comments of Caleb Burks

Gotcha. So if you enter a fee of `0,50`, does it work?

Sorry to keep asking, but I'm still a bit unclear so to clarify - you are using a COMMA when typing in the fee? A screenshot of the settings area...

Hmm, I see. I'm pretty sure something is conflicting with it, perhaps some rounding logic. If you have a test site/staging - trying disabling other plugins except for just WooCommerce...

I'm really not sure either then :/. Perhaps take a look at rounding settings / number of decimals, as well as the tax classes you may be applying too fees....

Yeah this is partly my bad, the plugin needs to be internationalized better. To change the button text, you can pass an attribute to the shortcode like this: `[wcepe_products orderby='title'...

This problem also creeps up if the cron control table is set to an incorrect encoding like `Latin1`. So when a cron event was added with args containing a UTF8...

Hi! So the newer plugin is mainly built for the `Memcached` PHP extension using the `libmemcached` library, whereas this plugin is built for the older `Memcache` php extension (programmers naming...

This is likely the same thing that was reported here: https://bugs.php.net/bug.php?id=74235. I wanted to open up a Github issue to help others that are looking for an explanation to some...

Hmm, not sure if the WC fees API will allow for this. Can take a look though.

The data is all kept as postmeta. Should be able to import custom postmeta keys/values.