Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards

Hide ‘shipping only’ (tax status dropdown)

WCMp Advanced Frontend Manager

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #135349
      Klaus Thomas Russ
      Participant

      Dear all,

      I want to hide the ‘shipping only’ tab of the tax status dropdown at the General tab (vendor dashboard). Which snippet can I add to the functions.php to meet that target?

      Best regards and thanks in advance!

    • #135371

      Klaus, add this css via WCMp >> Settings >> Vendor >> vendor frontend >> custom css

      div#general_product_data .row-padding .form-group-row.show_if_simple.show_if_external.show_if_variable .form-group .col-md-6.col-sm-9 select#_tax_status option:nth-child(2) {
          display: none;
      }
      Copy
    • #135396
      Klaus Thomas Russ
      Participant

      Dear Nerdy,

      that works fine! Thank you at all!

      Best regards, Klaus

    • #135429

      We are happy to helo Klaus 🙂

      We would love it if you shared your experience by giving us 5/5 review here : https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
      Seeing glowing reviews from existing customers makes others more comfortable knowing they’ll get the support they need should an issue with our services arise.

Viewing 3 reply threads

The topic ‘Hide ‘shipping only’ (tax status dropdown)’ is closed to new replies.