@yellowwebmonkey - could you please help me fix the issue in minimal theme..
@Nishma yes. sent you a DM.
Hello, i am using the debutify theme and having trouble to find the form action thing, here a screenshot:
Hi Erink,
I am also using Prestige theme but couldn’t fix. Could you please share the screenshot? Thank you in advance.
Here is my full script not sure what to leave or remove
Show More
onload=“window.TWIK_SB && window.TWIK_SB()”
rel=“stylesheet”/>
{% capture sb %}{% include
‘sb-snippet’ %}{% endcapture %}{% unless sb contains ‘Liquid error’ %}{%
include ‘sb-snippet’ %}{% endunless %}
{%- if settings.favicon -%}
{%- endif -%}{%include “preconnect”%}
{% include ‘seo-title’ %}
{%- if page_description -%}
{%- endif -%}
{% include ‘social-meta-tags’ %}
{% include ‘font-face’ %}
{{ ‘theme.scss.css’ | asset_url | stylesheet_tag }}
{% style %}
.collection-item__title {
font-size: {{ settings.type_collection_size | times: 0.8 }}px;
}
@media screen and (min-width: 769px) {
.collection-item__title {
font-size: {{ settings.type_collection_size }}px;
}
}
{% endstyle %}
{{ content_for_header }}
{% if settings.enable_currencies %}
{% unless shop.enabled_currencies.size > 1 %}
{% endunless %}
{% endif %}
{%- if request.page_type contains ‘customers/’ -%}
{%- endif -%}
{% include ‘booster-common’ %}
{% render ‘judgeme_core’ %}
{% comment %}
Enable below script if page transitions enabled
{% endcomment %}
{% comment %}
{% endcomment %}
{{
‘general.accessibility.skip_to_content’ | t }}
{% section ‘header’ %}
{{ content_for_layout }}
{% section ‘footer-promotions’ %}
{% section ‘footer’ %}
{{shop.name}}
{% section ‘newsletter-popup’ %}
{%- if settings.cart_type == ‘drawer’ -%}
{%- include ‘ajax-cart-template’ -%}
{%- endif -%}
{%- if settings.enable_currencies -%}
{%- include ‘currency-modal’ -%}
{%- endif -%}
{% comment %}
Custom markup for slider arrows using theme icons
{% endcomment %}
class=“icon icon-chevron-left” viewBox=“0 0 284.49 498.98”>
{{ ‘general.pagination.previous’ | t
}}
class=“icon icon-chevron-right” viewBox=“0 0 284.49 498.98”>
{{ ‘general.pagination.next’ | t
}}
{%- if settings.predictive_search_enabled -%}
{%- include ‘predictive-template’ -%}
{%- endif -%}
{% include ‘video-modal’ %}
{% include ‘photoswipe-template’ %}
{% if template contains ‘product’ %}
{% include ‘recently-viewed-product-template’ %}
{% endif %}
{% if template contains ‘collection’ %}
{{shop.name}}
{% endif %}
{% include ‘booster-discounts’ %}
{{ ‘currency_converter_setting.css’ | asset_url | stylesheet_tag }}{{
‘currency_converter_setting.js’ | asset_url | script_tag }}{% include
‘currency_converter_setting’ %}
{%include “footer_content”%}
{% if template contains ‘product’ %}
{% elsif template contains ‘cart’ %}
{% endif %}
Hi Kani,
I am using Prestige theme. Can you guide me please? Thank you
@Andre439439 try the section ‘page-cart-content.liquid’
@Andre439439 , I don’t have theme so just going off your screenshots.
Now try the snippet ‘cart-page.liquid’
Thank you! Took some digging around with the theme Venue, but we got it! Problem is fixed on our end for now knock on wood
@Andre439439 that’s it. Try this: https://www.yellowwebmonkey.com/shopify-checkout-problems-patches-by-theme/#debutify
For DEBUTIFY
File: cart-page.liquid (snippet)
<form id="cartForm"
class="cart-form"
action="**{{ routes.cart_url}}**"
method="post"
novalidate>
Change to
<form id="cartForm"
class="cart-form"
action="**/checkout**"
method="post"
novalidate>
It works, but i have a drawer cart, when i press checkout in the drawer it still redirects me to a Cart page and Then when i click checkout it works. But it should already do so in the drawer cart when pressing checkout
so many mails…… so I wake up LOL
issues resolved ![]()
why not
love you 565746947@qq.com
@Andre439439 find the drawer cart file and look for the that says checkout. Add value=“checkout” to it. Please send a screenshot and I can verify when I see the code.
Hi @Andre439439
pls DM me your store url, I will update it for you
done, thank you




