Specificaties
| SKU | SW_30220_SMP_129954_0 |
|---|
Omschrijving
Trabucco Slurp Maggot XL 30st.
Trabucco’s soft lures zijn gemaakt van een zacht kunststof met een perfecte kwaliteit.
Afmeting van deze reuze made is 25,5x 5,75mm en zijn per 30 st verpakt.
‘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.