Checkout Button Missing in mini cart drawer

Solved

Checkout Button Missing in mini cart drawer

Abubakar35
Excursionist
14 0 3

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

Accepted Solution (1)
Guleria
Shopify Partner
3954 791 1123

This is an accepted solution.

request sent! 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 11 (11)

Guleria
Shopify Partner
3954 791 1123

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

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Abubakar35
Excursionist
14 0 3

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.

Guleria
Shopify Partner
3954 791 1123

My last reply was also for mini cart. 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Abubakar35
Excursionist
14 0 3

can you please guide me how to fix it?

 

Guleria
Shopify Partner
3954 791 1123

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 ?

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Abubakar35
Excursionist
14 0 3

{%- 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.

 

Guleria
Shopify Partner
3954 791 1123
Seems this code belongs to the PDP page.
If you want you can provide store access and I'll check it out.
Drop collaborator code through PM.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Abubakar35
Excursionist
14 0 3

sure, how can I share you my credentials?

Abubakar35
Excursionist
14 0 3

collaborator Code: 

2226

Guleria
Shopify Partner
3954 791 1123

This is an accepted solution.

request sent! 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Guleria
Shopify Partner
3954 791 1123

Fixed, please check.

btw if you find something is still wrong I'll be back after an hour.
Time to pick the kids from school.
 
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder