>
>
Detalles del Producto
Machined Anodised Headset Spacers Gunmetal
Machined Anodised Headset Spacers Gunmetal

Machined Anodised Headset Spacers Gunmetal

  • (0) reviews
Modelo:
#1400947
Disponibilidad:
En Stock
  • €63.74 €95
Cantidad:
-
+

Machined Anodised Headset Spacers Gunmetal

  • (0) reviews
Modelo:
#1400947
Disponibilidad:
En Stock
  • €63.74 €95
Cantidad:
-
+
Tri For Fun > BIKE > Componentes de la bicicleta. > Dirección > Espaciadores > Machined Anodised Headset Spacers GunmetalMachine</strong>
        </div>
            </div>
    </div>
<style>
    .product_d_inner {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .people-also-searched {
        margin-top: 20px;
        padding: 10px;
    }

    .people-also-searched h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .product-category {
        font-size: 16px;
        margin-top: 15px;
        padding: 10px;
        background: #f8f9fa;
        border-radius: 5px;
        font-weight: bold;
    }

    .search-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
        list-style: none;
    }

    .search-tags li {
        background-color: #f2f2f2;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .search-tags li a {
        text-decoration: none;
        color: #333;
    }
</style>
<script>
    var arr = [];
    var skus = {' }); }) function addtocart(qty,skus,key,unique){ var data = { "productId":"1400947", "cartNum":qty, "new":0 }; if(key){ data.uniqueId = skus[key].unique; } if(unique){ data.uniqueId = unique; } $.ajax({ url:"?m=jqajax&act=addtocart", method:"POST", dataType:"JSON", data:data, success :function(e){ layer.closeAll(); console.log(e.error); if(e.error == 0){ $(".right-mini-cart-box").html(e.html); $(".CartCount").html(e.data.count); $('.drawer-toggle-cart').trigger("click"); }else{ layer.msg(e.msg); } } }); } function addto_sku(qty,skus,key){ $.ajax({ url:"?m=jqajax&act=addto_sku", method:"POST", dataType:"JSON", data: { id:'1400947', sku: key, }, success :function(e){ if (e.unique){ let unique = e.unique.replace(/'/g, ''); addtocart(qty,"","",unique); } } }); } $(".cart-wishlist").click(function(){ $.ajax({ url: "?m=jqajax&act=addwish", method: "POST", dataType: "JSON", data: { id:'1400947' }, success: function (e) { console.log(e); if(e.error == 1){ window.location.href = "/account/login"; }else{ layer.msg("¡Añadido exitosamente a la lista de deseos!"); } } }); });