Payment options on product page looks messy

Solved

Payment options on product page looks messy

figandmoss
Visitor
2 0 0

On my website when you go into a product page the Add To Cart, Buy with Shop Pay, and More Payment Options boxes look misaligned and it just looks messy. I tried to go into the code to fix it but I don't know what I'm doing. Personally I would just like to get rid of the extra options and just say Add To Cart. Do I just delete out the Payment Options part in the code? Thanks!! Screen Shot 2024-03-30 at 8.05.56 AM.pngScreen Shot 2024-03-30 at 8.06.10 AM.png

Accepted Solution (1)

PageFly-Theodor
Shopify Partner
691 86 106

This is an accepted solution.

Hi @figandmoss ,
This is Theodore from PageFly - Shopify Page Builder App.

To simplify your product page and remove the "Buy with Shop Pay" and "More Payment Options" sections, you can try two methods:

  1. Through Shopify Admin (Recommended): Look for options to disable or hide these buttons in the "Themes" -> "Customize" section for your active theme.

  2. Through Code Editing (if Admin option unavailable): Carefully remove or comment out the code for the unwanted buttons in the product page template file (product.liquid), but this requires some technical knowledge.

 

Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Theodor
Shopify Partner
691 86 106

This is an accepted solution.

Hi @figandmoss ,
This is Theodore from PageFly - Shopify Page Builder App.

To simplify your product page and remove the "Buy with Shop Pay" and "More Payment Options" sections, you can try two methods:

  1. Through Shopify Admin (Recommended): Look for options to disable or hide these buttons in the "Themes" -> "Customize" section for your active theme.

  2. Through Code Editing (if Admin option unavailable): Carefully remove or comment out the code for the unwanted buttons in the product page template file (product.liquid), but this requires some technical knowledge.

 

Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

figandmoss
Visitor
2 0 0

This worked thank you! I didn’t have to go into code and I was able to do it from customize theme on the product page itself. Thanks so much.