Shopify themes, liquid, logos, and UX
Hello I would like to know how to remove this link from under dynamic checkout. here is a pic
Solved! Go to the solution
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!
This is an accepted solution.
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;
}
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!
thank you!
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
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.
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>
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>
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
Strange, all works for me and had sales already lol https://www.bkbstoragesolutions.com/
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;
}
}
do you need more payment option text right?
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;}
Hi, instead of showing "More payment Option" , can I write something else? Thanks!
My store is https://yourpharm.hk/
oh sorry for that issue its not possible bcz its dynamic checkout option doesn't allow any changes
This is an accepted solution.
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;
}
Hello,
Can you tell me how to change the text "more payment options" to for example "Debit or credit cart"
Thanks a lot.
Exactly! that's what I want to know as well:
How to change "more payment options" to for example "Debit or credit cart" ??
Cheers
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.
User | RANK |
---|---|
64 | |
60 | |
58 | |
48 | |
44 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023