Our Shop

New Arrivals

Explore the latest additions to our tea collection! We're always on the lookout for exciting new flavors and rare finds to expand your tea-drinking experience. Check back often to see what's brewing.

Showing(All)

    Search Product
    Rating Reset
    Price Range
    Category Reset
    location Reset
    Tags
    Brands
    Authors
    Stock Status
    Sale Status
    add_action('woocommerce_after_shop_loop_item_title', 'custom_divi_product_extra_info', 15); function custom_divi_product_extra_info() { global $product; // Product Category $categories = wc_get_product_category_list($product->get_id()); // Attribute example: Location $location = $product->get_attribute('pa_location'); echo '
    '; if($categories){ echo ''.$categories.''; } if($location){ echo ''.$location.''; } echo '
    '; }