- CA: 307 | OFFERED BY [GEBR. A & B. LEIDEMAN] 🇳🇱
- TOTAL 6 PIGEONS ‘DIRECT FROM LEIDEMAN’ 🇳🇱
- Auction will end OCT 25-2024, 9 PM (GMT+6)
- Bid occur in last 10 min, auction will add extra 10 min
- Starting Bid: (৳)10,000 | Over Bid: (৳)1,000
- [CALL & BID]: +88 017 3331 6544 | +88 016 7107 9802
- AUCTION arranged by [SINHA LOFT] 🇧🇩
GEBR. A & B. LEIDEMAN 🇳🇱
Matenweg 4
7798-CD Hardenberg (NL)
Tel: +31(0)641886492
Tel: +31(0)683183505
- 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: 172,283.50 (৳)
TOTAL BID COUNT: 600
AUCTION ENDED OCT-25-2024, 9 PM
-
01-307 | 🇳🇱 NL23-9652015 M✨✨From Son Crack 19 & Jet & Goed Blauw-Sister to Goed Grijs✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 167,500.00
ExpiredQuamrul Hassan
01-307 | 🇳🇱 NL23-9652015 M✨✨From Son Crack 19 & Jet & Goed Blauw-Sister to Goed Grijs✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 167,500.00
Total Bid[126 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6292").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6292").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_value6292"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6292"; }
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_value6292"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6292"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6292"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6292"; 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"); $("#placebidbutton6292").attr("disabled", "disabled"); $("#placebidbutton_direct6292").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_value6292").attr("min", newbidminval); $("#uwa_bid_value_direct6292").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6292").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6292").attr("max", newbidmaxval); $("#uwa_bid_value_direct6292").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6292").val(newbidmaxval); }
}
$("#uwa_bid_value6292").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6292").removeAttr("disabled"); $("#placebidbutton_direct6292").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: CA307 | GEBR. A. & B. LEIDEMAN
-
02-307 | 🇳🇱 NL22-8076560 M✨✨From Connor & Nest sister Rosa✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 45,000.00
ExpiredGhouse Uddin Mohammed
02-307 | 🇳🇱 NL22-8076560 M✨✨From Connor & Nest sister Rosa✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 45,000.00
Total Bid[27 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6295").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6295").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_value6295"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6295"; }
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_value6295"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6295"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6295"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6295"; 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"); $("#placebidbutton6295").attr("disabled", "disabled"); $("#placebidbutton_direct6295").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_value6295").attr("min", newbidminval); $("#uwa_bid_value_direct6295").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6295").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6295").attr("max", newbidmaxval); $("#uwa_bid_value_direct6295").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6295").val(newbidmaxval); }
}
$("#uwa_bid_value6295").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6295").removeAttr("disabled"); $("#placebidbutton_direct6295").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: CA307 | GEBR. A. & B. LEIDEMAN
-
03-307 | 🇳🇱 NL19-3950180 M✨✨AB, Half brother Liebling✨✨From Pizzaro & SIA✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 141,001.00
ExpiredMohamed Ahmed
03-307 | 🇳🇱 NL19-3950180 M✨✨AB, Half brother Liebling✨✨From Pizzaro & SIA✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 141,001.00
Total Bid[60 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6298").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6298").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_value6298"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6298"; }
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_value6298"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6298"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6298"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6298"; 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"); $("#placebidbutton6298").attr("disabled", "disabled"); $("#placebidbutton_direct6298").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_value6298").attr("min", newbidminval); $("#uwa_bid_value_direct6298").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6298").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6298").attr("max", newbidmaxval); $("#uwa_bid_value_direct6298").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6298").val(newbidmaxval); }
}
$("#uwa_bid_value6298").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6298").removeAttr("disabled"); $("#placebidbutton_direct6298").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: CA307 | GEBR. A. & B. LEIDEMAN
-
04-307 | 🇳🇱 NL19-1249146 M💥Winner-4, 5, 20, 27, 38 Prizes💥Directly from Antar✨✨Daughter Jaguar 004✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 91,100.00
ExpiredEmon Hasan
04-307 | 🇳🇱 NL19-1249146 M💥Winner-4, 5, 20, 27, 38 Prizes💥Directly from Antar✨✨Daughter Jaguar 004✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 91,100.00
Total Bid[73 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6301").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6301").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_value6301"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6301"; }
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_value6301"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6301"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6301"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6301"; 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"); $("#placebidbutton6301").attr("disabled", "disabled"); $("#placebidbutton_direct6301").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_value6301").attr("min", newbidminval); $("#uwa_bid_value_direct6301").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6301").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6301").attr("max", newbidmaxval); $("#uwa_bid_value_direct6301").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6301").val(newbidmaxval); }
}
$("#uwa_bid_value6301").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6301").removeAttr("disabled"); $("#placebidbutton_direct6301").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: CA307 | GEBR. A. & B. LEIDEMAN
-
05-307 | 🇳🇱 NL19-1248888 M💥💥Milton💥💥From Son Crack 19 & Goed Grijs💥Olympic Lisa✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 300,100.00
ExpiredRahman
05-307 | 🇳🇱 NL19-1248888 M💥💥Milton💥💥From Son Crack 19 & Goed Grijs💥Olympic Lisa✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 300,100.00
Total Bid[184 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6306").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6306").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_value6306"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6306"; }
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_value6306"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6306"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6306"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6306"; 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"); $("#placebidbutton6306").attr("disabled", "disabled"); $("#placebidbutton_direct6306").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_value6306").attr("min", newbidminval); $("#uwa_bid_value_direct6306").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6306").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6306").attr("max", newbidmaxval); $("#uwa_bid_value_direct6306").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6306").val(newbidmaxval); }
}
$("#uwa_bid_value6306").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6306").removeAttr("disabled"); $("#placebidbutton_direct6306").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: CA307 | GEBR. A. & B. LEIDEMAN
-
06-307 | 🇳🇱 NL19-1248799 V💥Winner: 1,4,61,102,192 Prizes💥Grd. Daughter Goed Grijs & EL-Zarka✨✨Blue Dream✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 289,000.00
ExpiredMohamed Ahmed
06-307 | 🇳🇱 NL19-1248799 V💥Winner: 1,4,61,102,192 Prizes💥Grd. Daughter Goed Grijs & EL-Zarka✨✨Blue Dream✨✨GEBR. A. & B. LEIDEMAN💥
Winning Bid: ৳ 289,000.00
Total Bid[130 BID]
jQuery("document").ready(function($){
$("#placebidbutton_direct6309").on('click', function(event){
var formname = "directbid"; retval = bid_check(formname);
if(retval == true || retval == false){ return retval; } });
$("#placebidbutton6309").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_value6309"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6309"; }
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_value6309"; id_h_Product = "#uwa_place_bid"; id_Bid_Button = "#placebidbutton6309"; class_ajax_Span = ".ajax-loader-placebid"; class_ajax_Img = ".loaderimg"; } else if(formname == "directbid"){ id_Bid = "#uwa_bid_value_direct6309"; id_h_Product = "#uwa_place_bid_direct"; id_Bid_Button = "#placebidbutton_direct6309"; 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"); $("#placebidbutton6309").attr("disabled", "disabled"); $("#placebidbutton_direct6309").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_value6309").attr("min", newbidminval); $("#uwa_bid_value_direct6309").attr("min", newbidminval);
/* set default value for direct bid */ if(auctiontype == "normal"){ $("#uwa_bid_value_direct6309").val(newbidminval); } }
if(typeof newbidmaxval != 'undefined'){
/* note : change max value for both direct and custom bid **** */
$("#uwa_bid_value6309").attr("max", newbidmaxval); $("#uwa_bid_value_direct6309").attr("max", newbidmaxval);
/* set default value for direct bid */ if(auctiontype == "reverse"){ $("#uwa_bid_value_direct6309").val(newbidmaxval); }
}
$("#uwa_bid_value6309").val("");
//}
}, error: function(){},
complete: function(){ $(class_ajax_Span).css("display", "none"); $(class_ajax_Img).css("visibility", "hidden"); $('.product-type-auction').css("opacity", "1"); $("#placebidbutton6309").removeAttr("disabled"); $("#placebidbutton_direct6309").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: CA307 | GEBR. A. & B. LEIDEMAN