Link to the store is kaia.pk
Hi there @rk987 !
Thanks for sharing your query and your store link with us here!
I was able to proceed to place a product in my cart and head to the cart page okay.
From there I attempted to remove that product by clicking on the ‘remove’ button, but was taken to the checkout flow with that product instead.
Could you let me know the name of the theme you’re using currently, if you have edited the code of this theme yourself, or if you have added any apps which might have done so?
I would pay particular attention to any edits made to your cart’s code files, either manually or by the addition of an app.
Let me know as much as you can about the situation so we can determine our next steps here!
Hey Don,
Thanks a lot for you reply, I used the theme Fashe and I did not edited the code that much. I have not used any external app other than Whatsapp chat feature.
Also, this is the cart.liquid code:
{{ page_title }}
{{ 'cart.general.heading_product_name' | t }} | {{ 'cart.general.heading_unit_price' | t }} | {{ 'cart.general.heading_quantity' | t }} | {{ 'cart.general.heading_total' | t }} | |
---|---|---|---|---|
{{ item.product.title }}
{% unless item.variant.title contains 'Default' %}
{{ item.variant.title }} {% endunless %} {% if settings.product_quantity_message and item.variant.inventory_management and item.variant.inventory_quantity <= 0 and item.variant.incoming %} {% assign property_size = item.properties | size %} {% if p.last contains ‘/uploads/’ %} {% endunless %} {% endfor %} {% endif %} |
{{ item.price | money }} |
|
{{ item.line_price | money }} |
Cart Totals
{% if cart.total_discounts > 0 %} {% assign savings = cart.total_discounts | money %}{{ 'cart.general.empty' | t }}
{{ 'cart.general.continue_browsing_html' | t }}
{% endif %}{{ ‘shipping-cart.js’ | asset_url | script_tag }}
{% endunless %}
Hi again @rk987 !
Thanks for getting back to me here with the name of your theme and info on your edits and app additions to that theme.
There is no need to share your theme’s code here, as we would not be able to support either custom coding you have done or a third-party theme such as this.
I had a look in our theme store for any theme with that name, but was not able to find it.
Do you have a way to contact the developers of this theme for support with their creation?
Other than that, I would advise you to check out our help doc on reverting code changes to your theme to see if you can roll back any changes made to your cart page.
I’d also recommend you duplicate your theme first before making any changes, so you have a copy to fall back on.
If you find these issue persist after you have reverted any changes to the cart, you might consider reaching out to the developers of the WhatsApp chat app you mentioned to see if their app might have affected your theme’s code.
It looks like you’re setting up a fashion store using Shopify, can you tell me a bit about your brand or story?