+
+
{% schema %}
{
"name": "t:sections.main-cart-items.name",
"settings": [
+ {
+ "type": "color_scheme",
+ "id": "color_scheme",
+ "label": "t:sections.all.colors.label",
+ "default": "background-1"
+ },
{
"type": "header",
"content": "t:sections.all.padding.section_padding_heading"
{%- if settings.show_cart_note -%}
@@ -133,6 +137,12 @@
"name": "t:sections.main-cart-footer.name",
"class": "cart__footer-wrapper",
"settings": [
+ {
+ "type": "color_scheme",
+ "id": "color_scheme",
+ "label": "t:sections.all.colors.label",
+ "default": "background-1"
+ },
{
"type": "range",
"id": "padding_top",
diff --git a/sections/main-cart-items.liquid b/sections/main-cart-items.liquid
index 068f6840eed..012b7dc1568 100644
--- a/sections/main-cart-items.liquid
+++ b/sections/main-cart-items.liquid
@@ -26,450 +26,466 @@
-
-
-
-
-
-
- {{ 'sections.cart.title' | t }}
- {{ 'general.continue_shopping' | t }} -
-
-
- {{ 'sections.cart.empty' | t }}
- - {{ 'general.continue_shopping' | t }} - - - {%- if shop.customer_accounts_enabled and customer == null -%} -{{ 'sections.cart.login.title' | t }}
-- {{ 'sections.cart.login.paragraph_html' | t: link: routes.account_login_url }} -
- {%- endif -%} -- {{ 'accessibility.loading' | t }} -
- + ++ {{ 'accessibility.loading' | t }} +
+ +