Hi,
I would like to remove the prompt asking if the customer would like to use Shop Pay from the product details section.
Thanks!!
Hi,
I would like to remove the prompt asking if the customer would like to use Shop Pay from the product details section.
Thanks!!
Please add the following code at the bottom of your assets/timber.scss.liquid or theme.scss.liquid or theme.css file.
.template-product form#AddToCartForm--product-template {
display: none;
}
Hope this works.
Thanks!
@dmwwebartisan always coming through with the solution. worked like a gem. thanks so much!!
@dmwwebartisan I just noticed it hides the add to cart button too! any fix?
Oh! sorry, It was my bad. Please remove the previous code and add this new code.
.template-product .shopify-installments__content, .template-product .shopify-installments__learn-more {
display: none;
}
Hi @kaiyacollects ,
Please follow the steps:
Still seems to be showing after using the new code. Any thoughts?
Hi @kaiyacollects ,
I find and didn’t see the added code, did you add it? https://i.imgur.com/DCvH54E.png
When you add it, it will work fine.
Hope it helps!
Strange, let me see. Did you add it correctly?
Copy/Pasted code exactly as is. Even tried adding !important; to the line.
Added the code to both theme.scss.liquid and timber.scss
Thanks for working with me on this.
this code did it!
shopify-payment-terms {
display: none !important;
}
thanks so much. this community is always so helpful.
Hi @kaiyacollects ,
If you need any more information, you can contact me. ![]()
It’s great to hear that you fixed it!!
THANK YOU!!! This is the one that worked for me. Been stressing about this for almost an hour
Hi! Do you happen to have a code for removing the shop pay message only from the home page? I had featured products on my homepage with title, price and add to cart button.. but now the shop pay message also shows. I only want the shop pay message to show on product pages, not on the home page featured section. Can you help me? ![]()
Hi. I also want to remove the code, but I want to be able to place it somewhere else with a Liquid block. As you can see I did that and placed it under my Pre-Order Button. But when I place this code within my theme.css it removes it everywhere. Is there anyway I can remove it just below the price, but allow me to still keep it as a liquid block anywhere I want?
Code:
shopify-payment-terms {
display: none !important;
}
Not working for me
Not working for me using Debut