Hide Google pay and Apple Pay on Zero Price Items
-
Hi there, I have recently set an item to a sale price of zero, but the Google Pay and Apple Pay buttons are still showing on the Single Product page.
Is there any way to prevent this, beyond using CSS on all sale items?
.sale li.payment_method_stripe_applepay,
.sale li.payment_method_stripe_googlepay {
display: none !important;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.