Hello. I recently added Shop Pay Installments to my store and implemented the banner through adding this line of code into my featured-product.liquid file:
Iβve included a screenshot of where the banner is appearing and indicated where I want it to appear with a green arrow. Iβve also included a screenshot of another store Iβve noticed getting it in the placement I want and included a screenshot of that as well. Any ideas of where to insert {{ form | payment_terms }} in order to have the banner in this placement? Thanks!
Hi, did you try placing the the β{{ form | payment_terms }}β above the β{{ form | payment_button }}β? In the documentation they say place it directly below the line that looks like this:
{%- form 'product', product, ... -%}
If you place the β{{ for | payment_terms }}β right under that, it should place it higher up. I hope this helps. Good luck