{{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 over €60
USD
EUR(€)
USD($)
Log in
0
Cart
Nordic Gaming
Featured Products
Headset
Games
Outdoor
Office
Sofas
Furniture
Electric Scooter
More Links
Nordic Gaming
Featured Products
Headset
Games
Outdoor
Office
Sofas
Furniture
Electric Scooter
Need help?
support@example.com
Home
/
ASRock Z690 Phantom Gaming 4/D5 ATX LGA1700 Intel Z690 - Bundkort
ASRock Z690 Phantom Gaming 4/D5 ATX LGA1700 Intel Z690 - Bundkort
(
5.0
)
Quantity
ADD TO CART
BUY IT NOW
Unavailable
Unavailable
Detail
Unterstützte CPUs
CPU-Sockeltyp
LGA 1700* Eine spezielle LGA1700-Montagehalterung ist erforderlich.
CPU-Typ
Unterstützt Intel Core-Prozessoren der 12. Generation. Unterstützt Intel Pentium-/Celeron-Prozessoren
Unterstützte CPU-Technologien
Turbo-Boost-Technologie 3.0
Chipsätze
Der Chipsatz
Intel Z690
Onboard-Video
Onboard-Video-Chipsatz
Wird nur von CPU mit integrierter Grafik unterstützt
Speicher
Anzahl der Speichersteckplätze
4x288pin (DDR5)
Speicherstandard
DDR5 5800+(OC)** Unterstützt nativ DDR5 4400 (1DPC) / 3600 (2DPC).
Maximal unterstützter Speicher
128 GB
Kanal unterstützt
Doppelkanal
Erweiterungssteckplätze
PCI Express 5.0 x16
1 x PCI Express 5.0 x16 (PCIE1)* Unterstützt NVMe SSD als Startfestplatten.
PCI Express 4.0 x16
1 x PCI Express 4.0 x16. Gen4 x4 (PCIE3)* Unterstützt NVMe SSD als Startfestplatten.
PCI Express x1
3 x PCIe Gen3 x1
Andere Slots
1 x M.2-Sockel (Key E). unterstützt Typ 2230 WiFi/BT PCIe WiFi-Modul und Intel CNVi (Integrated WiFi/BT)
Speichergeräte
SATA 6 Gbit/s
4 x SATA 6 Gbit/s
M.2
1 x Hyper M.2-Sockel (M2_1. Key M). unterstützt Typ 2260/2280 PCIe Gen4x4 (64 Gbit/s) Modus*1 x Hyper M.2-Sockel (M2_2. Key M). unterstützt Typ 2242/2260/2280 PCIe Gen4x4 (64 Gbit/s)-Modus*1 x Hyper M.2-Sockel (M2_3. Key M). unterstützt Typ 2260/2280/22110 SATA3 6.0 Gbit/s und PCIe Gen4x4 (64 Gbit/s)-Modi** Unterstützt Intel Optane-Technologie.* Unterstützt Intel Volume Management Device (VMD).* Unterstützt NVMe SSD als Boot-Festplatten.* Unterstützt ASRock U.2 Kit.
Bereit für Intel Optane
Ja
SATA-RAID
0/1/5/10
Onboard-Audio
Audio-Chipsatz
Realtek ALC897
Audiokanäle
7.1 Kanäle
Onboard-LAN
LAN-Chipsatz
Intel I219-V
Maximale LAN-Geschwindigkeit
10/100/1000 Mbit/s
Anschlüsse auf der Rückseite
Hintere E/A-Ports
1 x PS/2-Maus-/Tastaturanschluss1 x HDMI-Anschluss1 x USB 3.2 Gen2 Typ-A-Anschluss (10 Gbit/s) (ReDriver) (Unterstützt ESD-Schutz)1 x USB 3.2 Gen2 Typ-C-Anschluss (10 Gbit/s) ( ReDriver) (unterstützt ESD-Schutz) 4 x USB 3.2 Gen1-Anschlüsse (unterstützt ESD-Schutz) 2 x USB 2.0-Anschlüsse (unterstützt ESD-Schutz) 1 x RJ-45 LAN-Anschluss mit LED (ACT/LINK-LED und SPEED-LED) 1 x BIOS-Flashback ButtonHD-Audioanschlüsse: Line-In / Frontlautsprecher / Mikrofon
Interne I/O-Anschlüsse
Onboard-USB
1 x USB 2.0-Header (unterstützt 2 USB 2.0-Anschlüsse) (unterstützt ESD-Schutz) 2 x USB 3.2 Gen1-Header (unterstützt 4 USB 3.2 Gen1-Anschlüsse) (unterstützt ESD-Schutz) 1 x Frontplatten-Typ-C-USB 3.2 Gen2x2-Header (20 Gbit/s) s) (Unterstützt ESD-Schutz)
Andere Anschlüsse
1 x SPI TPM-Header1 x Power-LED- und Lautsprecher-Header1 x RGB-LED-Header*2 x adressierbare LED-Header**1 x CPU-Lüfteranschluss (4-polig)***1 x CPU-/Wasserpumpenlüfteranschluss (4-polig) ( Intelligente Lüftergeschwindigkeitssteuerung)****4 x Gehäuse-/Wasserpumpen-Lüfteranschlüsse (4-polig) (intelligente Lüftergeschwindigkeitssteuerung)*****1 x Frontplatten-Audioanschluss1 x Thunderbolt AIC-Anschluss (5-polig) Pin) (Unterstützt ASRock Thunderbolt™ 4 AIC-Karte)* Unterstützt insgesamt bis zu 12 V/3 A. 36 W LED-Streifen.** Unterstützt insgesamt bis zu 5 V/3 A. 15 W LED-Streifen.*** Der CPU-Lüfteranschluss unterstützt die CPU Lüfter mit maximal 1 A (12 W) Lüfterleistung.**** Der CPU-/Wasserpumpenlüfter unterstützt den Wasserkühlerlüfter mit maximal 2 A (24 W) Lüfterleistung.***** Der Gehäuse-/Wasserpumpenlüfter unterstützt den Wasserkühlerlüfter von maximal 2 A (24 W) Lüfterleistung.***** CPU_FAN2/WP und CHA_FAN1~4/WP können automatisch erkennen. ob ein 3-Pin- oder 4-Pin-Lüfter verwendet wird.
Physikalische Spezifikation
Formfaktor
ATX
LED-Beleuchtung
RGB
Abmessungen (B x L)
12.0 x 9.6
Power-Pin
1 x 24-poliger ATX-Stromanschluss. 1 x 8-poliger 12-V-Stromanschluss (Hi-Density-Stromanschluss). 1 x 4-poliger 12-V-Stromanschluss (Hi-Density-Stromanschluss)
Windows-Kompatibilität
Windows 11
Unterstützt
Merkmale
Merkmale
Einzigartige Funktion: ASRock USB 3.2 Gen2 – ASRock Frontpanel Typ C USB 3.2 Gen2x2 Header (20 Gbit/s) – ASRock USB 3.2 Gen2 Typ-A-Anschluss (10 Gbit/s) – ASRock USB 3.2 Gen2 Typ-C-Anschluss (10 Gbit/s). /s)ASRock Super Alloy- Premium 50A Power Choke- 50A Dr.MOS- Sapphire Black PCB- High Density Glass Fabric PCBASRock Steel SlotASRock Hyper M.2 (PCIe Gen4x4)ASRock POST Status Checker (PSC)ASRock Full Spike Protection (für alle USB-. Audio-. LAN-Anschlüsse) ASRock Live Update & APP ShopBIOS: – 128 MB AMI UEFI Legal BIOS mit mehrsprachiger GUI-Unterstützung – ACPI 6.0-kompatible Weckereignisse – SMBIOS 2.7-Unterstützung – CPU Core/Cache. CPU GT. VDD2. DRAM. VCCIN AUX . +1.8 V PROC. +1.05 V PROC. +0.82 V PCH. +1.05 V PCH Spannung Multi-AnpassungSoftware und UEFI:Software- ASRock Motherboard Utility (Phantom Gaming Tuning)- ASRock Polychrome SYNC- ASRock XFast LANUEFI- ASRock EZ Mode- ASRock Full HD UEFI – ASRock My Favorites in UEFI – ASRock Instant Flash – ASRock Internet Flash – ASRock Easy RAID Installer* Diese Dienstprogramme können vom ASRock Live Update & APP Shop heruntergeladen werden. Support-CD: – Treiber. Dienstprogramme. Antiviren-Software (Testversion). ). Google Chrome Browser und ToolbarHardware-Monitor: – Lüfterdrehzahlmesser: CPU. CPU/Wasserpumpe. Gehäuse-/Wasserpumpenlüfter – Leiser Lüfter (automatische Anpassung der Gehäuselüftergeschwindigkeit an die CPU-Temperatur): CPU. CPU/Wasserpumpe. Gehäuse/Wasserpumpe Lüfter – Lüfter-Mehrgeschwindigkeitssteuerung: CPU. CPU/Wasserpumpe. Gehäuse/Wasserpumpe. Lüfter – Spannungsüberwachung: CPU Vcore. VCCSA. VDD2. +1.05 V PROC. +0.82 V PCH. ATX+5VSB. VCCIN AUX. PCH. +12V. +5V. +3.3VOS:- Microsoft Windows 10 64-bit / 11 64-bitZertifizierungen:- FCC. CE- ErP/EuP-bereit (ErP/EuP-fähiges Netzteil ist erforderlich)
Customer Reviews
No comments
SEE ALL
BACK
Shopping Cart