Replacing shop pay button with normal check out button in product page

Replacing shop pay button with normal check out button in product page

BBPams
New Member
8 0 0

Hi! I want to replace the ‘shop pay’ button in my product page with a normal check out button. I now have a big 'shop pay' button in my product page, and I want to put a normal check out button here. I’m using the Sense theme. The website URL is www.bernicebyparisienne.nl. I have enclosed an image of what it looks like, hope someone can help!Scherm­afbeelding 2024-04-06 om 11.27.35.png

Replies 3 (3)

AnneLuo
Shopify Partner
1045 197 220

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code to the head tag

<style>
  .shopify-payment-button__button--branded[data-testid="upstream-button"]{
    display: none !important;
  }
</style>

Step 3: Go to the online store ->Theme ->Customize.
Step 4: Find the buy buttons section on the product page and then select the checkbox below.

AnneLuo_0-1713358301477.png

 

 

AnneLuo_1-1713358440670.png

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

BBPams
New Member
8 0 0

Hi @AnneLuo !

 

Thank you for replying. Can you tell me where exactly in the theme.liquid file I should paste the code? I see multiple head tags I think. Looking forward to your answer!

 

Kind regards 

AnneLuo
Shopify Partner
1045 197 220

Hi, @BBPams 

Place before </head> tag.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee