mygreenbin

GET IN TOUCH

Have questions about our compost solutions? Contact our team for personalized advice.

    Get Started with Sustainable Waste Management Today

    Our Location

    3&4, Vallalar St, Ayanambakkam, Chennai, Tamil Nadu 600095

    Phone Number

    95000 90679 | 95000 90619 | 95000 75000

    Customer Support

    95000 40722

    Email

    adimn@mygreenbin.in

    FOLLOW US

    Ready to Start Your Composting Journey?

    Join thousands of households reducing their environmental impact with our easy-to-use compost solutions.

    ENQUIRY US

      // Show discount percentage badge on WooCommerce products add_action('woocommerce_before_shop_loop_item_title', 'ww_sale_percentage_badge', 10); function ww_sale_percentage_badge() { global $product; if ($product->is_on_sale() && $product->get_regular_price()) { $regular_price = (float) $product->get_regular_price(); $sale_price = (float) $product->get_sale_price(); if ($regular_price > 0) { $percentage = round( ( ($regular_price - $sale_price) / $regular_price ) * 100 ); echo '-' . $percentage . '%'; } } }