The tax string on single product page is displayed twice for Appointable products.

Issue #966 resolved
Valentina R created an issue

To reproduce, put anything in the “Price disaply suffix” as seen here:

It will show twice for appointable products on the single product page. But works fine for the other product types.

Reported here.

Comments (5)

  1. Valentina R reporter

    temporary CSS solution:

    .wc-appointments-appointment-cost.price .woocommerce-price-suffix:nth-of-type(2) { display:none!important; }
    

  2. Log in to comment