Title: Teet Bergmann's Replies | WordPress.org

---

# Teet Bergmann

  [  ](https://wordpress.org/support/users/teetb/)

 *   [Profile](https://wordpress.org/support/users/teetb/)
 *   [Topics Started](https://wordpress.org/support/users/teetb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/teetb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/teetb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/teetb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/teetb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/teetb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Right of Withdrawal flow for shop] Missing Feature](https://wordpress.org/support/topic/missing-feature-19/)
 *  Plugin Author [Teet Bergmann](https://wordpress.org/support/users/teetb/)
 * (@teetb)
 * [1 month ago](https://wordpress.org/support/topic/missing-feature-19/#post-18944830)
 * Those are under the orders. Woocommerce>orders. There isn’t any extra place.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Problem with blacklist](https://wordpress.org/support/topic/problem-with-blacklist/)
 *  Thread Starter [Teet Bergmann](https://wordpress.org/support/users/teetb/)
 * (@teetb)
 * [6 months ago](https://wordpress.org/support/topic/problem-with-blacklist/#post-18796405)
 * Tnx that worked
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Filter Everything — WordPress & WooCommerce Filters] If product category slug is number](https://wordpress.org/support/topic/if-product-category-slug-is-number/)
 *  Thread Starter [Teet Bergmann](https://wordpress.org/support/users/teetb/)
 * (@teetb)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/if-product-category-slug-is-number/#post-17074653)
 * because its connected to crm i cant use words and need to use numbers. Is there
   a easy fix for that bug?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Brands Add-On] How to show custom link if specific brand](https://wordpress.org/support/topic/how-to-show-custom-link-if-specific-brand/)
 *  Thread Starter [Teet Bergmann](https://wordpress.org/support/users/teetb/)
 * (@teetb)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/how-to-show-custom-link-if-specific-brand/#post-15452066)
 * OK solved it myself 🙂
 *     ```
       function brands_on_single_product_page() {
       global $product;
       $brands = get_the_terms( $product->get_id() , 'product_brand');
       foreach( $brands as $brand ) {
       if($brand->name == 'KB') {
       echo 'link to somewhere ';
       }
       }
       }
       add_action('woocommerce_before_add_to_cart_form', 'brands_on_single_product_page', 6);
       ```
   
    -  This reply was modified 4 years, 4 months ago by [Teet Bergmann](https://wordpress.org/support/users/teetb/).

Viewing 4 replies - 1 through 4 (of 4 total)