Specificaties
| SKU | SW_30246_SMP_129980_0 |
|---|
Omschrijving
Trabucco Slurp Maggot Natural Red 50st.
Trabucco’s soft lures zijn gemaakt van een zacht kunststof met een perfecte kwaliteit.
Afmeting van deze reuze made is 16.5 x 3,80mm en zijn per 50 st verpakt. Perfect te gebruiken in combinatie met levend aas
‘use strict’;
window.addEventListener(‘DOMContentLoaded’, function() {
if (! window.productSliderEventHandlerInitialized) {
window.productSliderEventHandlerInitialized = true;
window.addEventListener(‘product-add-to-wishlist’, (event) => {
const productId = event.detail.productId;
fetch(BASE_URL + “wishlist/index/add/”, {
headers: {
“content-type”: “application/x-www-form-urlencoded; charset=UTF-8”,
},
body: new URLSearchParams({
form_key: hyva.getFormKey(),
product: productId,
uenc: btoa(window.location.href)
}
),
method: “POST”,
mode: “cors”,
credentials: “include”
}).then(function (response) {
if (response.redirected) {
window.location.href = response.url;
} else if (response.ok) {
return response.json();
} else {
typeof window.dispatchMessages !== “undefined” && window.dispatchMessages(
[{
type: “warning”,
text: “Could not add item to wishlist.”
}], 5000
);
}
}).then(function (result) {
if (!result) {
return
}
typeof window.dispatchMessages !== “undefined” && window.dispatchMessages(
[{
type: (result.success) ? “success” : “error”,
text: (result.success)
? “Product is toegevoegd aan uw verlanglijst.” : result.error_message
}], 5000
);
window.dispatchEvent(new CustomEvent(“reload-customer-section-data”));
}).catch(function (error) {
typeof window.dispatchMessages !== “undefined” && window.dispatchMessages(
[{
type: “error”,
text: error
}], 5000
);
});
})
}
});
‘use strict’;
window.addEventListener(‘DOMContentLoaded’, function() {
if (! window.productSliderEventHandlerInitialized) {
window.productSliderEventHandlerInitialized = true;
window.addEventListener(‘product-add-to-wishlist’, (event) => {
const productId = event.detail.productId;
fetch(BASE_URL + “wishlist/index/add/”, {
headers: {
“content-type”: “application/x-www-form-urlencoded; charset=UTF-8”,
},
body: new URLSearchParams({
form_key: hyva.getFormKey(),
product: productId,
uenc: btoa(window.location.href)
}
),
method: “POST”,
mode: “cors”,
credentials: “include”
}).then(function (response) {
if (response.redirected) {
window.location.href = response.url;
} else if (response.ok) {
return response.json();
} else {
typeof window.dispatchMessages !== “undefined” && window.dispatchMessages(
[{
type: “warning”,
text: “Could not add item to wishlist.”
}], 5000
);
}
}).then(function (result) {
if (!result) {
return
}
typeof window.dispatchMessages !== “undefined” && window.dispatchMessages(
[{
type: (result.success) ? “success” : “error”,
text: (result.success)
? “Product is toegevoegd aan uw verlanglijst.” : result.error_message
}], 5000
);
window.dispatchEvent(new CustomEvent(“reload-customer-section-data”));
}).catch(function (error) {
typeof window.dispatchMessages !== “undefined” && window.dispatchMessages(
[{
type: “error”,
text: error
}], 5000
);
});
})
}
});
-
Voor 16.00 besteld, direct verstuurd
-
Gratis verzending vanaf 75,-
-
Fysieke winkel
-
14Â dagen bedenktijd









Beoordelingen
Er zijn nog geen beoordelingen.