0
JOKERS4D Situs Slot Deposit 5000 Via Dana - Slot Via Pulsa TRI
{% comment %} Use page name from Custo if it's been customized, otherwise use the localized default. {% endcomment %} {% assign page_title = t['navigation.cart'] %} {% if page.name != 'Cart' %} {% assign page_title = page.name %} {% endif %}

{{ page_title }}

{% if errors != blank %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endif %} {% if cart.items == blank %}
{{ t['cart.empty_cart'] }}
{{ t['cart.continue_shopping'] }}
{% else %} {% if theme.cart_text != blank %}
{{ theme.cart_text }}
{% endif %}
    {% for item in cart.items %} {% capture aria_label_name %}{{ item.product.name | escape }}{% unless item.product.has_default_option %} - {{ item.option.name | escape }}{% endunless %}{% endcapture %}
  • {{ item.product.name }}
    {% unless item.product.has_default_option %}
    {{ item.option.name }}
    {% endunless %}
    {{ item.unit_price | money: theme.money_format }}
    {{ t['cart.remove'] }} {{ item.product.name | escape }}
    {{ item.price | money: theme.money_format }} {% if item.product.price_suffix != blank %} {{ item.product.price_suffix }} {% endif %}
  • {% endfor %}
{% endif %}