Vos articles   Prix Quantité Sous-total  
Fender Made in Japan Traditional 70s Jazz Bass® Candy Apple Red Fender Made in Japan Traditional 70s Jazz Bass® Candy Apple Red

EN STOCK. Retrait magasin ou livraison offerte

1.649
1.649 ×

Total panier

Sous-total 1.649
Total 1.649 (dont 275 TVA)
const liveSearchCache = {}; function fetchLiveSearch(query) { if (liveSearchCache[query]) { return Promise.resolve(liveSearchCache[query]); } return fetch(`/wp-admin/admin-ajax.php?...`) .then(r => r.text()) .then(html => { liveSearchCache[query] = html; return html; }); }