Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author vendidero

    (@vendidero)

    Could you provide me with a link to your shop? I’ll need to check that directly via Chrome dev tools to see what’s going here.

    Best regards

    Thread Starter seron66

    (@seron66)

    Yes, here you go. https://wasserwirbler-shop.com/

    I am using the Druco theme and their support could not solve the problem. The same problem exists on all my websites.

    Plugin Author vendidero

    (@vendidero)

    Seems like a compatibility issue with the latest Woo version. I’ll fix that within the next update. You may use the following CSS snippet to explicitly hide the colon:

    .cart_totals tr.order-total-small-business-notice td::before {
       content: "" !important;
    }

    Best regards

    Thread Starter seron66

    (@seron66)

    Thanks for the quick feedback, I get the following message when activating the code, is it written correctly.

    Snippet automatically deactivated due to an error on line 1:

    Syntax error, unexpected token ".", expecting end of file.
    Plugin Author vendidero

    (@vendidero)

    It’s CSS, not PHP. You may insert it in your child theme’s stylesheet (style.css) or via the WP customizer custom CSS option.

    Thread Starter seron66

    (@seron66)

    Yes, that’s better, thank you very much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unknown characters in shopping cart after woocommerce update 8.5.2’ is closed to new replies.