Bug reports
-
Hi,
Just started using this plugin. I like it so far, but I found 3 bugs.
The confirmation when placing an order without VAT does not work, since
$
isundefined
inincludes/js/alg-wc-eu-vat-place-order.js:13
. You should add the$
like so:jQuery( document ).ready( function($)
When I corrected that, it works, but I found another bug. The Yes and No texts of the confirm dialog cannot be translated. In addition, the background color is set inline, but together with my theme’s styling the border color and text color do not match. If you would adapt the styling to a text color that works well with the background color, that would be great. Or leave out the styling and let people do that themselves.
Finally, I wanted to change the field ID to the id of the plugin I am migrating away from. Although the function
alg_wc_eu_vat_get_field_id
is withinfunction_exists
, I cannot override it, since the function is defined on the plugin load and not oninit
or later hook. So overriding it in the theme functions.php or other plugin is not working. Please make the field id/key used customizable via a filter hook, which is a better way of allowing customization.
- The topic ‘Bug reports’ is closed to new replies.