{{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 %}
USD
USD($)
GBP(£)
EUR(€)
Log in
0
Cart
Why so cheap
Tool
Brand Tools
Tool Boxs
Generator
STIHL Chainsaw
Lawn Mower
Pallet Truck
Pressure Washer
Motor Cultivators
Solar Energy
Pool Cleaner Robot
Scissor Lift
Household Products
Storages Sheds
Sofas
Dressing Table
Vacuum cleaner
Amusement house
air-conditioning
Kleintierstall
Cabinet
Swing Chair
Refrigerator
Coffee Maker
Barbecue Grill
Patio Gazebo
Washing Machine
Bathtub
Stroller
Garden Bungalow
Dishwasher
Bed & Mattress
Outdoor sport
PADDLE BOARDS
Kayak
Outdoor swimming pool & Bathtub
basketball stands
Trampoline
Tent
Inflatable Water Slide
Golf
Easy travel
Electric Scooter
E-Bike
Roof Box & Bicycle frame
Mofas & Roller
Helmet
Electric tricycle
Electronic product
Camera
Pioner DJ
JBL
TV
Hot selling new products
More Links
Why so cheap
Tool
Tool
Brand Tools
Tool Boxs
Generator
STIHL Chainsaw
Lawn Mower
Pallet Truck
Pressure Washer
Motor Cultivators
Solar Energy
Pool Cleaner Robot
Scissor Lift
Household Products
Household Products
Storages Sheds
Sofas
Dressing Table
Vacuum cleaner
Amusement house
air-conditioning
Kleintierstall
Cabinet
Swing Chair
Refrigerator
Coffee Maker
Barbecue Grill
Patio Gazebo
Washing Machine
Bathtub
Stroller
Garden Bungalow
Dishwasher
Bed & Mattress
Outdoor sport
Outdoor sport
PADDLE BOARDS
Kayak
Outdoor swimming pool & Bathtub
basketball stands
Trampoline
Tent
Inflatable Water Slide
Golf
Easy travel
Easy travel
Electric Scooter
E-Bike
Roof Box & Bicycle frame
Mofas & Roller
Helmet
Electric tricycle
Electronic product
Electronic product
Camera
Pioner DJ
JBL
TV
Hot selling new products
USD
USD($)
GBP(£)
EUR(€)
Need help?
+30 (0) 1234 56789
support@example.com
Home
/
Bosch
Bosch
Clear all
filter
DIY Tools
Bosch Vacuum Cleaners
Bosch Rotary Hammers
Bosch Radios
Bosch Thermal Imaging Tools
Bosch Multi-Tools
Bosch Heat Guns
Bosch Shears
Bosch Dust Extractors
Bosch Screwdrivers
Bosch Battery Chargers
Bosch Routers
Bosch Reciprocating Saws
& Tool Storages
Tool Cases
Bosch Tool Boxes
Bosch Band Saws
Bosch Heated Jackets
Bosch Floor Grinders
Bosch Saw Router Accessories
Bosch Caulking Guns
Bosch Inspection Cameras
Bosch Lights & Torches
Bosch Sanders
Bosch Impact Wrenches
Bosch Collated Screw Guns
Bosch Table Saws & Stands
Bosch Drills & Sets
Bosch Planers
Bosch Hammers
Bosch Saws
Bosch Circular Saws
Bosch Vacuum Accessories
Bosch Guide Rail Accessories
Bosch Nibblers
Drop Saws
Bosch Mitre
Bosch Grinders
Bosch Test & Measurements
Bosch Dust Extractor Accessories
Bosch BITURBO Brushless
Bosch Fastener Drive
Bosch Combo Kits
Bosch Laser Levels & Measurers
Bosch Power Tools Accessories
Bosch Die Grinders
Bosch Impact Drivers
What
Bosch Guide Rails
Bosch Mitre Saw Stands
Bosch Power Tools
Bosch Cordless Tools
Bosch Drill Bit Sets
Bosch Abrasives
Bosch Drill Chucks
Bosch Angle Grinders
Bosch Batteries
Brands
Bosch
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
filter
DIY Tools
Bosch Vacuum Cleaners
Bosch Rotary Hammers
Bosch Radios
Bosch Thermal Imaging Tools
Bosch Multi-Tools
Bosch Heat Guns
Bosch Shears
Bosch Dust Extractors
Bosch Screwdrivers
Bosch Battery Chargers
Bosch Routers
Bosch Reciprocating Saws
& Tool Storages
Tool Cases
Bosch Tool Boxes
Bosch Band Saws
Bosch Heated Jackets
Bosch Floor Grinders
Bosch Saw Router Accessories
Bosch Caulking Guns
Bosch Inspection Cameras
Bosch Lights & Torches
Bosch Sanders
Bosch Impact Wrenches
Bosch Collated Screw Guns
Bosch Table Saws & Stands
Bosch Drills & Sets
Bosch Planers
Bosch Hammers
Bosch Saws
Bosch Circular Saws
Bosch Vacuum Accessories
Bosch Guide Rail Accessories
Bosch Nibblers
Drop Saws
Bosch Mitre
Bosch Grinders
Bosch Test & Measurements
Bosch Dust Extractor Accessories
Bosch BITURBO Brushless
Bosch Fastener Drive
Bosch Combo Kits
Bosch Laser Levels & Measurers
Bosch Power Tools Accessories
Bosch Die Grinders
Bosch Impact Drivers
What
Bosch Guide Rails
Bosch Mitre Saw Stands
Bosch Power Tools
Bosch Cordless Tools
Bosch Drill Bit Sets
Bosch Abrasives
Bosch Drill Chucks
Bosch Angle Grinders
Bosch Batteries
Brands
Bosch
528
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
BOSCH 1900W Angle Grinder
$ 81.84
BOSCH 180mm 1250W Polisher GPO12CE 0601389040
$ 81.84
BOSCH 2000W 305mm Gliding Compound Mitre Saw 0615990J2B
$ 133.49
BOSCH 18V BITURBO Brushless 3/4inch Impact Wrench Skin GDS 18V-1050 H 06019J8500
$ 57.81
BOSCH 900W SDS+ 3 Mode Rotary Hammer 0611332141
$ 73.11
BOSCH 18V Brushless Die Grinder Skin GGS 18V-23 LC 0615990L72
$ 64.14
BOSCH 18V Brushless 125mm Angle Grinder Skin GWS 18V-10 06019J4002
$ 67.10
BOSCH 1600W 216mm Sliding Compound Mitre Saw GCM8SDE
$ 74.86
BOSCH 720W 100mm Angle Grinder 0601388040
$ 80.73
BOSCH 18V Brushless Multi-Tool GOP 18V-28 Skin 06018B6040
$ 60.50
BOSCH 800W SDS+ Rotary Hammer GBH4-28DFR
$ 99.13
BOSCH 750W Hammer Drill 0601228141
$ 67.84
1
2
3
4
5
6
...
44
BACK
Shopping Cart