Is there code I can add to remove the "Pay in 4 interest-free installments for orders over…" option from the individual product pages but still show at checkout? - current template is “Trade”
Is there code I can add to remove the "Pay in 4 interest-free installments for orders over…" option from the individual product pages but still show at checkout? - current template is “Trade”
Hi @rachp528 ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.installment {
display: none !important;
}
Hi @rachp528 ,
If you have any questions, you can contact me directly.
Nice to meet you