All Products
Showing 37–48 of 74 results
-62%
<?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 Package (Student Budget)
Original price was: ৳ 1,450.৳ 550Current price is: ৳ 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;
}
?>-52%
<?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;
}
?>Chumki Saree Combo Gift Set (Valentine Special)
Original price was: ৳ 1,550.৳ 750Current price is: ৳ 750.
<?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;
}
?>-62%
<?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 Pack (Student Budget Special)
Original price was: ৳ 1,450.৳ 550Current price is: ৳ 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;
}
?>-52%
<?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 (Valentine Special)
Original price was: ৳ 1,550.৳ 750Current price is: ৳ 750.
<?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;
}
?>-55%
<?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 (Yellow Touch Special)
Original price was: ৳ 1,650.৳ 750Current price is: ৳ 750.
<?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;
}
?>-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;
}
?>Valentine Saree Combo Gift Set (Lovers Special)
Original price was: ৳ 2,050.৳ 1,150Current price is: ৳ 1,150.
<?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;
}
?>-53%
<?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 Black (Valentine Special)
Original price was: ৳ 2,250.৳ 1,050Current price is: ৳ 1,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;
}
?>-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;
}
?>Katan Saree Combo Gift Pack – Premium Quality Saree Churi Antic Ornaments Chocolate Kazal Mehendi Tip Gajra Ful – The Perfect Gift Set
Original price was: ৳ 2,350.৳ 1,460Current price is: ৳ 1,460.
<?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;
}
?>-36%
<?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 ( Valentine Special)
Original price was: ৳ 1,550.৳ 990Current 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;
}
?>-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;
}
?>Saree Combo Gift Set With Love Chocolate Box (Valentine Special)
Original price was: ৳ 1,650.৳ 990Current 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;
}
?>-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;
}
?>Saree Combo Gift Set With Love Chocolate Box For Girls
Original price was: ৳ 1,750.৳ 990Current 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;
}
?>-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;
}
?>Best Saree Combo Gift Set (Valentine Special)
Original price was: ৳ 1,750.৳ 990Current 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;
}
?>This is where you can browse products in this store.





















