Pentru o livrare cat mai rapida va recomandam sa alegeti produse cu stoc in Magazin fizic si in Depozit Online. Produsele cu Stoc furnizor au termen de livrare mai mare si pot intarzia comanda dvs.
Gama variata de produse
La Claumar Pescar poti alege simplu si rapid dintr-o gama variata de articole de pescuit.
Suport 10-18
Suportul telefonic este 10-18.
Orice intrebare ai avea, stim ca nu poate astepta. Apeleaza serviciul Suport 10-18! Un consultant asteapta sa iti preia apelul in intervalul orar 10-18 de luni pana vineri.
Vezi mai multe detalii
Mulineta Rapture Mulineta Guide Master Amc 2/3
Producător: Rapture
Cod produs: 032-94-030
Disponibilitate: Livrare 48-72 ore
320,00Lei
Stoc Magazin fizic Stoc Depozit Claumar Stoc Furnizor
";
90.19 Lei x 4 rate
Cele mai vizualizate produse din categoria "Mulinete Musca"
032-92-040
Livrare 48-72 ore
175,00Lei
032-98-030
Livrare 48-72 ore
410,00Lei
032-96-030
Livrare 48-72 ore
369,99Lei
032-96-040
Livrare 48-72 ore
405,00Lei
032-98-020
Livrare 48-72 ore
410,00Lei
032-96-050
Livrare 48-72 ore
440,00Lei
032-96-060
Livrare 48-72 ore
489,99Lei
032-92-060
Livrare 48-72 ore
230,00Lei
032-99-030
Livrare 48-72 ore
470,00Lei
032-99-050
Livrare 48-72 ore
510,00Lei
032-94-030
Livrare 48-72 ore
320,00Lei
032-94-060
Livrare 48-72 ore
335,00Lei
Descriere
Mulineta Rapture MULINETA GUIDE MASTER AMC 2/3 Mulineta de capacitate mare pt pescuitul la musca ,cu frana reglabila ,cadru de aluminiu fabricat dintr-o singura piesa pentru o greutate mai mica si mult mai compacta ,un rulment pt sistemul one-way si 2 rulmenti suport pt viteza. #2/3 / 70mm / 115g / 2WF+ 75Yds 20#,3WF+ 40Yds / 2+1 Rulmenti #3/4 / 75mm / 130g / 3WF+100Yds 20#,4WF+ 50Yds / 2+1 Rulmenti #5/6 / 85mm / 152g / 5WF+125Yds 20#,6WF+100Yds / 2+1 Rulmenti
Caracteristici
Tip Mulineta
Musca
Model
GUIDE MASTER ADC
Nr. Rulmenti
2
Marime Tambur
Nespecificat
Clasa (Fly Reel)
#2/3
Capacitate Tambur
-
Constructie Corp
-
Constructie Maner
-
Constructie Tambur
Aluminiu
Constructie Tambur Rezerva
-
Greutate
-
Garantie
24 Luni
Alte Specificatii
-
Review-uri (0 de review-uri)
Linkuri utile:
Mulineta Rapture MULINETA GUIDE MASTER AMC 2/3 032-94-030 Mulinete Musca Mulinete Musca Rapture Rapture
",
"item_brand": "Rapture",
"index": 0,
"quantity": 1,
"price": "320.0029"
}
]
});
gtag('event', 'view_item', {
"items": [
{
"id": "119887",
"name": "Mulineta Rapture MULINETA GUIDE MASTER AMC 2/3 ",
"list_name": "Vizualizare produs",
"brand": "Rapture",
"list_position": 1,
"quantity": 1,
"price": "320.0029"
}
]
});
// }
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
$('#stoc_online').on('click', function() {
});
$('#stoc_magazin').on('click', function() {
});
$('#button-cart-promo').on('click', function() {
$.ajax({
url: 'index.php?route=checkout/cart/add&dmc_type=1',
type: 'post',
data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),
dataType: 'json',
beforeSend: function() {
$('#button-cart').button('loading');
},
complete: function() {
$('#button-cart').button('reset');
},
success: function(json) {
$('.alert, .text-danger').remove();
$('.form-group').removeClass('has-error');
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
var element = $('#input-option' + i.replace('_', '-'));
if (element.parent().hasClass('input-group')) {
element.parent().after('
' + json['error']['option'][i] + '
');
} else {
element.after('
' + json['error']['option'][i] + '
');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
');
}
$('.text-danger').parent().addClass('has-error');
}
if (json['success']) {
$('.breadcrumb').after('
' + json['success'] + '×
');
$('.buton_cos').html('
Cosul Meu ' + json['total'] + '
');
$('html, body').animate({ scrollTop: 0 }, 'slow');
$('#cart > ul').load('index.php?route=common/cart/info&dmc_type=1 ul li');
}
}
});
});
$('#button-cart').on('click', function() {
bootbox.confirm({
title: 'Atenție!',
message: 'Acest produs are termen de livrare Livrare 48-72 ore! Sunteti dispus sa asteptati?',
buttons: {
cancel: {
label: 'Nu'
},
confirm: {
label: 'Da'
}
},
callback: function (result) {
if (result) {
add_to_cart();
} else {
// anulare actiune
}
}
});
});
function add_to_cart() {
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),
dataType: 'json',
beforeSend: function() {
$('#button-cart').button('loading');
},
complete: function() {
$('#button-cart').button('reset');
},
success: function(json) {
$('.alert, .text-danger').remove();
$('.form-group').removeClass('has-error');
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
var element = $('#input-option' + i.replace('_', '-'));
if (element.parent().hasClass('input-group')) {
element.parent().after('
' + json['error']['option'][i] + '
');
} else {
element.after('
' + json['error']['option'][i] + '
');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
');
}
$('.text-danger').parent().addClass('has-error');
}
if (json['success']) {
//if($(location).attr('host') != 'magazindepescuitro.ro') {
var dataLayer = window.dataLayer || [];
dataLayer.push({
'event': 'add_to_cart',
"item_list_id": "product_view",
"item_list_name": "Vizualizare produs",
"currency": "RON",
"value": "320.0029",
"items_add_ga4": [
{
"item_id": "119887",
"item_name": "Mulineta Rapture MULINETA GUIDE MASTER AMC 2/3 ",
"item_brand": "Rapture",
"index": 0,
"quantity": json['cantitate'],
"price": "320.0029"
}
]
});
gtag('event', 'add_to_cart', {
"send_to": 'UA-54445958-1',
"items": [
{
"id": "119887",
"name": "Mulineta Rapture MULINETA GUIDE MASTER AMC 2/3 ",
"list_name": "Vizualizare produs",
"brand": "Rapture",
"list_position": 1,
"quantity": json['cantitate'],
"price": "320.0029"
}
]
});
ttq.track('AddToCart', {
"value": "320.0029", // number. Value of the order or items sold. Example: 100.
"currency": "RON", // string. The 4217 currency code. Example: "USD".
"contents": [
{
"content_id": "119887", // string. ID of the product. Example: "1077218".
"content_type": "product", // string. Either product or product_group.
"content_name": "Mulineta Rapture MULINETA GUIDE MASTER AMC 2/3 " // string. The name of the page or product. Example: "shirt".
}
]
});
//}
if(json['image']) {
$('#imagine').html('
');
}
$('#titlu').html('
' + json['nume'] + ' ');
$('#cantitate').html('
' + json['cantitate'] + ' buc. ');
if(json['pret_special']) {
$('#pret').html('
' + json['pret'] + ' ' + json['pret_special'] + ' ');
} else {
$('#pret').html('
' + json['pret'] + ' ');
}
$('#modal-cart-pop-up').modal('show');
$('.buton_cos').html('
Cosul Meu ' + json['total'] + '
');
$('html, body').animate({ scrollTop: 0 }, 'slow');
$('#cart > ul').load('index.php?route=common/cart/info ul li');
$(json['facebook_add_to_cart']).insertBefore( "footer" );
}
}
});
}
$('.date').datetimepicker({
pickTime: false
});
$('.datetime').datetimepicker({
pickDate: true,
pickTime: true
});
$('.time').datetimepicker({
pickDate: false
});
$('button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#form-upload').remove();
$('body').prepend('
');
$('#form-upload input[name=\'file\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#form-upload input[name=\'file\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#form-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after('
' + json['error'] + '
');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').attr('value', json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
$('#review').delegate('.pagination a', 'click', function(e) {
e.preventDefault();
$('#review').fadeOut('slow');
$('#review').load(this.href);
$('#review').fadeIn('slow');
});
$('#review').load('index.php?route=product/product/review&product_id=119887');
$('#button-review').on('click', function() {
$.ajax({
url: 'index.php?route=product/product/write&product_id=119887',
type: 'post',
dataType: 'json',
data: $("#form-review").serialize(),
beforeSend: function() {
$('#button-review').button('loading');
},
complete: function() {
$('#button-review').button('reset');
},
success: function(json) {
$('.alert-success, .alert-danger').remove();
if (json['error']) {
$('#review').after('
' + json['error'] + '
');
}
if (json['success']) {
$('#review').after('
' + json['success'] + '
');
$('input[name=\'name\']').val('');
$('input[name=\'email\']').val('');
$('input[name=\'telephone\']').val('');
$('textarea[name=\'text\']').val('');
$('input[name=\'rating\']:checked').prop('checked', false);
}
}
});
});
$(document).ready(function() {
$('.thumbnails').magnificPopup({
type:'image',
delegate: 'a',
gallery: {
enabled:true
}
});
});
});
/*
$(".altele").click(function () {
var url = $(this).attr("href");
window.history.pushState('noutati', 'noutati', url);
$.ajax({
'type': 'GET',
'url': url,
'success': function(response)
{
$("html").html(response);
},
'error': function(jqXHR, textStatus, errorThrown)
{
console.log('Error on saving appointment:', jqXHR, textStatus, errorThrown);
}
});
return false;
});
*/
//ttq.track('Search');
function check_add_cart(product_id, quantity, disponibilitate, stock) {
if(disponibilitate) {
bootbox.confirm({
title: 'Atenție!',
message: 'Acest produs are termen de livrare ' + stock + '! Sunteti dispus sa asteptati?',
buttons: {
cancel: {
label: 'Nu'
},
confirm: {
label: 'Da'
}
},
callback: function (result) {
if (result) {
pq_addToCart( product_id, quantity);
} else {
// anulare actiune
}
}
});
} else {
pq_addToCart( product_id, quantity);
}
}