{{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 %}
Welcome to ROYLX! Our Promotion is Live: Buy 2 Items, Get 15% Off!
USD
USD($)
CAD(CA$)
JPY(円)
GBP(£)
EUR(€)
0
All products
Bag Brands
All bags
CHANEL
Louis-Vuitton
Hermès
Dior
GUCCI
Balenciaga
YSL
Celine
Fendi
Prada
Watch Brands
All watch
Rolex
Cartier
Jaeger-LeCoultre
Patek Philippe
Breitling
Omega
Bag Styles
Wallet
Travel Bag
Men's Bag
Mini Bag
Bucker Bag
Shoulder Bag
Chain Bag
Tote
Top Handle Bag
Single Shoulder Bag
Crossbody Bag
More Links
All products
Bag Brands
Bag Brands
All bags
CHANEL
Louis-Vuitton
Hermès
Dior
GUCCI
Balenciaga
YSL
Celine
Fendi
Prada
Watch Brands
Watch Brands
All watch
Rolex
Cartier
Jaeger-LeCoultre
Patek Philippe
Breitling
Omega
Bag Styles
Bag Styles
Wallet
Travel Bag
Men's Bag
Mini Bag
Bucker Bag
Shoulder Bag
Chain Bag
Tote
Top Handle Bag
Single Shoulder Bag
Crossbody Bag
Log in
USD
USD($)
CAD(CA$)
JPY(円)
GBP(£)
EUR(€)
Masterful Craftsmanship: A Closer Look at Luxury Details
2024-11-22
BACK
see more
Title
$ 0.00
Rolex Submariner Date 126610LV "Starbucks"
$ 283.00
5.0
(
1
)
Rolex Submariner
$ 301.00
5.0
(
2
)
Rolex Submariner Date Two-Tone Blue Dial
$ 279.00
Rolex Submariner Date 126613
$ 296.00
4.7
(
3
)
Rolex D-black Sea-Dweller 44mm
$ 279.00
5.0
(
5
)
Rolex D-Blue Sea-Dweller 44mm
$ 279.00
5.0
(
2
)
Rolex GMT-Master II 126710BLRO Pepsi Blue/Red
$ 285.00
4.3
(
3
)
Rolex GMT-Master II "Sprite" 40MM Top Tier Edition
$ 768.00
Rolex GMT-Master II -126710BLNR
$ 289.00
Rolex Cosmograph Daytona
$ 286.00
Rolex Daytona Gold Meteorite Dial
$ 285.00
5.0
(
1
)
Rolex Daytona Series Black Ice 40mm
$ 279.00
Rolex Cosmograph Daytona Panda Dial
$ 279.00
Rolex Cosmograph Daytona
$ 279.00
Rolex GMT-Master II - Full Rose Gold Bezel 40mm
$ 279.00
5.0
(
1
)
Rolex GMT-Master II Series "Little Green Hand
$ 282.00
5.0
(
2
)
Rolex GMT Master II "Sprite"
$ 277.00
ROLEX Cosmograph Daytona Ice Blue Dial 40mm Men's Watch
$ 281.00
Rolex Cosmograph Daytona black dial and Everose gold case
$ 285.00
Rolex Cosmograph Daytona rose gold dial
$ 285.00
Rolex "Pepsi" GMT-Master II from the Clean Factory
$ 285.00
5.0
(
2
)
Rolex Yacht-Master II 44MM – The Ultimate Gentleman’s Watch
$ 281.00
Rolex Daytona Series
$ 286.00
Rolex Cosmograph Daytona Series
$ 280.00
Rolex Explorer II
$ 279.00
Rolex Yacht-Master
$ 279.00
Rolex Datejust Two-Tone
$ 259.00
Rolex Cosmograph Daytona gold dial version
$ 304.00
Rolex Cosmograph Daytona
$ 273.00
Rolex Cosmograph Daytona gray dial
$ 285.00
5.0
(
1
)
Rolex Cosmograph Daytona green dial
$ 285.00
Rolex Cosmograph Daytona gold dial
$ 285.00
Clean Factory Rolex Oyster Perpetual Bubble Dial 36mm
$ 252.00
2023 New Release: Super Carbon Fiber Daytona - Stunning Performance and Design
$ 272.00
Luxury Full Diamond Rolex Datejust 126334 - SF Factory Edition
$ 258.00
Rolex Day-Date Smoky Green Dial 18K Gold Replica Masterpiece
$ 301.00
5.0
(
2
)
Rolex Daytona Rose Gold with White Dial - Ultimate Luxury Racing Chronograph
$ 290.00
Perfect Datejust Starry Dial Watch - 904L Steel & Swarovski Diamonds
$ 269.00
Rolex Cellini Time 39mm Watch
$ 268.00
Perfect Datejust Starry Dial Watch - 904L Steel & Swarovski Diamonds
$ 269.00
Rolex Cosmograph Daytona
$ 286.00
Rolex Yacht Master 116695SATS "Candy Bean" V8 Edition
$ 281.00
Rolex Cosmograph Daytona (Green Dial, 18ct Gold Case)
$ 296.00
Rolex Oyster Perpetual Lady-Datejust pink dial
$ 260.00
Rolex Cosmograph Daytona black dial
$ 280.00
Rolex Air-King – The Ultimate Aviator's Watch
$ 269.00
Rolex Oyster Perpetual
$ 273.00
Rolex Submariner "Hulk" ( Submariner Ref. 116610LV)
$ 283.00
Rolex Datejust Lady Watch (Olive Green Dial)-31MM
$ 273.00
Rolex Day-date blue dial
$ 281.00
Rolex Oyster Perpetual Series, "Little Fire Dragon" with Orange Dial
$ 273.00
Rolex Day-Date coffee dial
$ 301.00
Rolex Datejust (Two-Tone) with Black Dial
$ 281.00
Rolex Oyster Perpetual Series with Green Dial
$ 273.00
Rolex Datejust Gray
$ 281.00
5.0
(
3
)
Rolex Datejust "Green Roman"
$ 281.00
Rolex Datejust (Green Lattice, Gray Dial)
$ 281.00
5.0
(
1
)
Rolex Oyster Perpetual blue dial
$ 260.00
Rolex Datejust
$ 281.00
Rolex Datejust
$ 281.00
Rolex Datejust (Diamond Set) - Silver Dial
$ 281.00
Rolex Oyster Perpetual orange dial
$ 250.00
Rolex Oyster Perpetual Day-Date
$ 277.00
Rolex Datejust – 41mm & 36mm
$ 277.00
Rolex Datejust 31mm White Dial
$ 247.00
Rolex Cosmograph Daytona 116518LN - Black and Yellow Edition
$ 281.00
Rolex Oyster Perpetual Datejust – Powered by the 3235 Movement with Exceptional Craftsmanship
$ 277.00
Replica Rolex Oyster Perpetual Day-Date Gold Diamond Dial Watch
$ 287.00
Rolex Day-Date 36mm Gold & Diamond Replica|Swiss 3235 Movement
$ 267.00
Rolex Day-Date Gold-Toned 904L Steel Replica|Swiss 3235 Movement
$ 277.00
Rolex Datejust 41mm — Deep Blue Sunburst Dial | Replicated Cal.3235 Movement | 904L Oystersteel
$ 277.00
Rolex Submariner 41mm — Blue Ceramic Bezel | Replicated 3135 Movement | 904L Oystersteel
$ 287.00
Rolex Submariner 40mm — Black Diamond Dial | Replicated 3135 Movement | 904L Oystersteel
$ 304.00
Rolex Submariner 40mm — Gold Case Blue Dial | Replicated 3135 Movement | 904L Steel
$ 285.00
Rolex Day-Date— White Roman Dial, Everose Gold | Replicated 3255 Movement | 904L Steel
$ 277.00
Rolex Day-Date — Ice Blue Roman Dial | 904L Steel | Replicated 3255 Movement
$ 277.00
Rolex Day-Date — Meteorite Dial | 904L Steel | Precision Automatic Movement
$ 277.00
Rolex Day-Date — Black Gold Dial | Replicated 3255 Movement | 904L Oystersteel
$ 277.00
Rolex Day-Date
$ 277.00
Rolex DateJust — Black Diamond Dial, Gold & Steel
$ 277.00
Rolex Oyster Perpetual DateJust — Deep Blue Diamond Dial, Stainless Steel Jubilee Bracelet
$ 277.00
Rolex Oyster Perpetual 41MM Replica Watch
$ 276.00
Rolex Oyster Perpetual DateJust
$ 277.00
Rolex DateJust — Classic Black Dial | 904L Steel & Sapphire Crystal
$ 277.00
Rolex Day-Date
$ 277.00
Rolex Oyster Perpetual 41MM Ultimate Replica Watch — Hypnotic Blue Dial | Swiss Craftsmanship Reimagined
$ 295.00
Rolex Datejust
$ 277.00
Rolex Datejust Men's Watch
$ 277.00
Rolex Datejust Rainbow Bezel
$ 277.00
Rolex Datejust Rainbow Bezel
$ 277.00
Rolex Datejust Rainbow Bezel
$ 277.00
Rolex Day-Date Rainbow
$ 277.00
Rolex Day-Date
$ 277.00
Rolex Day-Date Rainbow
$ 277.00
Rolex Day-Date Rainbow
$ 277.00
Rolex Sky-Dweller-42MM
$ 295.00
Rolex Sky-Dweller-42MM
$ 295.00
Rolex Sky-Dweller-42MM
$ 295.00
Rolex Sky-Dweller-42MM
$ 295.00
Rolex Sky-Dweller-42MM
$ 295.00
Shopping Cart