Specificaties
| SKU | SW_40918_SMP_139961_0 |
|---|
Omschrijving
Trabucco Slurp Bloodworm Red 50st.
Trabucco’s Slurp Bait Bloodworm soft lures zijn gemaakt van een zacht kunststof met een perfecte kwaliteit.
Afmeting van deze Vers de Vase reuze made is 25 x 2,15mm 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.