how to remove "more payment options" under dynamic checkout

Solved
VegasRome
Excursionist
34 0 9

Hello I would like to know how to remove this link from under dynamic checkout.  here is a picmorepayment.png

Accepted Solutions (2)
dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

Hey @VegasRome 

Please try this

add code assets/theme.scss.liquid bottom of the file

.shopify-payment-button .shopify-payment-button__more-options {
display: none;
}


Hope this will work for you.


Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

KetanKumar
Shopify Partner
36579 3627 11810

This is an accepted solution.

@VegasRome 

Thanks for your question.

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.shopify-payment-button .shopify-payment-button__more-options {
display: none;
}

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 21 (21)
dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

Hey @VegasRome 

Please try this

add code assets/theme.scss.liquid bottom of the file

.shopify-payment-button .shopify-payment-button__more-options {
display: none;
}


Hope this will work for you.


Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
VegasRome
Excursionist
34 0 9

thank you!

Superpasha69
Tourist
6 0 2

Hi, this works well for me as well, thank you. 

What if i need to edit the text there, how can I do that?

So instead of "More payment Option" I want to write something else

KetanKumar
Shopify Partner
36579 3627 11810

Hello, @Superpasha69 

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Superpasha69
Tourist
6 0 2

Hi Ketan,

 

This is how I managed to do it, just by reading the code and inserting text save - refresh - check - change method lol

find this code in product template liquid and see in red where to type

 

<div class="product-single__add-to-cart{% if section.settings.add_to_cart_button_size == 'large' %} product-single__add-to-cart--full-width{% endif %}">
<button type="submit" name="add" id="AddToCart--{{ section.id }}" class="btn btn--add-to-cart{% if section.settings.enable_payment_button %} btn--secondary-accent{% endif %}"{% unless current_variant.available %} disabled="disabled"{% endunless %}>
<span class="btn__text">
{% if current_variant.available %}
{{ 'products.product.add_to_cart' | t }}
{% else %}
{{ 'products.product.sold_out' | t }}
{% endif %}
</span>
</button>
{% if section.settings.enable_payment_button %}
{{ form | payment_button }}
{% endif %}
</div>
{% endform %}
insert you text here
</div>

Superpasha69
Tourist
6 0 2

This is how I managed to do it, just by reading the code and inserting text save - refresh - check - change method lol

find this code and see in red where to type

 

<div class="product-single__add-to-cart{% if section.settings.add_to_cart_button_size == 'large' %} product-single__add-to-cart--full-width{% endif %}">
<button type="submit" name="add" id="AddToCart--{{ section.id }}" class="btn btn--add-to-cart{% if section.settings.enable_payment_button %} btn--secondary-accent{% endif %}"{% unless current_variant.available %} disabled="disabled"{% endunless %}>
<span class="btn__text">
{% if current_variant.available %}
{{ 'products.product.add_to_cart' | t }}
{% else %}
{{ 'products.product.sold_out' | t }}
{% endif %}
</span>
</button>
{% if section.settings.enable_payment_button %}
{{ form | payment_button }}
{% endif %}
</div>
{% endform %}
insert you text here
</div>

KetanKumar
Shopify Partner
36579 3627 11810

@Superpasha69 

Thanks 

it's dynamic generate this text see this article

also, give me store or so i will check and let you know

https://help.shopify.com/en/manual/online-store/os/dynamic-checkout

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Superpasha69
Tourist
6 0 2
My store is bkbstoragesolutions.com
KetanKumar
Shopify Partner
36579 3627 11810

KetanKumar_0-1601841986348.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Superpasha69
Tourist
6 0 2

Strange, all works for me and had sales already lol https://www.bkbstoragesolutions.com/

KetanKumar
Shopify Partner
36579 3627 11810

@Superpasha69 

Thanks 

1. Go to Online Store->Theme->Edit code
2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.

.shopify-payment-button {
    display: inline-block !important;
.shopify-payment-button__button--hidden {
    visibility: visible !important;
}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Superpasha69
Tourist
6 0 2
Sorry bit confused now, what this will code do for me?
KetanKumar
Shopify Partner
36579 3627 11810

@Superpasha69 

do you need more payment option text right?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Dream-Bazaar
Tourist
3 0 2
KetanKumar
Shopify Partner
36579 3627 11810

@Dream-Bazaar 

yes, please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

 

.shopify-payment-button__more-options {display: none !important;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
larry0811
New Member
1 0 1

Hi, instead of showing "More payment Option" , can I write something else? Thanks!
My store is https://yourpharm.hk/

KetanKumar
Shopify Partner
36579 3627 11810

@larry0811 

oh sorry for that issue its not possible bcz its dynamic checkout option doesn't allow any changes 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
KetanKumar
Shopify Partner
36579 3627 11810

This is an accepted solution.

@VegasRome 

Thanks for your question.

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.shopify-payment-button .shopify-payment-button__more-options {
display: none;
}

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Aurora6
New Member
1 0 1

Hello,
Can you tell me how to change the text "more payment options" to for example "Debit or credit cart"

Thanks a lot.

Edwin_n
New Member
1 0 1

Exactly! that's what I want to know as well:
How to change "more payment options" to for example "Debit or credit cart" ??
Cheers


KetanKumar
Shopify Partner
36579 3627 11810

@Edwin_n 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing