All Products

  • Product price
  • Product rating
  • Product color
    • Product size

      Featured Products

      • Product price
      • Product rating
        • Product color
          • Product size

            Featured Products

            20 item Saree Combo Gift Package (Rani Golapi)

            -43%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            20 item Saree Combo Gift Package (Rani Golapi)

            Original price was: ৳ 3,590.Current price is: ৳ 2,050.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            20 item Light Katan Special Combo Pack (Purple)

            -41%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            20 item Light Katan Special Combo Pack (Purple)

            Original price was: ৳ 3,450.Current price is: ৳ 2,050.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Exclusive Tangail Katan saree Combo Set with GIFT B O X - saree, blouse pcs, necklace, earings churi mirror chocolates golap, gazra mehedi etc

            -38%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Exclusive Tangail Katan saree Combo Set with GIFT B O X – saree, blouse pcs, necklace, earings churi mirror chocolates golap, gazra mehedi etc

            Original price was: ৳ 2,650.Current price is: ৳ 1,650.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Exclusive Saree Combo Gift Set with Blouse Pcs For Gils and Women

            -34%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Exclusive Saree Combo Gift Set with Blouse Pcs For Gils and Women

            Original price was: ৳ 1,650.Current price is: ৳ 1,090.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Saree Combo Gift Set with Bouse Pcs - Saree Blouse pcs Necklace Earrings Bangles Mehendi Mirror Kitkat Tip Love Chocolate Box with Doll Rose Gazra Chirkut and More

            -44%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Saree Combo Gift Set with Bouse Pcs – Saree Blouse pcs Necklace Earrings Bangles Mehendi Mirror Kitkat Tip Love Chocolate Box with Doll Rose Gazra Chirkut and More

            Original price was: ৳ 2,490.Current price is: ৳ 1,390.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Best Katan Saree Combo Set Girls (Premium Quality)

            -35%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Best Katan Saree Combo Set Girls (Premium Quality)

            Original price was: ৳ 2,390.Current price is: ৳ 1,550.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Sari Combo Gift Set - Saree Necklace Earrings Bangles Mehendi Mirror Kitkat Tip Love Chocolate Box with Doll Rose Gazra Chirkut and More

            -50%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Sari Combo Gift Set – Saree Necklace Earrings Bangles Mehendi Mirror Kitkat Tip Love Chocolate Box with Doll Rose Gazra Chirkut and More

            Original price was: ৳ 2,390.Current price is: ৳ 1,190.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Tangail Soft Hafslik Saree Combo Gift set (Student Budget Combo) saree churi necklace chocolate ayna golap gazra etc

            -40%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Tangail Soft Hafslik Saree Combo Gift set (Student Budget Combo) saree churi necklace chocolate ayna golap gazra etc

            Original price was: ৳ 1,650.Current price is: ৳ 990.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Exclusive Katan Saree Combo Gift Set - Which Contains  Which Contains Saree Necklace Earrings Bangles Mehedi Mirror Kitkat Tip Love Chocolate Box with Doll Rose Gazra Chirkut and More

            -35%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Exclusive Katan Saree Combo Gift Set – Which Contains Which Contains Saree Necklace Earrings Bangles Mehedi Mirror Kitkat Tip Love Chocolate Box with Doll Rose Gazra Chirkut and More

            Original price was: ৳ 2,390.Current price is: ৳ 1,550.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Tangail Katan Saree Combo Gift Set- Sari Churi Necklace Earrings Mirror Chocolate Mehedi Tip Golap Love Chocolate Box etc

            -35%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Tangail Katan Saree Combo Gift Set- Sari Churi Necklace Earrings Mirror Chocolate Mehedi Tip Golap Love Chocolate Box etc

            Original price was: ৳ 2,550.Current price is: ৳ 1,650.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Tangail Katan Saree Combo Gift Set- Sari Churi Necklace Earrings Mirror Chocolate Mehedi Tip Golap Love Chocolate Box etc

            -35%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Tangail Katan Saree Combo Gift Set- Sari Churi Necklace Earrings Mirror Chocolate Mehedi Tip Golap Love Chocolate Box etc

            Original price was: ৳ 2,550.Current price is: ৳ 1,650.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>
            Tangail Katan Saree Combo Gift Set- Sari Churi Necklace Earrings Mirror Chocolate Mehedi Tip Golap Love Chocolate Box etc

            -35%

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>

            Tangail Katan Saree Combo Gift Set- Sari Churi Necklace Earrings Mirror Chocolate Mehedi Tip Golap Love Chocolate Box etc

            Original price was: ৳ 2,550.Current price is: ৳ 1,650.

            <?php
            
            global $product;
            
            if (!$product->is_in_stock()) {
              $showText = '<span class="out">Out of stock</span>';
              echo $showText;
            }
            
            if ($product->is_on_sale()){
            
              if ( $product->get_type() == 'variable' ) {
                $vars = $product->get_available_variations();
            
                $var_cero = $vars[0]['variation_id'];
                $variable_product = wc_get_product($var_cero);
                $regular_price = $variable_product->get_regular_price();
                $sale_price = $variable_product->get_sale_price();
                if($sale_price){
                  $percent_max=round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                }else{
                  $percent_max=0;
                }
            
                $cont_percent=0;
                foreach ($vars as $varID) {
                  $variable_product = wc_get_product($varID['variation_id']);
                  $regular_price = $variable_product->get_regular_price();
                  $sale_price = $variable_product->get_sale_price();
                  if($sale_price){
                    $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                  }else{
                    $percent=0;
                  }
            
                  if($percent_max!=$percent){
                    if($percent_max>$percent){
                      $percent_max=$percent_max;
                    }else{
                      $percent_max=$percent;
                    }			 
                  }else{
                    $cont_percent++;
                  }
            
                  #echo $regular_price." - ".$sale_price."%".$percent_max."<br>";
            
                }
            
                if($cont_percent==count($vars)){
                  $showText = '<span class="onsale"> ('. __('-', 'woocommerce' ). $percent_max. '%)</span>';
                }else{
                  $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>';
                }
            
              }
              else{
                $regular_price = $product->regular_price;
                $sale_price = $product->sale_price;
                $percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
            
                $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>';
              }
            
              echo $showText;
            }
            
            ?>