What's your biggest current challenge? Have your say in Community Polls along the right column.

How to add acceptable payment methods to product page Sense theme

How to add acceptable payment methods to product page Sense theme

Hercules99
Excursionist
29 0 4

I would like to add acceptable payment options to my product page. Please let me know how to do so! Thank you. See attached for example. 

 

Hercules99_0-1731516219205.png

 

Reply 1 (1)

DaisyVo
Shopify Partner
1024 130 144

Hi @Hercules99 

To display accepted payment icons on your Shopify product pages, follow these steps:

1-Access Theme Customization:

2-Add a Custom Liquid Section:

  • In the theme editor, navigate to a product page.
  • Click Add section and select Custom liquid.

3-Insert Payment Icons Code:

  • In the Custom liquid section, paste the following code:

<ul class="payment-icons list--inline">

  {% assign payment_types = 'visa,master,american_express,paypal' | split: ',' %}

  {% for type in payment_types %}

    <li class="payment-icon">

      {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}

    </li>

  {% endfor %}

</ul>

 

This code displays icons for Visa, MasterCard, American Express, and PayPal. Modify the payment_types list to include the payment methods your store accepts.

 

4-Position the Icons:

  • Drag the Custom liquid section to place it below the "Add to Cart" button or your desired location on the product page.

5-Save and Review:

  • Click Save to apply the changes.
  • Preview your product pages to ensure the payment icons display correctly.

Note: If your theme doesn't support adding sections via the editor, you may need to edit the theme code directly. This involves modifying the product template file to include the payment icons code. Always back up your theme before making code changes.

For a visual guide, you can refer to this tutorial: https://youtu.be/TBhm3sZbej0

 

If you have other questions, I will also answer them.

 

Best regards,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution