Why am I getting cart page error messages on my website?

Solved

Why am I getting cart page error messages on my website?

Alliance
Trailblazer
550 8 35

Hi guys,

 

I got the following two errors in the cart page:

 

Alliance_0-1671808469884.png

 

Highly apprecaite your support.

 

Thank you

allianceautoproducts.com

Accepted Solution (1)
EBOOST
Shopify Partner
1405 352 433

This is an accepted solution.

Hi @Alliance 

- when you click it, nothing happens -> Because this is a custom theme. So I don't know the flow for this button. I saw have a Javascript error here.So You try to remove it after that check it again( just suggest to fix bug).  

1. Go to Store Online-> theme -> edit code

2. Assets/theme.js

3. remove 7178 line

EBOOST_1-1671812442779.png

 


- I still have that liquid error message. -> Because it missing file

1. Go to Store Online-> theme -> edit code

2. Add a hs-image-utils.liquid file to snippets

 

EBOOST_0-1671811992281.png

Hope can help

EBOOST

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 8 (8)

EBOOST
Shopify Partner
1405 352 433


May I suggest these steps:

1. Go to Store Online-> theme -> edit code
2. Locales/en.default.json
3. Copy code below to bottom of file

 "cart": {
    "general": {
      "cancel": "Cancel"
    }
  }

and remember add a commas like the screenshot below

EBOOST_0-1671809277565.png

 


Hope can help

EBOOST

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
Alliance
Trailblazer
550 8 35

Hi, thank you. But that part is not in the file I guess. Here is the full code, please guild me where I put it:

 

{
"general": {
"404": {
"title": "404 Page Not Found",
"subtext": "The page you requested does not exist.",
"link": "Continue shopping"
},
"accessibility": {
"skip_to_content": "Skip to content",
"close_modal": "Close",
"link_messages": {
"new_window": "Opens in a new window.",
"external": "Opens external website.",
"new_window_and_external": "Opens external website in a new window."
},
"refresh_page": "Choosing a selection results in a full page refresh.",
"selection_help": "Press the space key then arrow keys to make a selection.",
"unit_price_separator": "per",
"error": "Error"
},
"meta": {
"tags": "Tagged \"{{ tags }}\"",
"page": "Page {{ page }}"
},
"pagination": {
"previous": "Previous page",
"next": "Next page",
"current_page": "Page {{ current }} of {{ total }}"
},
"password_page": {
"opening_soon": "Opening Soon",
"login_form_heading": "Enter store using password",
"login_form_password_label": "Password",
"login_form_password_placeholder": "Your password",
"login_form_submit": "Enter",
"signup_form_email_label": "Email",
"signup_form_success": "We will send you an email right before we open!",
"admin_link_html": "Are you the store owner? <a href=\"\/admin\" class=\"text-link\">Log in here<\/a>",
"password_link": "Enter using password",
"powered_by_shopify_html": "This shop will be powered by {{ shopify }}"
},
"social": {
"share_on_facebook": "Share",
"share_on_twitter": "Tweet",
"share_on_pinterest": "Pin it",
"alt_text": {
"share_on_facebook": "Share on Facebook",
"share_on_twitter": "Tweet on Twitter",
"share_on_pinterest": "Pin on Pinterest"
}
},
"search": {
"no_results": "Try checking your spelling or using different words.",
"empty_search_message": "Search field cannot be empty",
"results_with_count": {
"one": "{{ count }} result for “{{ terms }}”",
"other": "{{ count }} results for “{{ terms }}”"
},
"title": "Search our site",
"placeholder": "Search",
"submit": "Submit",
"close": "Close search",
"heading": {
"one": "Search result",
"other": "Search results"
},
"search_for": "Search for",
"products": "Products",
"loading": "Loading",
"clear_search_term": "Clear search term",
"number_of_results": "{{ result_number }} of {{ results_count }}",
"number_of_results_found": "{{ results_count }} results found",
"one_result_found": "1 result found"
},
"newsletter_form": {
"newsletter_email": "Subscribe to our mailing list",
"email_placeholder": "Email address",
"confirmation": "Thanks for subscribing!",
"submit": "Subscribe"
},
"filters": {
"show_more": "Show More",
"show_less": "Show Less"
},
"payment": {
"method": "Payment methods"
},
"currency": {
"dropdown_label": "Currency"
},
"language": {
"dropdown_label": "Language"
}
},
"sections": {
"slideshow": {
"next_slide": "Next slide",
"previous_slide": "Previous slide",
"pause_slideshow": "Pause slideshow",
"rotate_slideshow": "Play slideshow",
"load_slide": "Load slide {{ slide_number }}",
"navigation_instructions": "Use left\/right arrows to navigate the slideshow or swipe left\/right if using a mobile device"
},
"featured_product": {
"title": "Featured product",
"gallery_thumbnail_alt": "Load image into Gallery viewer, {{ imageAlt }}"
},
"map": {
"address_error": "Error looking up that address",
"address_no_results": "No results for that address",
"address_query_limit_html": "You have exceeded the Google API usage limit. Consider upgrading to a <a href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\">Premium Plan<\/a>.",
"auth_error_html": "There was a problem authenticating your Google Maps account.",
"section_heading": "Location"
},
"video": {
"play": "Play {{ video_title }} video",
"pause": "Pause {{ video_title }} video",
"resume": "Resume {{ video_title }} video",
"close": "Close {{ video_title }} video"
}
},
"blogs": {
"article": {
"view_all": "View all",
"view_all_blogs": "View all blogs",
"all_topics": "All topics",
"by_author": "by {{ author }}",
"posted_in": "Posted in",
"read_more": "Read more",
"read_more_title": "Read more: {{ title }}",
"back_to_blog": "Back to {{ title }}",
"tags": "Tags"
},
"comments": {
"title": "Leave a comment",
"name": "Name",
"email": "Email",
"message": "Message",
"post": "Post comment",
"moderated": "Please note, comments must be approved before they are published",
"success_moderated": "Your comment was posted successfully. We will publish it in a little while, as our blog is moderated.",
"success": "Your comment was posted successfully! Thank you!",
"unapproved": "The email address provided is not approved for posting comments.",
"comments_with_count": {
"one": "{{ count }} comment",
"other": "{{ count }} comments"
}
}
},
"cart": {
"general": {
"title": "Your cart",
"note": "Add a note to your order",
"removed_item_html": "Removed <span class=\"cart__removed-product-details\">({{ quantity }}) {{ link }}<\/span> from your cart.",
"remove": "Remove",
"cancel": "cancel",
"subtotal": "Subtotal",
"savings": "You're saving",
"taxes_and_shipping_at_checkout": "Taxes Included",
"taxes_and_shipping_policy_at_checkout_html": "Taxes and <a href=\"{{ link }}\">shipping<\/a> calculated at checkout",
"taxes_included_but_shipping_at_checkout": "Tax included and shipping calculated at checkout",
"taxes_included_and_shipping_policy_html": "Tax included. <a href=\"{{ link }}\">Shipping<\/a> calculated at checkout.",
"update": "Update",
"checkout": "Check out",
"empty": "Your cart is currently empty.",
"cookies_required": "Enable cookies to use the shopping cart",
"continue_shopping": "Continue shopping",
"cart_error": "There was an error while updating your cart. Please try again."
},
"label": {
"discounted_total": "Discounted total",
"product": "Product",
"price": "Price",
"price_column": "See Price column for discount details.",
"product_details": "Product details",
"quantity": "Quantity",
"qty": "Qty",
"regular_total": "Regular total",
"remove": "Remove {{ product }}",
"total": "Total",
"update": "Update"
},
"popup": {
"added_to_cart": "Just added to your cart",
"cart_count": {
"one": "{{ count }} item",
"other": "{{ count }} items"
},
"product_details": "Product details",
"quantity": "Qty",
"quantity_label": "Quantity: {{ quantity_count }}"
}
},
"collections": {
"general": {
"view_all": "View all",
"view_all_label": "View all products in the {{ collection_name }} collection",
"no_matches": "Sorry, there are no products in this collection",
"items_with_count": {
"one": "{{ count }} product",
"other": "{{ count }} products"
},
"collection_label": "Collection"
},
"catalog": {
"title": "Catalog"
},
"sorting": {
"title": "Sort by"
},
"filters": {
"title_tags": "Filter by",
"all_tags": "All products"
}
},
"contact": {
"form": {
"name": "Name",
"email": "Email",
"phone": "Phone Number",
"message": "Message",
"submit": "Send",
"post_success": "Thanks for contacting us. We'll get back to you as soon as possible.",
"error_heading": "Please adjust the following:"
}
},
"customer": {
"account": {
"title": "My Account",
"details": "Account Details",
"view_addresses": "View Addresses",
"return": "Return to Account Details"
},
"activate_account": {
"title": "Activate Account",
"subtext": "Create your password to activate your account.",
"password": "Password",
"password_confirm": "Confirm Password",
"submit": "Activate Account",
"cancel": "Decline Invitation"
},
"addresses": {
"title": "Your Addresses",
"default": "Default",
"add_new": "Add a New Address",
"edit_address": "Edit address",
"first_name": "First Name",
"last_name": "Last Name",
"company": "Company",
"address1": "Address",
"address2": "Apartment, suite, etc.",
"city": "City",
"country": "Country\/Region",
"province": "Province",
"zip": "Postal\/Zip Code",
"phone": "Phone",
"set_default": "Set as default address",
"add": "Add Address",
"update": "Update Address",
"cancel": "Cancel",
"edit": "Edit",
"delete": "Delete",
"delete_confirm": "Are you sure you wish to delete this address?"
},
"login": {
"title": "Login",
"email": "Email",
"password": "Password",
"forgot_password": "Forgot your password?",
"sign_in": "Sign In",
"guest_title": "Continue as a guest",
"guest_continue": "Continue"
},
"orders": {
"title": "Order History",
"order_number": "Order",
"order_number_link": "Order number {{ number }}",
"date": "Date",
"payment_status": "Payment Status",
"fulfillment_status": "Fulfillment Status",
"total": "Total",
"none": "You haven't placed any orders yet."
},
"order": {
"title": "Order {{ name }}",
"date_html": "Placed on {{ date }}",
"cancelled_html": "Order Cancelled on {{ date }}",
"cancelled_reason": "Reason: {{ reason }}",
"billing_address": "Billing Address",
"payment_status": "Payment Status",
"shipping_address": "Shipping Address",
"fulfillment_status": "Fulfillment Status",
"discount": "Discount",
"shipping": "Shipping",
"tax": "Tax",
"product": "Product",
"sku": "SKU",
"price": "Price",
"quantity": "Quantity",
"total": "Total",
"fulfilled_at_html": "Fulfilled {{ date }}",
"subtotal": "Subtotal",
"track_shipment": "Track shipment"
},
"recover_password": {
"title": "Reset your password",
"email": "Email",
"submit": "Submit",
"cancel": "Cancel",
"subtext": "We will send you an email to reset your password.",
"success": "We've sent you an email with a link to update your password."
},
"reset_password": {
"title": "Reset account password",
"subtext": "Enter a new password for {{ email }}",
"password": "Password",
"password_confirm": "Confirm Password",
"submit": "Reset Password"
},
"register": {
"title": "Create Account",
"first_name": "First Name",
"last_name": "Last Name",
"email": "Email",
"password": "Password",
"submit": "Create"
}
},
"homepage": {
"general": {
"title": "Homepage"
},
"onboarding": {
"product_title": "Your product's name",
"product_description": "This area is used to describe your product’s details. Tell customers about the look, feel, and style of your product. Add details on color, materials used, sizing, and where it was made.",
"collection_title": "Your collection's name",
"blog_title": "Your post's title",
"blog_excerpt": "Your store hasn’t published any blog posts yet. A blog can be used to talk about new product launches, tips, or other news you want to share with your customers. You can check out Shopify’s ecommerce blog for inspiration and advice for your own store and blog.",
"blog_author": "Author name",
"no_content": "This section doesn’t currently include any content. Add content to this section using the sidebar."
}
},
"layout": {
"navigation": {
"search": "Search",
"expand": "expand",
"collapse": "collapse",
"menu": "Menu"
},
"cart": {
"title": "Cart",
"items_count": {
"one": "item",
"other": "items"
}
},
"customer": {
"account": "Account",
"log_out": "Log out",
"log_in": "Log in",
"create_account": "Create account"
},
"footer": {
"social_platform": "{{ name }} on {{ platform }}"
}
},
"products": {
"product": {
"regular_price": "Regular price",
"sold_out": "Sold out",
"unavailable": "Unavailable",
"availability": "Availability",
"on_sale": "Sale",
"from_lowest_price": "from {{ lowest_price }}",
"sale_price": "Sale price",
"quantity": "Quantity",
"add_to_cart": "Add to cart",
"loader_label": "Adding product to your cart",
"back_to_collection": "Back to {{ title }}",
"vendor": "Vendor",
"quantity_minimum_message": "Quantity must be 1 or more",
"include_taxes": "Tax included.",
"shipping_policy_html": "<a href=\"{{ link }}\">Shipping<\/a> calculated at checkout.",
"unit_price_label": "Unit price",
"view_cart": "View cart"
}
},
"gift_cards": {
"issued": {
"title_html": "Here's your {{ value }} gift card for {{ shop }}!",
"subtext": "Your gift card",
"gift_card_code": "Gift card code",
"disabled": "Disabled",
"expired": "Expired on {{ expiry }}",
"active": "Expires on {{ expiry }}",
"redeem_html": "Use this code at checkout to redeem your {{ value }} gift card",
"shop_link": "Start shopping",
"print": "Print this gift card",
"remaining_html": "{{ balance }} left",
"add_to_apple_wallet": "Add to Apple Wallet",
"qr_image_alt": "QR code — scan to redeem gift card"
}
},
"socialshopwave": {
"log_in": "Log in",
"log_in_to_account": "Log in to your account",
"cancel": "cancel",
"create_account": "Create Account",
"sign_up": "Sign up",
"not_created_customer_on_shopify": "Not created customer on Shopify",
"create_your_account": "Create your account",
"my_orders": "My Orders",
"logout": "Logout",
"faved": "in wishlist",
"fave": "Add to wishlist",
"unfave": "Remove from Wishlist",
"fave_choose_variant": "Choose options",
"fave_edit_variant": "Choose options",
"add_to_cart": "Add To Cart",
"share": "Share",
"sharing": "Posting...",
"write_a_review": "Write a review",
"quantity_review2": "{{ ssw_count_rate }} Review",
"quantity_reviews2": "{{ ssw_count_rate }} Reviews",
"quantity_review": "{{ ssw_count_rate }} review",
"quantity_reviews": "{{ ssw_count_rate }} reviews",
"view_cart": "View Cart",
"my_faves": "My Wishlist",
"close": "Close",
"user_commented_product_html": "{{ user_link }} commented {{ product_link }}",
"user_faved_product_html": "{{ user_link }} added {{ product_link }} to wishlist",
"user_reviewed_product_html": "{{ user_link }} reviewed {{ product_link }}",
"adding_to_cart": "Adding...",
"sold_out": "Sold Out",
"ask_your_friends": "Ask Advice",
"description": "Description",
"reviews": "Reviews",
"comments": "Comments",
"view_profile": "View Profile",
"invite_friends": "Invite Friends",
"edit_profile": "Edit Profile",
"sign_in_facebook": "Continue with Facebook",
"social_login_facebook": "Continue with Facebook",
"sign_in_twitter": "Sign-in with Twitter",
"social_login_twitter": "Twitter",
"sign_in_gplus": "Google",
"social_login_gplus": "Google",
"sign_in_yahoo": "Sign-in with Yahoo",
"social_login_yahoo": "Yahoo",
"sign_in_tumblr": "Sign-in with Tumblr",
"social_login_tumblr": "Tumblr",
"sign_in_instagram": "Sign-in with Instagram",
"social_login_instagram": "Instagram",
"sign_in_amazon": "Sign-in with Amazon",
"social_login_amazon": "Amazon",
"social_login_simple": "Email",
"ask_question": "Ask a question",
"quantity_question": "{{ ssw_question_count }} answered question",
"quantity_questions": "{{ ssw_question_count }} answered questions",
"email_address": "Email address",
"password": "Password",
"forgot_password": "Forgot password?",
"give_a_title_for_review": "Give a title for review",
"leaving_review": "Posting...",
"leave_review": "Post",
"share_button": "Post"
},
"pagefly": {
"products": {
"product": {
"regular_price": "Regular price",
"sold_out": "Sold out",
"unavailable": "Unavailable",
"on_sale": "Sale",
"quantity": "Quantity",
"add_to_cart": "Add to cart",
"back_to_collection": "Back to {{ title }}",
"view_details": "View details"
}
},
"article": {
"tags": "Tags:",
"all_topics": "All topics",
"by_author": "by {{ author }}",
"posted_in": "Posted in",
"read_more": "Read more",
"back_to_blog": "Back to {{ title }}"
},
"comments": {
"title": "Leave a comment",
"name": "Name",
"email": "Email",
"message": "Message",
"post": "Post comment",
"moderated": "Please note, comments must be approved before they are published",
"success_moderated": "Your comment was posted successfully. We will publish it in a little while, as our blog is moderated.",
"success": "Your comment was posted successfully! Thank you!",
"comments_with_count": {
"one": "{{ count }} comment",
"other": "{{ count }} comments"
}
},
"password_page": {
"login_form_message": "Enter store using password:",
"login_form_password_label": "Password",
"login_form_password_placeholder": "Your password",
"login_form_submit": "Enter",
"signup_form_email_label": "Email",
"signup_form_success": "We will send you an email right before we open!",
"password_link": "Enter using password"
}
}

}

EBOOST
Shopify Partner
1405 352 433

hi@Alliance 

You can replace with code below:

{
   "general":{
      "404":{
         "title":"404 Page Not Found",
         "subtext":"The page you requested does not exist.",
         "link":"Continue shopping"
      },
      "accessibility":{
         "skip_to_content":"Skip to content",
         "close_modal":"Close",
         "link_messages":{
            "new_window":"Opens in a new window.",
            "external":"Opens external website.",
            "new_window_and_external":"Opens external website in a new window."
         },
         "refresh_page":"Choosing a selection results in a full page refresh.",
         "selection_help":"Press the space key then arrow keys to make a selection.",
         "unit_price_separator":"per",
         "error":"Error"
      },
      "meta":{
         "tags":"Tagged \"{{ tags }}\"",
         "page":"Page {{ page }}"
      },
      "pagination":{
         "previous":"Previous page",
         "next":"Next page",
         "current_page":"Page {{ current }} of {{ total }}"
      },
      "password_page":{
         "opening_soon":"Opening Soon",
         "login_form_heading":"Enter store using password",
         "login_form_password_label":"Password",
         "login_form_password_placeholder":"Your password",
         "login_form_submit":"Enter",
         "signup_form_email_label":"Email",
         "signup_form_success":"We will send you an email right before we open!",
         "admin_link_html":"Are you the store owner? <a href=\"\/admin\" class=\"text-link\">Log in here<\/a>",
         "password_link":"Enter using password",
         "powered_by_shopify_html":"This shop will be powered by {{ shopify }}"
      },
      "social":{
         "share_on_facebook":"Share",
         "share_on_twitter":"Tweet",
         "share_on_pinterest":"Pin it",
         "alt_text":{
            "share_on_facebook":"Share on Facebook",
            "share_on_twitter":"Tweet on Twitter",
            "share_on_pinterest":"Pin on Pinterest"
         }
      },
      "search":{
         "no_results":"Try checking your spelling or using different words.",
         "empty_search_message":"Search field cannot be empty",
         "results_with_count":{
            "one":"{{ count }} result for “{{ terms }}”",
            "other":"{{ count }} results for “{{ terms }}”"
         },
         "title":"Search our site",
         "placeholder":"Search",
         "submit":"Submit",
         "close":"Close search",
         "heading":{
            "one":"Search result",
            "other":"Search results"
         },
         "search_for":"Search for",
         "products":"Products",
         "loading":"Loading",
         "clear_search_term":"Clear search term",
         "number_of_results":"{{ result_number }} of {{ results_count }}",
         "number_of_results_found":"{{ results_count }} results found",
         "one_result_found":"1 result found"
      },
      "newsletter_form":{
         "newsletter_email":"Subscribe to our mailing list",
         "email_placeholder":"Email address",
         "confirmation":"Thanks for subscribing!",
         "submit":"Subscribe"
      },
      "filters":{
         "show_more":"Show More",
         "show_less":"Show Less"
      },
      "payment":{
         "method":"Payment methods"
      },
      "currency":{
         "dropdown_label":"Currency"
      },
      "language":{
         "dropdown_label":"Language"
      }
   },
   "sections":{
      "slideshow":{
         "next_slide":"Next slide",
         "previous_slide":"Previous slide",
         "pause_slideshow":"Pause slideshow",
         "rotate_slideshow":"Play slideshow",
         "load_slide":"Load slide {{ slide_number }}",
         "navigation_instructions":"Use left\/right arrows to navigate the slideshow or swipe left\/right if using a mobile device"
      },
      "featured_product":{
         "title":"Featured product",
         "gallery_thumbnail_alt":"Load image into Gallery viewer, {{ imageAlt }}"
      },
      "map":{
         "address_error":"Error looking up that address",
         "address_no_results":"No results for that address",
         "address_query_limit_html":"You have exceeded the Google API usage limit. Consider upgrading to a <a href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\">Premium Plan<\/a>.",
         "auth_error_html":"There was a problem authenticating your Google Maps account.",
         "section_heading":"Location"
      },
      "video":{
         "play":"Play {{ video_title }} video",
         "pause":"Pause {{ video_title }} video",
         "resume":"Resume {{ video_title }} video",
         "close":"Close {{ video_title }} video"
      }
   },
   "blogs":{
      "article":{
         "view_all":"View all",
         "view_all_blogs":"View all blogs",
         "all_topics":"All topics",
         "by_author":"by {{ author }}",
         "posted_in":"Posted in",
         "read_more":"Read more",
         "read_more_title":"Read more: {{ title }}",
         "back_to_blog":"Back to {{ title }}",
         "tags":"Tags"
      },
      "comments":{
         "title":"Leave a comment",
         "name":"Name",
         "email":"Email",
         "message":"Message",
         "post":"Post comment",
         "moderated":"Please note, comments must be approved before they are published",
         "success_moderated":"Your comment was posted successfully. We will publish it in a little while, as our blog is moderated.",
         "success":"Your comment was posted successfully! Thank you!",
         "unapproved":"The email address provided is not approved for posting comments.",
         "comments_with_count":{
            "one":"{{ count }} comment",
            "other":"{{ count }} comments"
         }
      }
   },
   "cart":{
      "general":{
         "title":"Your cart",
         "note":"Add a note to your order",
         "removed_item_html":"Removed <span class=\"cart__removed-product-details\">({{ quantity }}) {{ link }}<\/span> from your cart.",
         "remove":"Remove",
         "cancel":"cancel",
         "edit":"edit",
         "subtotal":"Subtotal",
         "savings":"You're saving",
         "taxes_and_shipping_at_checkout":"Taxes Included",
         "taxes_and_shipping_policy_at_checkout_html":"Taxes and <a href=\"{{ link }}\">shipping<\/a> calculated at checkout",
         "taxes_included_but_shipping_at_checkout":"Tax included and shipping calculated at checkout",
         "taxes_included_and_shipping_policy_html":"Tax included. <a href=\"{{ link }}\">Shipping<\/a> calculated at checkout.",
         "update":"Update",
         "checkout":"Check out",
         "empty":"Your cart is currently empty.",
         "cookies_required":"Enable cookies to use the shopping cart",
         "continue_shopping":"Continue shopping",
         "cart_error":"There was an error while updating your cart. Please try again."
      },
      "label":{
         "discounted_total":"Discounted total",
         "product":"Product",
         "price":"Price",
         "price_column":"See Price column for discount details.",
         "product_details":"Product details",
         "quantity":"Quantity",
         "qty":"Qty",
         "regular_total":"Regular total",
         "remove":"Remove {{ product }}",
         "total":"Total",
         "update":"Update"
      },
      "popup":{
         "added_to_cart":"Just added to your cart",
         "cart_count":{
            "one":"{{ count }} item",
            "other":"{{ count }} items"
         },
         "product_details":"Product details",
         "quantity":"Qty",
         "quantity_label":"Quantity: {{ quantity_count }}"
      }
   },
   "collections":{
      "general":{
         "view_all":"View all",
         "view_all_label":"View all products in the {{ collection_name }} collection",
         "no_matches":"Sorry, there are no products in this collection",
         "items_with_count":{
            "one":"{{ count }} product",
            "other":"{{ count }} products"
         },
         "collection_label":"Collection"
      },
      "catalog":{
         "title":"Catalog"
      },
      "sorting":{
         "title":"Sort by"
      },
      "filters":{
         "title_tags":"Filter by",
         "all_tags":"All products"
      }
   },
   "contact":{
      "form":{
         "name":"Name",
         "email":"Email",
         "phone":"Phone Number",
         "message":"Message",
         "submit":"Send",
         "post_success":"Thanks for contacting us. We'll get back to you as soon as possible.",
         "error_heading":"Please adjust the following:"
      }
   },
   "customer":{
      "account":{
         "title":"My Account",
         "details":"Account Details",
         "view_addresses":"View Addresses",
         "return":"Return to Account Details"
      },
      "activate_account":{
         "title":"Activate Account",
         "subtext":"Create your password to activate your account.",
         "password":"Password",
         "password_confirm":"Confirm Password",
         "submit":"Activate Account",
         "cancel":"Decline Invitation"
      },
      "addresses":{
         "title":"Your Addresses",
         "default":"Default",
         "add_new":"Add a New Address",
         "edit_address":"Edit address",
         "first_name":"First Name",
         "last_name":"Last Name",
         "company":"Company",
         "address1":"Address",
         "address2":"Apartment, suite, etc.",
         "city":"City",
         "country":"Country\/Region",
         "province":"Province",
         "zip":"Postal\/Zip Code",
         "phone":"Phone",
         "set_default":"Set as default address",
         "add":"Add Address",
         "update":"Update Address",
         "cancel":"Cancel",
         "edit":"Edit",
         "delete":"Delete",
         "delete_confirm":"Are you sure you wish to delete this address?"
      },
      "login":{
         "title":"Login",
         "email":"Email",
         "password":"Password",
         "forgot_password":"Forgot your password?",
         "sign_in":"Sign In",
         "guest_title":"Continue as a guest",
         "guest_continue":"Continue"
      },
      "orders":{
         "title":"Order History",
         "order_number":"Order",
         "order_number_link":"Order number {{ number }}",
         "date":"Date",
         "payment_status":"Payment Status",
         "fulfillment_status":"Fulfillment Status",
         "total":"Total",
         "none":"You haven't placed any orders yet."
      },
      "order":{
         "title":"Order {{ name }}",
         "date_html":"Placed on {{ date }}",
         "cancelled_html":"Order Cancelled on {{ date }}",
         "cancelled_reason":"Reason: {{ reason }}",
         "billing_address":"Billing Address",
         "payment_status":"Payment Status",
         "shipping_address":"Shipping Address",
         "fulfillment_status":"Fulfillment Status",
         "discount":"Discount",
         "shipping":"Shipping",
         "tax":"Tax",
         "product":"Product",
         "sku":"SKU",
         "price":"Price",
         "quantity":"Quantity",
         "total":"Total",
         "fulfilled_at_html":"Fulfilled {{ date }}",
         "subtotal":"Subtotal",
         "track_shipment":"Track shipment"
      },
      "recover_password":{
         "title":"Reset your password",
         "email":"Email",
         "submit":"Submit",
         "cancel":"Cancel",
         "subtext":"We will send you an email to reset your password.",
         "success":"We've sent you an email with a link to update your password."
      },
      "reset_password":{
         "title":"Reset account password",
         "subtext":"Enter a new password for {{ email }}",
         "password":"Password",
         "password_confirm":"Confirm Password",
         "submit":"Reset Password"
      },
      "register":{
         "title":"Create Account",
         "first_name":"First Name",
         "last_name":"Last Name",
         "email":"Email",
         "password":"Password",
         "submit":"Create"
      }
   },
   "homepage":{
      "general":{
         "title":"Homepage"
      },
      "onboarding":{
         "product_title":"Your product's name",
         "product_description":"This area is used to describe your product’s details. Tell customers about the look, feel, and style of your product. Add details on color, materials used, sizing, and where it was made.",
         "collection_title":"Your collection's name",
         "blog_title":"Your post's title",
         "blog_excerpt":"Your store hasn’t published any blog posts yet. A blog can be used to talk about new product launches, tips, or other news you want to share with your customers. You can check out Shopify’s ecommerce blog for inspiration and advice for your own store and blog.",
         "blog_author":"Author name",
         "no_content":"This section doesn’t currently include any content. Add content to this section using the sidebar."
      }
   },
   "layout":{
      "navigation":{
         "search":"Search",
         "expand":"expand",
         "collapse":"collapse",
         "menu":"Menu"
      },
      "cart":{
         "title":"Cart",
         "items_count":{
            "one":"item",
            "other":"items"
         }
      },
      "customer":{
         "account":"Account",
         "log_out":"Log out",
         "log_in":"Log in",
         "create_account":"Create account"
      },
      "footer":{
         "social_platform":"{{ name }} on {{ platform }}"
      }
   },
   "products":{
      "product":{
         "regular_price":"Regular price",
         "sold_out":"Sold out",
         "unavailable":"Unavailable",
         "availability":"Availability",
         "on_sale":"Sale",
         "from_lowest_price":"from {{ lowest_price }}",
         "sale_price":"Sale price",
         "quantity":"Quantity",
         "add_to_cart":"Add to cart",
         "loader_label":"Adding product to your cart",
         "back_to_collection":"Back to {{ title }}",
         "vendor":"Vendor",
         "quantity_minimum_message":"Quantity must be 1 or more",
         "include_taxes":"Tax included.",
         "shipping_policy_html":"<a href=\"{{ link }}\">Shipping<\/a> calculated at checkout.",
         "unit_price_label":"Unit price",
         "view_cart":"View cart"
      }
   },
   "gift_cards":{
      "issued":{
         "title_html":"Here's your {{ value }} gift card for {{ shop }}!",
         "subtext":"Your gift card",
         "gift_card_code":"Gift card code",
         "disabled":"Disabled",
         "expired":"Expired on {{ expiry }}",
         "active":"Expires on {{ expiry }}",
         "redeem_html":"Use this code at checkout to redeem your {{ value }} gift card",
         "shop_link":"Start shopping",
         "print":"Print this gift card",
         "remaining_html":"{{ balance }} left",
         "add_to_apple_wallet":"Add to Apple Wallet",
         "qr_image_alt":"QR code — scan to redeem gift card"
      }
   },
   "socialshopwave":{
      "log_in":"Log in",
      "log_in_to_account":"Log in to your account",
      "cancel":"cancel",
      "create_account":"Create Account",
      "sign_up":"Sign up",
      "not_created_customer_on_shopify":"Not created customer on Shopify",
      "create_your_account":"Create your account",
      "my_orders":"My Orders",
      "logout":"Logout",
      "faved":"in wishlist",
      "fave":"Add to wishlist",
      "unfave":"Remove from Wishlist",
      "fave_choose_variant":"Choose options",
      "fave_edit_variant":"Choose options",
      "add_to_cart":"Add To Cart",
      "share":"Share",
      "sharing":"Posting...",
      "write_a_review":"Write a review",
      "quantity_review2":"{{ ssw_count_rate }} Review",
      "quantity_reviews2":"{{ ssw_count_rate }} Reviews",
      "quantity_review":"{{ ssw_count_rate }} review",
      "quantity_reviews":"{{ ssw_count_rate }} reviews",
      "view_cart":"View Cart",
      "my_faves":"My Wishlist",
      "close":"Close",
      "user_commented_product_html":"{{ user_link }} commented {{ product_link }}",
      "user_faved_product_html":"{{ user_link }} added {{ product_link }} to wishlist",
      "user_reviewed_product_html":"{{ user_link }} reviewed {{ product_link }}",
      "adding_to_cart":"Adding...",
      "sold_out":"Sold Out",
      "ask_your_friends":"Ask Advice",
      "description":"Description",
      "reviews":"Reviews",
      "comments":"Comments",
      "view_profile":"View Profile",
      "invite_friends":"Invite Friends",
      "edit_profile":"Edit Profile",
      "sign_in_facebook":"Continue with Facebook",
      "social_login_facebook":"Continue with Facebook",
      "sign_in_twitter":"Sign-in with Twitter",
      "social_login_twitter":"Twitter",
      "sign_in_gplus":"Google",
      "social_login_gplus":"Google",
      "sign_in_yahoo":"Sign-in with Yahoo",
      "social_login_yahoo":"Yahoo",
      "sign_in_tumblr":"Sign-in with Tumblr",
      "social_login_tumblr":"Tumblr",
      "sign_in_instagram":"Sign-in with Instagram",
      "social_login_instagram":"Instagram",
      "sign_in_amazon":"Sign-in with Amazon",
      "social_login_amazon":"Amazon",
      "social_login_simple":"Email",
      "ask_question":"Ask a question",
      "quantity_question":"{{ ssw_question_count }} answered question",
      "quantity_questions":"{{ ssw_question_count }} answered questions",
      "email_address":"Email address",
      "password":"Password",
      "forgot_password":"Forgot password?",
      "give_a_title_for_review":"Give a title for review",
      "leaving_review":"Posting...",
      "leave_review":"Post",
      "share_button":"Post"
   },
   "pagefly":{
      "products":{
         "product":{
            "regular_price":"Regular price",
            "sold_out":"Sold out",
            "unavailable":"Unavailable",
            "on_sale":"Sale",
            "quantity":"Quantity",
            "add_to_cart":"Add to cart",
            "back_to_collection":"Back to {{ title }}",
            "view_details":"View details"
         }
      },
      "article":{
         "tags":"Tags:",
         "all_topics":"All topics",
         "by_author":"by {{ author }}",
         "posted_in":"Posted in",
         "read_more":"Read more",
         "back_to_blog":"Back to {{ title }}"
      },
      "comments":{
         "title":"Leave a comment",
         "name":"Name",
         "email":"Email",
         "message":"Message",
         "post":"Post comment",
         "moderated":"Please note, comments must be approved before they are published",
         "success_moderated":"Your comment was posted successfully. We will publish it in a little while, as our blog is moderated.",
         "success":"Your comment was posted successfully! Thank you!",
         "comments_with_count":{
            "one":"{{ count }} comment",
            "other":"{{ count }} comments"
         }
      },
      "password_page":{
         "login_form_message":"Enter store using password:",
         "login_form_password_label":"Password",
         "login_form_password_placeholder":"Your password",
         "login_form_submit":"Enter",
         "signup_form_email_label":"Email",
         "signup_form_success":"We will send you an email right before we open!",
         "password_link":"Enter using password"
      }
   }
}

EBOOST_0-1671810649670.png

 

Hope can help

EBOOST

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
Alliance
Trailblazer
550 8 35

Error message has gone, instead I got a button, when you click it, nothing happens. Besides, I still have that liquid error message. 

 

Alliance_0-1671811507441.png

Thank you

allianceautoproducts.com

 

EBOOST
Shopify Partner
1405 352 433

This is an accepted solution.

Hi @Alliance 

- when you click it, nothing happens -> Because this is a custom theme. So I don't know the flow for this button. I saw have a Javascript error here.So You try to remove it after that check it again( just suggest to fix bug).  

1. Go to Store Online-> theme -> edit code

2. Assets/theme.js

3. remove 7178 line

EBOOST_1-1671812442779.png

 


- I still have that liquid error message. -> Because it missing file

1. Go to Store Online-> theme -> edit code

2. Add a hs-image-utils.liquid file to snippets

 

EBOOST_0-1671811992281.png

Hope can help

EBOOST

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
Alliance
Trailblazer
550 8 35

That liquid message has gone. But that edit cancel buttom still pending. The funny thing  is that it is only availabe on mobile view. I guess if no clue, we remove this option safely. 

Alliance
Trailblazer
550 8 35

That button to edit or cancel the order.

Zayd_Khan
Shopify Partner
5 0 0

Hi there,
I faced a similar issue where the error messages on the cart page just weren't showing up at all, which was causing a lot of confusion for customers. I understand how frustrating this can be, especially when you need to maintain a smooth shopping experience.
I wrote a blog post detailing how I tackled this problem. Essentially, the issue was due to a disconnect between Shopify's Storefront API and how the theme was handling error responses. To fix it, I used a JavaScript snippet that intercepts API responses and ensures the error messages are displayed correctly to the customers.
Here's what I did:
I added a JavaScript code snippet to my cart template file which monitors all XMLHttpRequest calls to Shopify's cart endpoints.
When a 422 error (validation failed) is detected, the code extracts the error message and displays it using a styled notification that's more visually appealing and professional.
The blog post includes detailed instructions and the exact code snippet you can use. You can find it here: Fixing Missing Error Messages on Shopify Cart Pages
I hope this helps you resolve the issue and improve the user experience on your cart page.

Best of luck,
Zayd