Hello,
I currently use an app to display the payment badges right below my checkout button.
Is there a way to create an image and place this somewhere in the code?
Thank you!
Hello,
I currently use an app to display the payment badges right below my checkout button.
Is there a way to create an image and place this somewhere in the code?
Thank you!
Hi @vicky_m ,
Please follow these steps:
Step 1: Upload payment badgets image in Assets. https://i.imgur.com/csVLqBr.png . Ex: name image: payment.png
Step 2: Go to snippets/product-form.liquid file, find ‘form | payment_button’ and add code below. https://i.imgur.com/fzNHlHH.png
Code:
Hope it helps