{{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 theme_config.global.product_inventory_status and 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 theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and 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 %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
Free Shipping on Orders Above €60!
HELMET
Communication systems
Helmet bag
Jet helmet
Clearance
All items
Spare parts
Helmet cleaner
Glasses & masks
Up helmet
MOTORCYCLE CLOTHING
All items
Clearance
Winter functional clothing
Motorcycle pants
Summer functional clothing
Boots & shoes
Motorcycle jackets
Easy tubes & balaclavas
Motorcycle protections
Gloves
Other equipment
Rain
LIFESTYLE
Kids
Key ring
Scarf
Sweat shirt
All items
T-shirts
Pants
Belt
Beanies
Clearance
LUGGAGE
All items
Tank bag
Inner bags
Top case
Pannier and rear racks
Top case backrest
Spare parts & accessories
Tail bags
Locks and key cylinder
MOTORCYCLE ACCESSORIES
All items
Workshop & motorcycle mats
Rims - wheels - tires
Shock absorber
Mirrors
Mudguard & extension
Plate holders
Footests & brake and shift pedal
Motorcycle meter
Fuses and relays
Oils & consumables
Handles - grips
Brake & clutch levers
Air & oil filters
Screws & nuts
Windshield - windshield - bubble
Smartphone support - high tech
Lighting & indicators
Mudguard & extension
Motorcycle meter
Exhausts - akrapovic silencer
Hand guards
Braking discs & pads
Clutch
Seats
Protections & crashbar
Spark plugs
Handlebars & accessories
Plate holders
Fuses and relays
Fairings
Gps navigator & gps support
Belt - chain - sprockets - cardan
GIFT IDEAS
More Links
EUR
EUR
€
CAD
CA$
AUD
AU$
GBP
£
USD
$
CART (
0
)
LOG IN
Search
SEARCH
HELMET
Communication systems
Helmet bag
Jet helmet
Clearance
All items
Spare parts
Helmet cleaner
Glasses & masks
Up helmet
MOTORCYCLE CLOTHING
All items
Clearance
Winter functional clothing
Motorcycle pants
Summer functional clothing
Boots & shoes
Motorcycle jackets
Easy tubes & balaclavas
Motorcycle protections
Gloves
Other equipment
Rain
LIFESTYLE
Kids
Key ring
Scarf
Sweat shirt
All items
T-shirts
Pants
Belt
Beanies
Clearance
LUGGAGE
All items
Tank bag
Inner bags
Top case
Pannier and rear racks
Top case backrest
Spare parts & accessories
Tail bags
Locks and key cylinder
MOTORCYCLE ACCESSORIES
All items
Workshop & motorcycle mats
Rims - wheels - tires
Shock absorber
Mirrors
Mudguard & extension
Plate holders
Footests & brake and shift pedal
Motorcycle meter
Fuses and relays
Oils & consumables
Handles - grips
Brake & clutch levers
Air & oil filters
Screws & nuts
Windshield - windshield - bubble
Smartphone support - high tech
Lighting & indicators
Mudguard & extension
Motorcycle meter
Exhausts - akrapovic silencer
Hand guards
Braking discs & pads
Clutch
Seats
Protections & crashbar
Spark plugs
Handlebars & accessories
Plate holders
Fuses and relays
Fairings
Gps navigator & gps support
Belt - chain - sprockets - cardan
GIFT IDEAS
Log in
Create Account
EUR
EUR
:
€
CAD
:
CA$
AUD
:
AU$
GBP
:
£
USD
:
$
BSET SELLERS
QUICK VIEW
79%
OFF
BMW Motorcycle Jacket Sidepod AIR Men 2024
€ 84.00
€ 419.00
Save
€ 335.00
QUICK VIEW
79%
OFF
BMW Motorcycle Shoes Sneakers KnitRace Unisex 2024
€ 52.00
€ 258.72
Save
€ 206.72
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket DownForce Men 2024
€ 82.00
€ 410.00
Save
€ 328.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket GS Rallye GTX Men 2024
€ 87.00
€ 435.00
Save
€ 348.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket Leather TwinStripes Men
€ 87.00
€ 435.00
Save
€ 348.00
QUICK VIEW
80%
OFF
BMW GPS ConnectedRide Navigator
€ 70.00
€ 350.00
Save
€ 280.00
QUICK VIEW
80%
OFF
Motorcycle Jacket PaceDry Adventure Men BMW
€ 74.00
€ 370.00
Save
€ 296.00
QUICK VIEW
80%
OFF
Helmet BMW System 7 Evo
€ 86.00
€ 430.00
Save
€ 344.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket Schwabing Men 2024
€ 81.00
€ 405.00
Save
€ 324.00
QUICK VIEW
80%
OFF
Universal Intercom Communication System BMW ConnectedRide Com U1
€ 66.00
€ 330.00
Save
€ 264.00
QUICK VIEW
79%
OFF
BMW Universal Tire Pressure Travel Kit
€ 15.00
€ 73.13
Save
€ 58.13
QUICK VIEW
78%
OFF
BMW T-Shirt M Motorsport Men
€ 9.00
€ 42.39
Save
€ 33.39
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket GS Karakum GTX Men 2024
€ 85.00
€ 425.00
Save
€ 340.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket GS Rallye GTX Women 2024
€ 73.00
€ 365.00
Save
€ 292.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket DownForce Men 2024
€ 74.00
€ 370.00
Save
€ 296.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket Leather TwinStripes women
€ 77.00
€ 385.00
Save
€ 308.00
View More
MOTORCYCLE JACKETS
QUICK VIEW
79%
OFF
BMW Motorcycle Jacket Sidepod AIR Men 2024
€ 84.00
€ 419.00
Save
€ 335.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket GS Rallye GTX Men 2024
€ 87.00
€ 435.00
Save
€ 348.00
QUICK VIEW
80%
OFF
Motorcycle Jacket PaceDry Adventure Men BMW
€ 74.00
€ 370.00
Save
€ 296.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket Schwabing Men 2024
€ 81.00
€ 405.00
Save
€ 324.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket GS Rallye GTX Women 2024
€ 73.00
€ 365.00
Save
€ 292.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket DownForce Men 2024
€ 74.00
€ 370.00
Save
€ 296.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket Leather TwinStripes women
€ 77.00
€ 385.00
Save
€ 308.00
QUICK VIEW
80%
OFF
BMW Motorcycle Jacket Charlottenburg Men
€ 81.00
€ 405.00
Save
€ 324.00
View More
Motorcycle Protections
QUICK VIEW
78%
OFF
BMW Kidney Belt Unisex
€ 11.00
€ 51.00
Save
€ 40.00
QUICK VIEW
79%
OFF
BMW protective vest unisex
€ 48.00
€ 236.90
Save
€ 188.90
QUICK VIEW
79%
OFF
Back Protector BMW
€ 41.00
€ 200.70
Save
€ 159.70
QUICK VIEW
80%
OFF
BMW Kidney Belt PureBoxer
€ 29.00
€ 145.00
Save
€ 116.00
QUICK VIEW
79%
OFF
BMW Pro Kidney Belt Unisex
€ 18.00
€ 87.27
Save
€ 69.27
QUICK VIEW
80%
OFF
Back Protector NP3 Flex Urban BMW
€ 10.00
€ 50.00
Save
€ 40.00
QUICK VIEW
80%
OFF
Kidney belt Basic BMW Motorrad
€ 8.00
€ 40.00
Save
€ 32.00
QUICK VIEW
78%
OFF
BMW HighViz Vest Unisex
€ 11.00
€ 51.00
Save
€ 40.00
View More
BRAKE & CLUTCH LEVERS
QUICK VIEW
79%
OFF
BMW Brake and Clutch Lever HP - R1250GS / R1250GS Adventure / R1250R / R1250RS / R1250RT
€ 63.00
€ 311.10
Save
€ 248.10
QUICK VIEW
79%
OFF
BMW Brake fluid cover Option 719 Classic - R1250R/RT/RS/GS/GSA [2020-]
€ 26.00
€ 126.50
Save
€ 100.50
QUICK VIEW
79%
OFF
BMW Clutch lever protector - F900R / F900XR
€ 29.00
€ 144.00
Save
€ 115.00
QUICK VIEW
79%
OFF
BMW Clutch Lever CLASSIC Option 719 - R NineT (Pure/Scrambler/Racer/UrbanGS)
€ 43.00
€ 213.81
Save
€ 170.81
QUICK VIEW
79%
OFF
BMW Enduro Clutch Lever - R1300GS
€ 33.00
€ 161.71
Save
€ 128.71
QUICK VIEW
79%
OFF
BMW Clutch lever Genuine - R Nine T (13-15) - K1600 (2017-) R1200GS/GSA (2013-2018) - R1250GS/GSA - R1200R/RS/RT - R1250R/RS/RT
€ 21.00
€ 101.34
Save
€ 80.34
QUICK VIEW
79%
OFF
BMW Lever protectors pack M - S1000R (K63)
€ 76.00
€ 378.00
Save
€ 302.00
QUICK VIEW
79%
OFF
BMW Clutch fluid tank cover Option 719 Shadow - R Nine T/Pure/Scrambler/Racer/Urban G/S [2020-]
€ 28.00
€ 135.94
Save
€ 107.94
View More
MOTORCYCLE PANTS
QUICK VIEW
80%
OFF
Motorcycle Pants Rider Men BMW
€ 59.00
€ 295.00
Save
€ 236.00
QUICK VIEW
80%
OFF
BMW Motorcycle Pants GS Rallye GTX Men 2024
€ 71.00
€ 355.00
Save
€ 284.00
QUICK VIEW
80%
OFF
BMW Motorcycle Pants Furka Men
€ 79.00
€ 395.00
Save
€ 316.00
QUICK VIEW
80%
OFF
BMW Motorcycle Pants GS Rallye GTX Men 2024
€ 72.00
€ 360.00
Save
€ 288.00
QUICK VIEW
79%
OFF
Jeans FivePocket Motorcycle Pants Men BMW
€ 46.00
€ 228.60
Save
€ 182.60
QUICK VIEW
79%
OFF
Motorcycle Pants AirFlow Men BMW
€ 70.00
€ 345.78
Save
€ 275.78
QUICK VIEW
79%
OFF
BMW Motorcycle Pants GS Rallye AIR Men 2024
€ 83.00
€ 412.80
Save
€ 329.80
QUICK VIEW
80%
OFF
BMW Motorcycle Pants GS Rallye GTX Women 2024
€ 77.00
€ 385.00
Save
€ 308.00
View More
MOTORCYCLE PROTECTIONS
QUICK VIEW
78%
OFF
BMW Kidney Belt Unisex
€ 11.00
€ 51.00
Save
€ 40.00
QUICK VIEW
79%
OFF
BMW protective vest unisex
€ 48.00
€ 236.90
Save
€ 188.90
QUICK VIEW
79%
OFF
Back Protector BMW
€ 41.00
€ 200.70
Save
€ 159.70
QUICK VIEW
80%
OFF
BMW Kidney Belt PureBoxer
€ 29.00
€ 145.00
Save
€ 116.00
QUICK VIEW
79%
OFF
BMW Pro Kidney Belt Unisex
€ 18.00
€ 87.27
Save
€ 69.27
QUICK VIEW
80%
OFF
Back Protector NP3 Flex Urban BMW
€ 10.00
€ 50.00
Save
€ 40.00
QUICK VIEW
80%
OFF
Kidney belt Basic BMW Motorrad
€ 8.00
€ 40.00
Save
€ 32.00
QUICK VIEW
78%
OFF
BMW HighViz Vest Unisex
€ 11.00
€ 51.00
Save
€ 40.00
View More
SHOP SUMMER
WHY BUY FROM YOELEO
Free shipping
Free shipping on orders over 60€!
SECURETY PAYMENTS
Guaranteed secure checkout
Warranty
60days warranty
NEWSLETTER
Get special offers, exclusive product news, and event info straight to your inbox.
Subscribe
Shopping Cart