{{lang.product.add_cart_succeed}}
{% if isProperty %}
{% endif %}
{{option.productTitle}}
{% if storeConfig.sku_spu_set == "4" %} {% elsif storeConfig.sku_spu_set == "2" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}
{% elsif storeConfig.sku_spu_set == "3" %}
{{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% elsif storeConfig.sku_spu_set == "1" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}, {{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% else %} {% endif %} {% if option.sku_value %}
{{option.sku_value | replace : "
", ";" }}
{% endif %} {% for item in option.custom_attr %}
{{ item.name }} :
{% if item.type == "file" %}
{{ lang.account.orders.property_detail }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "image_group" -%} {%- for el in item.value -%}
{{ el.value }}
{%- unless el.price == '0' -%}
( {%- if el.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} )
{%- endunless -%} {%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% elsif item.type == "public_image" %} {%- if item.price_type == '1' -%} {%- for el in item.value -%}
{{el.value}} {%- if el.price != 0 -%}( {%- if el.price > 0 -%}+{%- else -%}- {%- endif -%} {{el.price | money }} ) {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- else -%} {%- for el in item.value -%}
{{el.value}} {%- if forloop.last -%} {%- if item.price != 0 -%}( {%- if item.price > 0 -%}+{%- else -%}- {%- endif -%} {{ item.price | money }} ) {%- endif -%} {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- endif -%} {% elsif item.type == "image_gallery" %}
{{ item.value }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "checkbox" or item.type == "block_text" or item.type == "image" -%} {%- for el in item.value -%}
{{ el.value }} {%- unless el.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} ) {%- endunless -%}
{%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% else %}
{{ item.value }} {%- unless item.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} ) {%- endunless -%}
{% endif %}
{% endfor %}
{{lang.product.subtotal}}:
{{subtotalPrice}}
{{ lang.cart.list.checkout }}
{{lang.product.view_cart}}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }}
{% if checkedFirstSku == '2' %}
{{lang.product.please_select}}
{% endif %} {% for val in sku.value %} {%- capture disabled -%} {% if val.available == 0 %}disabled{% endif %} {% if sku.selected_value == val.value %} selected{% endif %} {%- endcapture -%}
{{ val.name }}
{% endfor %}
{% endfor %}
{% for item in variant %}
{%- if productSkuStyle == "color" and item.colorCard -%}
{%- elsif item.image and item.colorCard -%}
{% endif %}
{{item.name}}
{% comment %}
Free Shipping
{% endcomment %}
{{item.price | money}}
{% if item.price < item.compare_at_price %}
{{item.compare_at_price | money}}
{% endif %}
{% if item.ext1 and item.ext1 != '' %}
{{item.ext1}}
{% endif %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %} {% assign index = forloop.index0 %} {% if sku.type == "multiple" %}
{{sku.name}}
{{lang.account.orders_detail.price | default:"Price"}}
{% if inventory_tracking != 0 %}
{{lang.general.stock | default:"Stock"}}
{% endif %}
{{lang.general.qty | default:"QTY"}}
{{lang.general.reset | default:"Reset"}}
{% for val in sku.value %} {% assign idx = forloop.index0 %}
{% if sku.isImg %} {% if productSkuStyle == "color" %} {% if val.colorValue != "" %}
{% endif %} {% else %} {% if val.image != "" %}
{% endif %} {% endif %} {% endif %}
{{val.name}}
{{val.formatPrice}}{% if inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if inventory_tracking != 0 %}
{{val.quantity}}
{% endif %}
{% if val.available == 0 %}
{{lang.account.wishlist.product_offline}}
{% else %}
{% endif %}
{% endfor %}
{{lang.cart.list.total | default:"Total"}}
(
0
{{lang.general.variations | default:"variations"}}
0
{{lang.promotions.piece | default:"items"}})
{{0|money}}
{% else %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endif %} {% endfor %}
{{lang.coupons.available_num | replace: '{number}',coupons.size}}
{% for coupon in coupons %}
{{coupon.coupon_code}} {%- if coupon.customer_range != 0 -%}
🎁 {{ lang.coupon.exclusive }}
{%- endif -%}
{%- if coupon.rule.discount.type == 1 -%}
{{ coupon.rule.discount.value }}%
OFF {%- else -%}
-{{ coupon.rule.discount.value | money }}
{%- endif -%} {% if coupon.rule.condition.type == 0 %} , {{lang.coupons.discount_rule_extra}} {% elsif coupon.rule.condition.type == 1 %} {% assign coupon_value = coupon.rule.condition.value %} , {{lang.coupons.discount_rule_count | replace: '{condition}',coupon_value }} {% else %} {% assign coupon_value = coupon.rule.condition.value | money %} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
FREE SHIPPING ONDER OVER $50
USD
USD($)
Log in
0
Home
Dresses
Tops
Bottoms
Shoes
Accessories
Contact Us
Menu
Home
Dresses
Tops
Bottoms
Shoes
Accessories
Contact Us
Log in
USD
USD($)
Home
/
Febi 11420 Kit pour roulement de moyeu
Febi 11420 Kit pour roulement de moyeu
Quantity
ADD TO CART
BUY IT NOW
Unavailable
Unavailable
Detail
Article complémentaire/Info complémentaire: avec matériel de construction
Diamètre extérieur [mm]: 52,0
Diamètre intérieur [mm]: 25,0
Largeur [mm]: 37,0
Type de suspension: Roulement à rouleaux coniques
Cette pièce auto est compatible avec les modèles suivants :
Peugeot 206 3/5 portes 1.4 i (1998 - ) 55kW
Peugeot 206 3/5 portes 1.9 D (1998 - ) 51kW
Citroën Xsara 3/5 portes 2.0 HDi 90 (1997 - 2005) 66kW
Peugeot 206 3/5 portes 1.1 (1998 - ) 40kW
Peugeot 205 II 1.7 Diesel (1987 - 1998) 44kW
Citroën Saxo 3/5 portes 1.1 X,SX (1996 - 2004) 40kW
Citroën Saxo 3/5 portes 1.1 X,SX (1996 - 2004) 44kW
Peugeot 106 II 1.1 i (1996 - ) 44kW
Peugeot 106 II 1.4 i (1996 - ) 55kW
Peugeot 206 3/5 portes 1.1 i (1998 - ) 44kW
Cette liste est un échantillon de toutes les voitures compatibles avec cette pièce auto.
Veuillez vérifier que ce produit convient à votre véhicule en utilisant l'outil de recherche de pièces en haut de la page.
Numéros de pièce fabricant équivalents :
PEUGEOT 3748.17; CITROËN 3748.17; QH Talbros QWB503; QH Talbros BK10503; QH Talbros QWB782; QH Talbros QWB870; KRAFT AUTOMOTIVE 4105510; Metalcaucho 74017; STARLINE LO 00961; STC T474017; FEBEST DAC25520037-KIT; DELPHI BK388; TRISCAN 8530 10203; AL-KO 620266; METZGER WM 503; AUTOMEGA 110128910; OPTIMAL 602320; NK 769913; OPTIMAL 602320S; OPTIMAL 602320L; OPTIMAL 602 320 L; OPTIMAL 602 320; MGA KR3006; FENOX WKB60170; AUTEX 806034; TOPRAN 721 411; KLAXCAR FRANCE 22006z; BTA H2C002BTA; PFI PW25520037CSHD2; BTA H21071BTA; KAWE 8530 10203; KAGER 83-0152; SWAG 62 91 1420; EUROBRAKE 5401769913; AUTLOG RS1117; TREVI AUTOMOTIVE WB2152; RUVILLE 5919; DIAMAX R1032K; FREMAX FWB-0277; LYNXauto WB-1381; IJS GROUP 10-1129; KEY PARTS KWB080; TORQUE DAC25520037; ZEKKERT RL-1045; TORQUE DACR25520037; LUCAS ENGINE DRIVE LKBA62004; COMLINE CBK035; DÜRER R20961K; REPKIT RKB1041; PROCODIS FRANCE R2024; AUTOKIT 01.140; TECHNOX KR15919P; sbs 1401769913; SIDAT 460025; GSP GK0961; MASTER-SPORT 961-SET-MS; LEMFÖRDER 12512 01; BORG & BECK BWK298; SNR R159.19; BORG & BECK BWK080; MAGNETI MARELLI 361111182042; MAPCO 26303; MOOG CI-WB-12232B; MOOG CI-WB-12232; FLENNOR FR691219; FLENNOR FR691219L; FIRST LINE FBK298; MAXGEAR 33-0055; FIRST LINE FBK080; VAICO V22-1019; KSH-KOSHIMO 1890.0091036; ACEMARK 192554; ACEMARK 192426; VEMA 515919; Automotive Bearings ABK337; PATRON PBK961; BRT Bearings BRT666; PROFIT 2501-0961; JP GROUP 4151300319; FAG 713 6502 90; BREDA LORETT KRT2595; DOYEN RWB007; BREDA LORETT KRT2528; CALIBER RC5029; KM International RK5029; AUTOTEAM RA5029; BBR Automotive 027-51-11213; MOTAQUIP LVBW303; FISPA 460025; MOTAQUIP VBK303; DYNAMATRIX DWB961; DYNAMATRIX DWB3658; DYNAMATRIX DWB3556; STELLOX 43-28034-SX; QUINTON HAZELL MWB503; QUINTON HAZELL QWB839; QUINTON HAZELL QWB503; MEYLE 11-14 750 0001; SKF VKBA 961; BENDIX 050005B; BENDIX 051254B; BENDIX 051559B; IPD 30-5029; KAMOKA 5600069; A.B.S. 200012
Customer Reviews
No comments
SEE ALL
BACK
Shopping Cart