- CA: 139 | OFFERED BY [ORIGINAL SINHA LOFT] 🇧🇩
- TOTAL 6 PIGEONS ‘Direct from LOFT OWNER’🇧🇩
- Auction will end JAN 29-2024, 10 PM (GMT+6)
- Bid occur in last 10 min, auction will add extra 10 min
- Starting Bid: (৳)3000 | Over Bid: (৳)500
- [CALL & BID]: +88 013 0170 1733 | +88 016 7103 7294
- AUCTION arranged by [AUCTION BANGLA]
ORIGINAL SINHA LOFT (Ajay Sinha)
(B.R.P.E.L PRESIDENT)
www.brpel.com
Nabodoy Housing, Mohammadpur, Dhaka-1207.
BANGLADESH.
Web: www.sinhaloft.com
- Use [CUSTOM BID] option, if you are too busy & not able to track your auction time to time.
- Once you bid, make sure you check your email for [OVER BID] notification.
- Non-techie person? use [CALL & BID] option, just call the given no: and place your bid.
- Auction related question? Call directly to the AUCTIONEER for quick reply.
- Finally, Be sure to refresh or reload the page to view the most up-to-date information.
***Be a smart bidder and ‘Stand out in the Crowd’***
AVG. PER PIGEON SOLD: 24,500.00 (৳)
TOTAL BID COUNT: 244
AUCTION ENDED JAN-29-2024, 10 PM
-
01-139 | 🇧🇩 BAN23-729983 M✨From Famous Olympic Vivian✨Euro✨Rossi✨Sagan lines✨ORIGINAL SINHA LOFT✨
Winning Bid: ৳ 24,500.00
ExpiredEmon Hossain
01-139 | 🇧🇩 BAN23-729983 M✨From Famous Olympic Vivian✨Euro✨Rossi✨Sagan lines✨ORIGINAL SINHA LOFT✨
Winning Bid: ৳ 24,500.00
Total Bid[42 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct5997").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton5997").on('click', function(event){
var formname = "custombid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
function bid_check(formname){
var id_Bid;
if(formname == "custombid"){ id_Bid = "#uwa_bid_value5997"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct5997"; }
var bidval = parseFloat($(id_Bid).val());
if(bidval){
var minval = parseFloat($(id_Bid).attr("min")); var maxval = parseFloat($(id_Bid).attr("max"));
if(minval <= bidval){ confirm_bid(formname, id_Bid); } /* end of if - minval */ else{ alert("Please enter bid value greater than suggested bid"); return false; } } else{ alert("Please enter bid value"); return false; } } function placebid_ajax_process(formname){ if(formname == "custombid"){ id_Bid = "#uwa_bid_value5997"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton5997"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct5997"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct5997"; class_ajax_Span = ".ajax-loader-placebid_direct"; class_ajax_Img = ".loaderimg_direct"; } var uwa_place_bid = $(id_h_Product).val(); var uwa_bid_value = $(id_Bid).val(); var uwa_url = "https://lets-bid.com/wp-admin/admin-ajax.php"; $.ajax({ method : "post", /* don't use 'type' */ url : "https://lets-bid.com/wp-admin/admin-ajax.php", data : {action: "uwa_ajax_placed_bid", uwa_place_bid : uwa_place_bid, uwa_bid_value : uwa_bid_value }, beforeSend: function(){ $(class_ajax_Span).css("display", "inline"); $(class_ajax_Img).css("visibility", "visible"); $('.product-type-auction').css("opacity", "0.7"); $("#placebidbutton5997").attr("disabled", "disabled"); $("#placebidbutton_direct5997").attr("disabled", "disabled"); $('.single_add_to_cart_button').attr("disabled", "disabled"); }, success: function(response) { var data = $.parseJSON( response ); if(typeof data.allmsg != "undefined"){ //$(".woocommerce-notices-wrapper").hide(); //$(".woocommerce-notices-wrapper").html(data.allmsg).fadeIn(1000); $(".woocommerce-notices-wrapper").html(data.allmsg); } /* display fields data in detail page */ //if(data.allstatus == 1){ var auctionid = uwa_place_bid; var newprice = data.alldata_display.uwa_curent_bid; var newenterval = data.alldata_display.entervalue; var newreservetext = data.alldata_display.reservetext; var newmaxmintext = data.alldata_display.maxmintext; var newuwabidsalldata = data.alldata_display.uwa_bids_alldata; var newbidminval = data.alldata_display.uwa_bid_minval; var newbidmaxval = data.alldata_display.uwa_bid_maxval; var newtimerval = data.alldata_display.remaining_secs; var auctiontype = data.alldata_display.auction_type; if(typeof newprice != "undefined"){ $("p.price").html(newprice); /* + "--done"); */ } if(typeof newenterval != 'undefined'){ newenterval = newenterval + " )"; /* uwa_inc_latest_price or uwa_inc_price_ajax_492 */ $("small.uwa_inc_latest_price").html(newenterval); } if(typeof newreservetext != 'undefined'){ //strong.uwa_auction_reserve_price $("div.checkreserve").html(newreservetext); } if(typeof newmaxmintext != 'undefined'){ $("p.max-bid").html(newmaxmintext); } if(typeof newtimerval != 'undefined'){ //alert("inif --" + newtimerval); /* change value of data-time of timer */ /*$("div.uwa_auction_product_countdown").data('time', newtimerval);*/ /* set new time value in div */ $("div.uwa_auction_product_countdown").attr( 'data-time', newtimerval); time1 = newtimerval; //alert(time1); //alert(typeof time1); $("div.uwa_auction_product_countdown").WooUacountdown('destroy'); /* here we add new time for timer, check uwa-front.js for all options of timer */ $("div.uwa_auction_product_countdown").WooUacountdown({until: $.WooUacountdown.UTCDate(-(new Date().getTimezoneOffset()), new Date(time1*1000))}); } if(typeof newuwabidsalldata != 'undefined'){ /* uwa-front.js */ /*jQuery("#auction-history-table-" + key +" tbody > tr:first" ).before(value.wua_activity);*/
/*($(".auction-history-table tbody > tr:first").before(newuwabidsalldata + "--done");*/
$("div.uwa_bids_history_data").html(newuwabidsalldata); /* + "--done");*/ }
if(typeof newbidminval != 'undefined'){
/* note : change min value for both direct and custom bid **** */
$("#uwa_bid_value5997").attr("min", newbidminval); $("#uwa_bid_value_direct5997").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct5997").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value5997").attr("max", newbidmaxval); $("#uwa_bid_value_direct5997").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct5997").val(newbidmaxval); }
}
$("#uwa_bid_value5997").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton5997").removeAttr("disabled"); $("#placebidbutton_direct5997").removeAttr("disabled"); $('.single_add_to_cart_button').removeAttr("disabled");
/* -------- slider ---------- */
var custom_add = 100;
$("html").animate({scrollTop: ($(".woocommerce-notices-wrapper").offset().top)-custom_add}, 1500);
$(".woocommerce-notices-wrapper").hide(); setTimeout(function(){ $(".woocommerce-notices-wrapper").fadeIn(2000); }, 1000);
/* -------- slider ---------- */
}, });
}
/* Extra confirmation message on place bid */ function confirm_bid(formname, id_Bid) {
/* Get bid value, format value and then add to confirm message */ var bidval = jQuery(id_Bid).val(); var bidval = parseFloat(bidval);
if (bidval > 0){
var floatbidval = bidval.toFixed(2); /* 2 numbers after decimal point */ /*var currencyval = "৳ ";*/
/* bloginfo( 'charset' ); */
var currencyval = "৳ ";
var finalval = currencyval + floatbidval;
if(formname == "custombid"){ var confirm1 = 'Do you really want to bid'; } else if(formname == "directbid"){ var confirm1 = 'Do you really want to directly place this bid'; }
var confirm_message = confirm1 + ' ' + finalval + ' ?';
var result_conf = confirm(confirm_message);
if(result_conf == false){ event.preventDefault(); /* don't use return it reloads page */ } else{ return true; } }
} /* end of function - confirm_bid() */
}); /* end of document ready */
Category: CA139 | 01-2024
-
02-139 | 🇧🇩 BAN23-729878 H✨From Direct Van Den Brande💥Belgian Top Sprint racers lines✨ORIGINAL SINHA LOFT✨
Winning Bid: ৳ 17,000.00
ExpiredMohammed Naim
02-139 | 🇧🇩 BAN23-729878 H✨From Direct Van Den Brande💥Belgian Top Sprint racers lines✨ORIGINAL SINHA LOFT✨
Winning Bid: ৳ 17,000.00
Total Bid[28 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6003").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6003").on('click', function(event){
var formname = "custombid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
function bid_check(formname){
var id_Bid;
if(formname == "custombid"){ id_Bid = "#uwa_bid_value6003"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6003"; }
var bidval = parseFloat($(id_Bid).val());
if(bidval){
var minval = parseFloat($(id_Bid).attr("min")); var maxval = parseFloat($(id_Bid).attr("max"));
if(minval <= bidval){ confirm_bid(formname, id_Bid); } /* end of if - minval */ else{ alert("Please enter bid value greater than suggested bid"); return false; } } else{ alert("Please enter bid value"); return false; } } function placebid_ajax_process(formname){ if(formname == "custombid"){ id_Bid = "#uwa_bid_value6003"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6003"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6003"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6003"; class_ajax_Span = ".ajax-loader-placebid_direct"; class_ajax_Img = ".loaderimg_direct"; } var uwa_place_bid = $(id_h_Product).val(); var uwa_bid_value = $(id_Bid).val(); var uwa_url = "https://lets-bid.com/wp-admin/admin-ajax.php"; $.ajax({ method : "post", /* don't use 'type' */ url : "https://lets-bid.com/wp-admin/admin-ajax.php", data : {action: "uwa_ajax_placed_bid", uwa_place_bid : uwa_place_bid, uwa_bid_value : uwa_bid_value }, beforeSend: function(){ $(class_ajax_Span).css("display", "inline"); $(class_ajax_Img).css("visibility", "visible"); $('.product-type-auction').css("opacity", "0.7"); $("#placebidbutton6003").attr("disabled", "disabled"); $("#placebidbutton_direct6003").attr("disabled", "disabled"); $('.single_add_to_cart_button').attr("disabled", "disabled"); }, success: function(response) { var data = $.parseJSON( response ); if(typeof data.allmsg != "undefined"){ //$(".woocommerce-notices-wrapper").hide(); //$(".woocommerce-notices-wrapper").html(data.allmsg).fadeIn(1000); $(".woocommerce-notices-wrapper").html(data.allmsg); } /* display fields data in detail page */ //if(data.allstatus == 1){ var auctionid = uwa_place_bid; var newprice = data.alldata_display.uwa_curent_bid; var newenterval = data.alldata_display.entervalue; var newreservetext = data.alldata_display.reservetext; var newmaxmintext = data.alldata_display.maxmintext; var newuwabidsalldata = data.alldata_display.uwa_bids_alldata; var newbidminval = data.alldata_display.uwa_bid_minval; var newbidmaxval = data.alldata_display.uwa_bid_maxval; var newtimerval = data.alldata_display.remaining_secs; var auctiontype = data.alldata_display.auction_type; if(typeof newprice != "undefined"){ $("p.price").html(newprice); /* + "--done"); */ } if(typeof newenterval != 'undefined'){ newenterval = newenterval + " )"; /* uwa_inc_latest_price or uwa_inc_price_ajax_492 */ $("small.uwa_inc_latest_price").html(newenterval); } if(typeof newreservetext != 'undefined'){ //strong.uwa_auction_reserve_price $("div.checkreserve").html(newreservetext); } if(typeof newmaxmintext != 'undefined'){ $("p.max-bid").html(newmaxmintext); } if(typeof newtimerval != 'undefined'){ //alert("inif --" + newtimerval); /* change value of data-time of timer */ /*$("div.uwa_auction_product_countdown").data('time', newtimerval);*/ /* set new time value in div */ $("div.uwa_auction_product_countdown").attr( 'data-time', newtimerval); time1 = newtimerval; //alert(time1); //alert(typeof time1); $("div.uwa_auction_product_countdown").WooUacountdown('destroy'); /* here we add new time for timer, check uwa-front.js for all options of timer */ $("div.uwa_auction_product_countdown").WooUacountdown({until: $.WooUacountdown.UTCDate(-(new Date().getTimezoneOffset()), new Date(time1*1000))}); } if(typeof newuwabidsalldata != 'undefined'){ /* uwa-front.js */ /*jQuery("#auction-history-table-" + key +" tbody > tr:first" ).before(value.wua_activity);*/
/*($(".auction-history-table tbody > tr:first").before(newuwabidsalldata + "--done");*/
$("div.uwa_bids_history_data").html(newuwabidsalldata); /* + "--done");*/ }
if(typeof newbidminval != 'undefined'){
/* note : change min value for both direct and custom bid **** */
$("#uwa_bid_value6003").attr("min", newbidminval); $("#uwa_bid_value_direct6003").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6003").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6003").attr("max", newbidmaxval); $("#uwa_bid_value_direct6003").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6003").val(newbidmaxval); }
}
$("#uwa_bid_value6003").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6003").removeAttr("disabled"); $("#placebidbutton_direct6003").removeAttr("disabled"); $('.single_add_to_cart_button').removeAttr("disabled");
/* -------- slider ---------- */
var custom_add = 100;
$("html").animate({scrollTop: ($(".woocommerce-notices-wrapper").offset().top)-custom_add}, 1500);
$(".woocommerce-notices-wrapper").hide(); setTimeout(function(){ $(".woocommerce-notices-wrapper").fadeIn(2000); }, 1000);
/* -------- slider ---------- */
}, });
}
/* Extra confirmation message on place bid */ function confirm_bid(formname, id_Bid) {
/* Get bid value, format value and then add to confirm message */ var bidval = jQuery(id_Bid).val(); var bidval = parseFloat(bidval);
if (bidval > 0){
var floatbidval = bidval.toFixed(2); /* 2 numbers after decimal point */ /*var currencyval = "৳ ";*/
/* bloginfo( 'charset' ); */
var currencyval = "৳ ";
var finalval = currencyval + floatbidval;
if(formname == "custombid"){ var confirm1 = 'Do you really want to bid'; } else if(formname == "directbid"){ var confirm1 = 'Do you really want to directly place this bid'; }
var confirm_message = confirm1 + ' ' + finalval + ' ?';
var result_conf = confirm(confirm_message);
if(result_conf == false){ event.preventDefault(); /* don't use return it reloads page */ } else{ return true; } }
} /* end of function - confirm_bid() */
}); /* end of document ready */
Category: CA139 | 01-2024
-
03-139 | 🇧🇩 BAN23-729533 H✨From Grd. Son Goed Grjs & Olympic Vivian & Pitbull Lines✨ORIGINAL SINHA LOFT✨
Winning Bid: ৳ 36,500.00
ExpiredMasud Kazi
03-139 | 🇧🇩 BAN23-729533 H✨From Grd. Son Goed Grjs & Olympic Vivian & Pitbull Lines✨ORIGINAL SINHA LOFT✨
Winning Bid: ৳ 36,500.00
Total Bid[63 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6009").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6009").on('click', function(event){
var formname = "custombid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
function bid_check(formname){
var id_Bid;
if(formname == "custombid"){ id_Bid = "#uwa_bid_value6009"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6009"; }
var bidval = parseFloat($(id_Bid).val());
if(bidval){
var minval = parseFloat($(id_Bid).attr("min")); var maxval = parseFloat($(id_Bid).attr("max"));
if(minval <= bidval){ confirm_bid(formname, id_Bid); } /* end of if - minval */ else{ alert("Please enter bid value greater than suggested bid"); return false; } } else{ alert("Please enter bid value"); return false; } } function placebid_ajax_process(formname){ if(formname == "custombid"){ id_Bid = "#uwa_bid_value6009"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6009"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6009"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6009"; class_ajax_Span = ".ajax-loader-placebid_direct"; class_ajax_Img = ".loaderimg_direct"; } var uwa_place_bid = $(id_h_Product).val(); var uwa_bid_value = $(id_Bid).val(); var uwa_url = "https://lets-bid.com/wp-admin/admin-ajax.php"; $.ajax({ method : "post", /* don't use 'type' */ url : "https://lets-bid.com/wp-admin/admin-ajax.php", data : {action: "uwa_ajax_placed_bid", uwa_place_bid : uwa_place_bid, uwa_bid_value : uwa_bid_value }, beforeSend: function(){ $(class_ajax_Span).css("display", "inline"); $(class_ajax_Img).css("visibility", "visible"); $('.product-type-auction').css("opacity", "0.7"); $("#placebidbutton6009").attr("disabled", "disabled"); $("#placebidbutton_direct6009").attr("disabled", "disabled"); $('.single_add_to_cart_button').attr("disabled", "disabled"); }, success: function(response) { var data = $.parseJSON( response ); if(typeof data.allmsg != "undefined"){ //$(".woocommerce-notices-wrapper").hide(); //$(".woocommerce-notices-wrapper").html(data.allmsg).fadeIn(1000); $(".woocommerce-notices-wrapper").html(data.allmsg); } /* display fields data in detail page */ //if(data.allstatus == 1){ var auctionid = uwa_place_bid; var newprice = data.alldata_display.uwa_curent_bid; var newenterval = data.alldata_display.entervalue; var newreservetext = data.alldata_display.reservetext; var newmaxmintext = data.alldata_display.maxmintext; var newuwabidsalldata = data.alldata_display.uwa_bids_alldata; var newbidminval = data.alldata_display.uwa_bid_minval; var newbidmaxval = data.alldata_display.uwa_bid_maxval; var newtimerval = data.alldata_display.remaining_secs; var auctiontype = data.alldata_display.auction_type; if(typeof newprice != "undefined"){ $("p.price").html(newprice); /* + "--done"); */ } if(typeof newenterval != 'undefined'){ newenterval = newenterval + " )"; /* uwa_inc_latest_price or uwa_inc_price_ajax_492 */ $("small.uwa_inc_latest_price").html(newenterval); } if(typeof newreservetext != 'undefined'){ //strong.uwa_auction_reserve_price $("div.checkreserve").html(newreservetext); } if(typeof newmaxmintext != 'undefined'){ $("p.max-bid").html(newmaxmintext); } if(typeof newtimerval != 'undefined'){ //alert("inif --" + newtimerval); /* change value of data-time of timer */ /*$("div.uwa_auction_product_countdown").data('time', newtimerval);*/ /* set new time value in div */ $("div.uwa_auction_product_countdown").attr( 'data-time', newtimerval); time1 = newtimerval; //alert(time1); //alert(typeof time1); $("div.uwa_auction_product_countdown").WooUacountdown('destroy'); /* here we add new time for timer, check uwa-front.js for all options of timer */ $("div.uwa_auction_product_countdown").WooUacountdown({until: $.WooUacountdown.UTCDate(-(new Date().getTimezoneOffset()), new Date(time1*1000))}); } if(typeof newuwabidsalldata != 'undefined'){ /* uwa-front.js */ /*jQuery("#auction-history-table-" + key +" tbody > tr:first" ).before(value.wua_activity);*/
/*($(".auction-history-table tbody > tr:first").before(newuwabidsalldata + "--done");*/
$("div.uwa_bids_history_data").html(newuwabidsalldata); /* + "--done");*/ }
if(typeof newbidminval != 'undefined'){
/* note : change min value for both direct and custom bid **** */
$("#uwa_bid_value6009").attr("min", newbidminval); $("#uwa_bid_value_direct6009").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6009").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6009").attr("max", newbidmaxval); $("#uwa_bid_value_direct6009").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6009").val(newbidmaxval); }
}
$("#uwa_bid_value6009").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6009").removeAttr("disabled"); $("#placebidbutton_direct6009").removeAttr("disabled"); $('.single_add_to_cart_button').removeAttr("disabled");
/* -------- slider ---------- */
var custom_add = 100;
$("html").animate({scrollTop: ($(".woocommerce-notices-wrapper").offset().top)-custom_add}, 1500);
$(".woocommerce-notices-wrapper").hide(); setTimeout(function(){ $(".woocommerce-notices-wrapper").fadeIn(2000); }, 1000);
/* -------- slider ---------- */
}, });
}
/* Extra confirmation message on place bid */ function confirm_bid(formname, id_Bid) {
/* Get bid value, format value and then add to confirm message */ var bidval = jQuery(id_Bid).val(); var bidval = parseFloat(bidval);
if (bidval > 0){
var floatbidval = bidval.toFixed(2); /* 2 numbers after decimal point */ /*var currencyval = "৳ ";*/
/* bloginfo( 'charset' ); */
var currencyval = "৳ ";
var finalval = currencyval + floatbidval;
if(formname == "custombid"){ var confirm1 = 'Do you really want to bid'; } else if(formname == "directbid"){ var confirm1 = 'Do you really want to directly place this bid'; }
var confirm_message = confirm1 + ' ' + finalval + ' ?';
var result_conf = confirm(confirm_message);
if(result_conf == false){ event.preventDefault(); /* don't use return it reloads page */ } else{ return true; } }
} /* end of function - confirm_bid() */
}); /* end of document ready */
Category: CA139 | 01-2024
-
04-139 | 🇧🇩 BAN23-729354 M✨From Inbreed Bolt & Grd. Son Olympiad 003✨Leo Hereman & Daughter Olympic Lucky & Grd. Che✨Eijerkamp✨✨ORIGINAL SINHA LOFT✨✨
Winning Bid: ৳ 20,000.00
ExpiredKhan loft 🇧🇩🇧🇩🇧🇩
04-139 | 🇧🇩 BAN23-729354 M✨From Inbreed Bolt & Grd. Son Olympiad 003✨Leo Hereman & Daughter Olympic Lucky & Grd. Che✨Eijerkamp✨✨ORIGINAL SINHA LOFT✨✨
Winning Bid: ৳ 20,000.00
Total Bid[30 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6015").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6015").on('click', function(event){
var formname = "custombid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
function bid_check(formname){
var id_Bid;
if(formname == "custombid"){ id_Bid = "#uwa_bid_value6015"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6015"; }
var bidval = parseFloat($(id_Bid).val());
if(bidval){
var minval = parseFloat($(id_Bid).attr("min")); var maxval = parseFloat($(id_Bid).attr("max"));
if(minval <= bidval){ confirm_bid(formname, id_Bid); } /* end of if - minval */ else{ alert("Please enter bid value greater than suggested bid"); return false; } } else{ alert("Please enter bid value"); return false; } } function placebid_ajax_process(formname){ if(formname == "custombid"){ id_Bid = "#uwa_bid_value6015"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6015"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6015"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6015"; class_ajax_Span = ".ajax-loader-placebid_direct"; class_ajax_Img = ".loaderimg_direct"; } var uwa_place_bid = $(id_h_Product).val(); var uwa_bid_value = $(id_Bid).val(); var uwa_url = "https://lets-bid.com/wp-admin/admin-ajax.php"; $.ajax({ method : "post", /* don't use 'type' */ url : "https://lets-bid.com/wp-admin/admin-ajax.php", data : {action: "uwa_ajax_placed_bid", uwa_place_bid : uwa_place_bid, uwa_bid_value : uwa_bid_value }, beforeSend: function(){ $(class_ajax_Span).css("display", "inline"); $(class_ajax_Img).css("visibility", "visible"); $('.product-type-auction').css("opacity", "0.7"); $("#placebidbutton6015").attr("disabled", "disabled"); $("#placebidbutton_direct6015").attr("disabled", "disabled"); $('.single_add_to_cart_button').attr("disabled", "disabled"); }, success: function(response) { var data = $.parseJSON( response ); if(typeof data.allmsg != "undefined"){ //$(".woocommerce-notices-wrapper").hide(); //$(".woocommerce-notices-wrapper").html(data.allmsg).fadeIn(1000); $(".woocommerce-notices-wrapper").html(data.allmsg); } /* display fields data in detail page */ //if(data.allstatus == 1){ var auctionid = uwa_place_bid; var newprice = data.alldata_display.uwa_curent_bid; var newenterval = data.alldata_display.entervalue; var newreservetext = data.alldata_display.reservetext; var newmaxmintext = data.alldata_display.maxmintext; var newuwabidsalldata = data.alldata_display.uwa_bids_alldata; var newbidminval = data.alldata_display.uwa_bid_minval; var newbidmaxval = data.alldata_display.uwa_bid_maxval; var newtimerval = data.alldata_display.remaining_secs; var auctiontype = data.alldata_display.auction_type; if(typeof newprice != "undefined"){ $("p.price").html(newprice); /* + "--done"); */ } if(typeof newenterval != 'undefined'){ newenterval = newenterval + " )"; /* uwa_inc_latest_price or uwa_inc_price_ajax_492 */ $("small.uwa_inc_latest_price").html(newenterval); } if(typeof newreservetext != 'undefined'){ //strong.uwa_auction_reserve_price $("div.checkreserve").html(newreservetext); } if(typeof newmaxmintext != 'undefined'){ $("p.max-bid").html(newmaxmintext); } if(typeof newtimerval != 'undefined'){ //alert("inif --" + newtimerval); /* change value of data-time of timer */ /*$("div.uwa_auction_product_countdown").data('time', newtimerval);*/ /* set new time value in div */ $("div.uwa_auction_product_countdown").attr( 'data-time', newtimerval); time1 = newtimerval; //alert(time1); //alert(typeof time1); $("div.uwa_auction_product_countdown").WooUacountdown('destroy'); /* here we add new time for timer, check uwa-front.js for all options of timer */ $("div.uwa_auction_product_countdown").WooUacountdown({until: $.WooUacountdown.UTCDate(-(new Date().getTimezoneOffset()), new Date(time1*1000))}); } if(typeof newuwabidsalldata != 'undefined'){ /* uwa-front.js */ /*jQuery("#auction-history-table-" + key +" tbody > tr:first" ).before(value.wua_activity);*/
/*($(".auction-history-table tbody > tr:first").before(newuwabidsalldata + "--done");*/
$("div.uwa_bids_history_data").html(newuwabidsalldata); /* + "--done");*/ }
if(typeof newbidminval != 'undefined'){
/* note : change min value for both direct and custom bid **** */
$("#uwa_bid_value6015").attr("min", newbidminval); $("#uwa_bid_value_direct6015").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6015").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6015").attr("max", newbidmaxval); $("#uwa_bid_value_direct6015").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6015").val(newbidmaxval); }
}
$("#uwa_bid_value6015").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6015").removeAttr("disabled"); $("#placebidbutton_direct6015").removeAttr("disabled"); $('.single_add_to_cart_button').removeAttr("disabled");
/* -------- slider ---------- */
var custom_add = 100;
$("html").animate({scrollTop: ($(".woocommerce-notices-wrapper").offset().top)-custom_add}, 1500);
$(".woocommerce-notices-wrapper").hide(); setTimeout(function(){ $(".woocommerce-notices-wrapper").fadeIn(2000); }, 1000);
/* -------- slider ---------- */
}, });
}
/* Extra confirmation message on place bid */ function confirm_bid(formname, id_Bid) {
/* Get bid value, format value and then add to confirm message */ var bidval = jQuery(id_Bid).val(); var bidval = parseFloat(bidval);
if (bidval > 0){
var floatbidval = bidval.toFixed(2); /* 2 numbers after decimal point */ /*var currencyval = "৳ ";*/
/* bloginfo( 'charset' ); */
var currencyval = "৳ ";
var finalval = currencyval + floatbidval;
if(formname == "custombid"){ var confirm1 = 'Do you really want to bid'; } else if(formname == "directbid"){ var confirm1 = 'Do you really want to directly place this bid'; }
var confirm_message = confirm1 + ' ' + finalval + ' ?';
var result_conf = confirm(confirm_message);
if(result_conf == false){ event.preventDefault(); /* don't use return it reloads page */ } else{ return true; } }
} /* end of function - confirm_bid() */
}); /* end of document ready */
Category: CA139 | 01-2024
-
05-139 | 🇧🇩 BAN22-716393 H✨From Eijerkamp’s Stef & Porche✨Claudio Che & Fabio✨Kain lines✨✨ORIGINAL SINHA LOFT✨✨
Winning Bid: ৳ 12,000.00
ExpiredGalib Rahman
05-139 | 🇧🇩 BAN22-716393 H✨From Eijerkamp’s Stef & Porche✨Claudio Che & Fabio✨Kain lines✨✨ORIGINAL SINHA LOFT✨✨
Winning Bid: ৳ 12,000.00
Total Bid[19 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6021").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6021").on('click', function(event){
var formname = "custombid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
function bid_check(formname){
var id_Bid;
if(formname == "custombid"){ id_Bid = "#uwa_bid_value6021"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6021"; }
var bidval = parseFloat($(id_Bid).val());
if(bidval){
var minval = parseFloat($(id_Bid).attr("min")); var maxval = parseFloat($(id_Bid).attr("max"));
if(minval <= bidval){ confirm_bid(formname, id_Bid); } /* end of if - minval */ else{ alert("Please enter bid value greater than suggested bid"); return false; } } else{ alert("Please enter bid value"); return false; } } function placebid_ajax_process(formname){ if(formname == "custombid"){ id_Bid = "#uwa_bid_value6021"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6021"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6021"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6021"; class_ajax_Span = ".ajax-loader-placebid_direct"; class_ajax_Img = ".loaderimg_direct"; } var uwa_place_bid = $(id_h_Product).val(); var uwa_bid_value = $(id_Bid).val(); var uwa_url = "https://lets-bid.com/wp-admin/admin-ajax.php"; $.ajax({ method : "post", /* don't use 'type' */ url : "https://lets-bid.com/wp-admin/admin-ajax.php", data : {action: "uwa_ajax_placed_bid", uwa_place_bid : uwa_place_bid, uwa_bid_value : uwa_bid_value }, beforeSend: function(){ $(class_ajax_Span).css("display", "inline"); $(class_ajax_Img).css("visibility", "visible"); $('.product-type-auction').css("opacity", "0.7"); $("#placebidbutton6021").attr("disabled", "disabled"); $("#placebidbutton_direct6021").attr("disabled", "disabled"); $('.single_add_to_cart_button').attr("disabled", "disabled"); }, success: function(response) { var data = $.parseJSON( response ); if(typeof data.allmsg != "undefined"){ //$(".woocommerce-notices-wrapper").hide(); //$(".woocommerce-notices-wrapper").html(data.allmsg).fadeIn(1000); $(".woocommerce-notices-wrapper").html(data.allmsg); } /* display fields data in detail page */ //if(data.allstatus == 1){ var auctionid = uwa_place_bid; var newprice = data.alldata_display.uwa_curent_bid; var newenterval = data.alldata_display.entervalue; var newreservetext = data.alldata_display.reservetext; var newmaxmintext = data.alldata_display.maxmintext; var newuwabidsalldata = data.alldata_display.uwa_bids_alldata; var newbidminval = data.alldata_display.uwa_bid_minval; var newbidmaxval = data.alldata_display.uwa_bid_maxval; var newtimerval = data.alldata_display.remaining_secs; var auctiontype = data.alldata_display.auction_type; if(typeof newprice != "undefined"){ $("p.price").html(newprice); /* + "--done"); */ } if(typeof newenterval != 'undefined'){ newenterval = newenterval + " )"; /* uwa_inc_latest_price or uwa_inc_price_ajax_492 */ $("small.uwa_inc_latest_price").html(newenterval); } if(typeof newreservetext != 'undefined'){ //strong.uwa_auction_reserve_price $("div.checkreserve").html(newreservetext); } if(typeof newmaxmintext != 'undefined'){ $("p.max-bid").html(newmaxmintext); } if(typeof newtimerval != 'undefined'){ //alert("inif --" + newtimerval); /* change value of data-time of timer */ /*$("div.uwa_auction_product_countdown").data('time', newtimerval);*/ /* set new time value in div */ $("div.uwa_auction_product_countdown").attr( 'data-time', newtimerval); time1 = newtimerval; //alert(time1); //alert(typeof time1); $("div.uwa_auction_product_countdown").WooUacountdown('destroy'); /* here we add new time for timer, check uwa-front.js for all options of timer */ $("div.uwa_auction_product_countdown").WooUacountdown({until: $.WooUacountdown.UTCDate(-(new Date().getTimezoneOffset()), new Date(time1*1000))}); } if(typeof newuwabidsalldata != 'undefined'){ /* uwa-front.js */ /*jQuery("#auction-history-table-" + key +" tbody > tr:first" ).before(value.wua_activity);*/
/*($(".auction-history-table tbody > tr:first").before(newuwabidsalldata + "--done");*/
$("div.uwa_bids_history_data").html(newuwabidsalldata); /* + "--done");*/ }
if(typeof newbidminval != 'undefined'){
/* note : change min value for both direct and custom bid **** */
$("#uwa_bid_value6021").attr("min", newbidminval); $("#uwa_bid_value_direct6021").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6021").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6021").attr("max", newbidmaxval); $("#uwa_bid_value_direct6021").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6021").val(newbidmaxval); }
}
$("#uwa_bid_value6021").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6021").removeAttr("disabled"); $("#placebidbutton_direct6021").removeAttr("disabled"); $('.single_add_to_cart_button').removeAttr("disabled");
/* -------- slider ---------- */
var custom_add = 100;
$("html").animate({scrollTop: ($(".woocommerce-notices-wrapper").offset().top)-custom_add}, 1500);
$(".woocommerce-notices-wrapper").hide(); setTimeout(function(){ $(".woocommerce-notices-wrapper").fadeIn(2000); }, 1000);
/* -------- slider ---------- */
}, });
}
/* Extra confirmation message on place bid */ function confirm_bid(formname, id_Bid) {
/* Get bid value, format value and then add to confirm message */ var bidval = jQuery(id_Bid).val(); var bidval = parseFloat(bidval);
if (bidval > 0){
var floatbidval = bidval.toFixed(2); /* 2 numbers after decimal point */ /*var currencyval = "৳ ";*/
/* bloginfo( 'charset' ); */
var currencyval = "৳ ";
var finalval = currencyval + floatbidval;
if(formname == "custombid"){ var confirm1 = 'Do you really want to bid'; } else if(formname == "directbid"){ var confirm1 = 'Do you really want to directly place this bid'; }
var confirm_message = confirm1 + ' ' + finalval + ' ?';
var result_conf = confirm(confirm_message);
if(result_conf == false){ event.preventDefault(); /* don't use return it reloads page */ } else{ return true; } }
} /* end of function - confirm_bid() */
}); /* end of document ready */
Category: CA139 | 01-2024
-
06-139 | 🇧🇩 BAN22-716330 H✨From Direct C & G Koopman birds✨lines of Red Bullen & Bjarne✨den dromer✨✨ORIGINAL SINHA LOFT✨✨
Winning Bid: ৳ 37,000.00
ExpiredFerdous Hasan
06-139 | 🇧🇩 BAN22-716330 H✨From Direct C & G Koopman birds✨lines of Red Bullen & Bjarne✨den dromer✨✨ORIGINAL SINHA LOFT✨✨
Winning Bid: ৳ 37,000.00
Total Bid[62 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6027").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6027").on('click', function(event){
var formname = "custombid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
function bid_check(formname){
var id_Bid;
if(formname == "custombid"){ id_Bid = "#uwa_bid_value6027"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6027"; }
var bidval = parseFloat($(id_Bid).val());
if(bidval){
var minval = parseFloat($(id_Bid).attr("min")); var maxval = parseFloat($(id_Bid).attr("max"));
if(minval <= bidval){ confirm_bid(formname, id_Bid); } /* end of if - minval */ else{ alert("Please enter bid value greater than suggested bid"); return false; } } else{ alert("Please enter bid value"); return false; } } function placebid_ajax_process(formname){ if(formname == "custombid"){ id_Bid = "#uwa_bid_value6027"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6027"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6027"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6027"; class_ajax_Span = ".ajax-loader-placebid_direct"; class_ajax_Img = ".loaderimg_direct"; } var uwa_place_bid = $(id_h_Product).val(); var uwa_bid_value = $(id_Bid).val(); var uwa_url = "https://lets-bid.com/wp-admin/admin-ajax.php"; $.ajax({ method : "post", /* don't use 'type' */ url : "https://lets-bid.com/wp-admin/admin-ajax.php", data : {action: "uwa_ajax_placed_bid", uwa_place_bid : uwa_place_bid, uwa_bid_value : uwa_bid_value }, beforeSend: function(){ $(class_ajax_Span).css("display", "inline"); $(class_ajax_Img).css("visibility", "visible"); $('.product-type-auction').css("opacity", "0.7"); $("#placebidbutton6027").attr("disabled", "disabled"); $("#placebidbutton_direct6027").attr("disabled", "disabled"); $('.single_add_to_cart_button').attr("disabled", "disabled"); }, success: function(response) { var data = $.parseJSON( response ); if(typeof data.allmsg != "undefined"){ //$(".woocommerce-notices-wrapper").hide(); //$(".woocommerce-notices-wrapper").html(data.allmsg).fadeIn(1000); $(".woocommerce-notices-wrapper").html(data.allmsg); } /* display fields data in detail page */ //if(data.allstatus == 1){ var auctionid = uwa_place_bid; var newprice = data.alldata_display.uwa_curent_bid; var newenterval = data.alldata_display.entervalue; var newreservetext = data.alldata_display.reservetext; var newmaxmintext = data.alldata_display.maxmintext; var newuwabidsalldata = data.alldata_display.uwa_bids_alldata; var newbidminval = data.alldata_display.uwa_bid_minval; var newbidmaxval = data.alldata_display.uwa_bid_maxval; var newtimerval = data.alldata_display.remaining_secs; var auctiontype = data.alldata_display.auction_type; if(typeof newprice != "undefined"){ $("p.price").html(newprice); /* + "--done"); */ } if(typeof newenterval != 'undefined'){ newenterval = newenterval + " )"; /* uwa_inc_latest_price or uwa_inc_price_ajax_492 */ $("small.uwa_inc_latest_price").html(newenterval); } if(typeof newreservetext != 'undefined'){ //strong.uwa_auction_reserve_price $("div.checkreserve").html(newreservetext); } if(typeof newmaxmintext != 'undefined'){ $("p.max-bid").html(newmaxmintext); } if(typeof newtimerval != 'undefined'){ //alert("inif --" + newtimerval); /* change value of data-time of timer */ /*$("div.uwa_auction_product_countdown").data('time', newtimerval);*/ /* set new time value in div */ $("div.uwa_auction_product_countdown").attr( 'data-time', newtimerval); time1 = newtimerval; //alert(time1); //alert(typeof time1); $("div.uwa_auction_product_countdown").WooUacountdown('destroy'); /* here we add new time for timer, check uwa-front.js for all options of timer */ $("div.uwa_auction_product_countdown").WooUacountdown({until: $.WooUacountdown.UTCDate(-(new Date().getTimezoneOffset()), new Date(time1*1000))}); } if(typeof newuwabidsalldata != 'undefined'){ /* uwa-front.js */ /*jQuery("#auction-history-table-" + key +" tbody > tr:first" ).before(value.wua_activity);*/
/*($(".auction-history-table tbody > tr:first").before(newuwabidsalldata + "--done");*/
$("div.uwa_bids_history_data").html(newuwabidsalldata); /* + "--done");*/ }
if(typeof newbidminval != 'undefined'){
/* note : change min value for both direct and custom bid **** */
$("#uwa_bid_value6027").attr("min", newbidminval); $("#uwa_bid_value_direct6027").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6027").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6027").attr("max", newbidmaxval); $("#uwa_bid_value_direct6027").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6027").val(newbidmaxval); }
}
$("#uwa_bid_value6027").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6027").removeAttr("disabled"); $("#placebidbutton_direct6027").removeAttr("disabled"); $('.single_add_to_cart_button').removeAttr("disabled");
/* -------- slider ---------- */
var custom_add = 100;
$("html").animate({scrollTop: ($(".woocommerce-notices-wrapper").offset().top)-custom_add}, 1500);
$(".woocommerce-notices-wrapper").hide(); setTimeout(function(){ $(".woocommerce-notices-wrapper").fadeIn(2000); }, 1000);
/* -------- slider ---------- */
}, });
}
/* Extra confirmation message on place bid */ function confirm_bid(formname, id_Bid) {
/* Get bid value, format value and then add to confirm message */ var bidval = jQuery(id_Bid).val(); var bidval = parseFloat(bidval);
if (bidval > 0){
var floatbidval = bidval.toFixed(2); /* 2 numbers after decimal point */ /*var currencyval = "৳ ";*/
/* bloginfo( 'charset' ); */
var currencyval = "৳ ";
var finalval = currencyval + floatbidval;
if(formname == "custombid"){ var confirm1 = 'Do you really want to bid'; } else if(formname == "directbid"){ var confirm1 = 'Do you really want to directly place this bid'; }
var confirm_message = confirm1 + ' ' + finalval + ' ?';
var result_conf = confirm(confirm_message);
if(result_conf == false){ event.preventDefault(); /* don't use return it reloads page */ } else{ return true; } }
} /* end of function - confirm_bid() */
}); /* end of document ready */
Category: CA139 | 01-2024