I want to offer my customers the installment plan by shop, however I don’t want it to appear on the individual product pages like it does here:
https://b720b7-2.myshopify.com/products/east-african-shea-butter-16-oz
My customers can have that option when they check out. thank you
@sheadaddy1717 , go to theme.liquid and add the following code before the tag :
{% if template.name == 'product' %}
{% endif %}
i added the code but it is still there.please advise
this is what it looks like:
.header__menu-item {
padding-right: 2.7rem;
{% if template.name == 'product' %}
.shopify-installments {
display: none !important;
}
{% endif %}
@sheadaddy1717 , can you send a screenshot of where you add the code?
@sheadaddy1717 , can I send you an access request to better solve the problem?