{{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 %}
Home
Collections
Search
Product
USD
EUR
€
USD
$
HUF
Ft
CZK
Kč
PLN
zł
GBP
£
CHF
CHF
Home
Collections
Search
Product
Log in
Create Account
USD
EUR
:
€
USD
:
$
HUF
:
Ft
CZK
:
Kč
PLN
:
zł
GBP
:
£
CHF
:
CHF
Home
/
E-Bikes
/
Spectral:ON CF 8
Spectral:ON CF 8
ADD TO CART
BUY IT NOW
Unavailable
Unavailable
Detail
Frame
Frame
Canyon Spectral:ON CF
A progressive, playful full-carbon trail e-MTB engineered to eat up more trail in less time.
Axle dimension: 12x148 mm
Material: Carbon (CF)
Weight: 7.93 lbs
Rear Shock
Fox Float X Performance Evolution
Tune: CL, RM, Rezi LM
Weight: 0.62 lbs
Suspension Fork
Fox 38 Rhythm 160mm 29
Axle dimension: 15x110 mm
Stanchion Diameter: 38 mm
Travel: 160 mm
Fork steer tube diameter: 1 1/8" - 1,5"
Offset: 44 mm
Weight: 4.81 lbs
Drivetrain
Motor
Shimano EP801
Battery
CANYON BT010
Rear Derailleur
Shimano Deore XT M8100
Cage length: long
Weight: 0.55 lbs
Chainguard
Canyon Chainguide M091/M129
Shift Lever
Shimano Deore SLX M7100
Weight: 0.32 lbs
Cassette
Shimano Deore SLX CS-M7100
Number of sprockets: 12
Range: 10-51
Crank
Shimano Steps
Chainring
Canyon EP1110-01 Chainring 34T
Chain
Shimano Deore M6100
Brakes
Disc Brake
Shimano SLX M7120
Number of pistons: 2
Disc Brake
Shimano SLX M7120
Number of pistons: 2
Brake Rotor
Shimano RT64
Size: 203 mm
Weight: 0.45 lbs
Brake Rotor
Shimano EM600 STEPS rear rotor, 203mm
Size: 203 mm
Weight: 0.45 lbs
Wheels
Wheel
DT Swiss HLN350 15x110 30mm Centerlock
Axle dimension: 15x110 mm
Rotor mount: Center Lock
Weight: 2.26 lbs
Wheel
DT Swiss HLN350 12x142 30mm Centerlock
Axle dimension: 12x142 mm
Rotor mount: Center Lock
Weight: 2.77 lbs
Tyre
Maxxis Assegai
Width: 2.5"
Weight: 2.36 lbs
Tyre
Maxxis Minion DHR II 27,5" x 2.60 WT
Width: 2.6"
Weight: 1.98 lbs
Thru Axle
Canyon Quixle Through Axle QR 148x12
Axle dimension: 12x148 mm
Cockpit
Stem
Canyon:ON ST0031
Canyon E-MTB stem.
Length: 45 mm
Fork steer tube diameter: 1 1/8"
Clamping diameter: 35,0 mm
Handlebar
Canyon:ON HB0057 Riser bar
Canyon-developed E-MTB handlebar for top control levels on the trail.
Clamping diameter: 35,0 mm
Width: 780 mm
Rise: 30 mm
Grips
Canyon Lock-On
Seat
Saddle
Fizik Terra Aidon X5
Gender: Unisex
Weight: 0.60 lbs
Seatpost
Iridium Dropper Post
Move more freely on steep descents, by dropping down saddle with the press of a handlebar-mounted button. With internal cabling.
Clamp diameter: 30,9 mm
Material: Aluminium (AL)
Weight: 1.25 lbs
Seat Clamp
Canyon GP0279-01 Seatclamp
Accessories
Battery Charger
CANYON CHARGER
Battery Charger
CANYON CHARGER
Pedals
VP-536 f
Manuals and Accessories
Canyon Organza Bag
Manuals and Accessories
Wrench Tool 15mm
Manuals and Accessories
Canyon Assembly Paste
Manuals and Accessories
Canyon Torque Wrench
Manuals and Accessories
Pedelec Manual 005-V04
Manuals and Accessories
Canyon Smallbox
Manuals and Accessories
Quickstartguide
Manuals and Accessories
Canyon Shock Pump 300 Psi
BACK
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Electric scooter RS PRO
$ 103.69
Shopping Cart