• Resolved lvgreay

    (@lvgreay)


    Dear support,
    There is a bug in the plugin. at the checkout showing ” VAT ” and not just ” VAT “: Click Here
    I have WP 5.5.1 and the last woocommerce.
    Thank in advance

Viewing 1 replies (of 1 total)
  • Plugin Author Diego

    (@daigo75)

    The screenshot seem to show a bug in the element that renders the field (perhaps the theme), which is using the field’s label attribute (which, in current version, is still wrapped in a <strong> tag, due to be removed in the next update), rather than the placeholder attribute, which doesn’t have such tag. That is, the two attributes have the following values:
    * Label: <strong>VAT Number</strong>
    * Placeholder VAT Number

    Inside the field, you should see the placeholder (i.e. without <strong> tags), not the label.

    We’re going to remove the <strong> tag from the label, as we mentioned in a reply to another user, as that’s part of the next update, due next week. However, I think it would be worth to find out why the field is being displayed using its label as the placeholder, as that seems incorrect.

    • This reply was modified 5 years, 7 months ago by Diego. Reason: Typo
Viewing 1 replies (of 1 total)

The topic ‘VAT’ is closed to new replies.