Shopify themes, liquid, logos, and UX
In my Shopify store, the checkout button is not showing in the AJAX cart. The cart opens fine, but there’s no checkout button visible. I haven’t made any major changes to the cart code.
Any ideas on how to fix this?
Store Link : www.ambient-arcstone.com
Solved! Go to the solution
This is an accepted solution.
request sent!
Hello @Abubakar35 ,
There is no html found in source code related to the checkout button.
Neither I found any error/conflict in the console.
I suggest once check the theme settings and cart template file to cross check the code ( maybe code is code commented or removed )
Regards
Guleria
everything in the cart template file seems to be correctly implemented, I’ve encountered an issue where the button is not displaying in the mini cart.
My last reply was also for mini cart.
can you please guide me how to fix it?
Definitely I want to help but not until I can't see the html of checkout in the source code.
Can you confirm what you tried so far ? Can you share the button code you find in the file ?
{%- when 'group_btns' -%}
{%- assign bk_stts = block.settings -%}
{%- if bk_stts.btn_viewcart or bk_stts.btn_checkout -%}
{{ 'bee-button-style.css' | asset_url | stylesheet_tag }}
<link href="{{ 'bee-custom-effect.css' | asset_url }}" rel="stylesheet" media="print" onload="this.media='all'">
{%- if settings.currency_type == '2' and settings.notify_currency and settings.mess_currency != blank %}{% assign cart_iso_code = cart.currency.iso_code %}{% assign text1 = '{{ currency }}' -%}
{{ 'bee-marquee.css' | asset_url | stylesheet_tag }}
<div class="bee-marquee bee-marquee--rtl" style="--marquee-delay: 18s"><div class="bee-marquee__item bee-marquee--animation"><p class="bee-db" data-currency-jsnotify>{{ settings.mess_currency | replace: text1,cart_iso_code | replace: '[currency]',cart_iso_code | replace: '[original_currency]',cart_iso_code | replace: '[current_currency]','<span class="selected-currency"></span>' }}</p></div><div class="bee-marquee__item bee-marquee--animation bee-marquee--duplicate"><p class="bee-db" data-currency-jsnotify>{{ settings.mess_currency | replace: text1,cart_iso_code | replace: '[currency]',cart_iso_code | replace: '[original_currency]',cart_iso_code | replace: '[current_currency]','<span class="selected-currency"></span>' }}</p></div></div>
{%- endif -%}
<div class="bee-minicart-group-btns{% if bk_stts.btn_inline == false %} bee-minicart-btn_full{% endif %}">
{%- if bk_stts.btn_viewcart -%}
<a {{ block.shopify_attributes }} href="https://ambient-arcstone.com/cart" data-loading-bar class="bee-btn__cart bee-btn bee-btn-base bee-btn-style-{{ bk_stts.cart_button_style }} bee-btn-color-{{ bk_stts.cart_btn_cl }} {% if bk_stts.cart_button_style == 'default' or bk_stts.cart_button_style == 'outline' %}bee-btn-effect-{{ bk_stts.cart_button_effect }}{% endif %} bee-w-100 bee-justify-content-center"><span class="bee-truncate">{{ 'cart.mini_cart.view' | t }} </span>{%- if bk_stts.btn_icon -%}<svg class="bee-btn-icon" viewBox="0 0 22 22"><use xlink:href="#bee-icon-btn"></use></svg>{%- endif -%}</a>
{%- endif -%}
{%- if bk_stts.btn_checkout -%}
<button {{ block.shopify_attributes }} type="submit" data-loading-bar data-confirm="{{ ck_lumise }}" name="checkout" class="bee-btn__checkout bee-btn bee-btn-base bee-btn-style-{{ button_style }} bee-btn-color-{{ bk_stts.btn_cl }} {% if button_style == 'default' or button_style == 'outline' %}bee-btn-effect-{{ bk_stts.button_effect }}{% endif %} bee-w-100 bee-justify-content-center"><span class="bee-truncate">{{ 'cart.mini_cart.checkout' | t }}</span>{%- if bk_stts.btn_icon -%}<svg class="bee-btn-icon" viewBox="0 0 22 22"><use xlink:href="#bee-icon-btn"></use></svg>{%- endif -%}</button>
{%- endif -%}
</div>
here is the code if I'm not wrong.
sure, how can I share you my credentials?
collaborator Code:
2226
This is an accepted solution.
request sent!
Fixed, please check.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025