Hi,
How do I move the Shop Pay text to the cart instead the product page?
Note: I already have a code for the Shop Pay text under the price.

URL
Pass
1201
Thanks!
Hi,
How do I move the Shop Pay text to the cart instead the product page?
Note: I already have a code for the Shop Pay text under the price.

URL
Pass
1201
Thanks!
Hello @onygroup100
I checked but it looks like you haven’t added the Shop Pay code under the price : https://prnt.sc/II1pOtBkvf6E
pls add the code below to the position you want to display ShopPay : {{ form | payment_terms }}
I hope the above is useful to you.
Best regards,
GemPages Support Team
Hey, Thank you for the response however this is not what I asked for probably you misunderstood me, I have the code under share bottoms and I want to move the code to show up on the cart page only, would it be possible ?
Oh, I’m so sorry for the misunderstanding.
On the cart page, you also use the above code to add. Let’s add the code between the opening and closing form tags like this :
{% form 'cart', cart %}
{{ form | payment_terms }}
...
{% endform %}
Thank you so much!
It is not real time changing the amount when we change the quantity of product from cart.
It works when we reload the page but without reloading the page just add/subtract quantity amount is not being changed