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

how to change buy now button text in sense theme ?

Solved

how to change buy now button text in sense theme ?

Shuv1122
Tourist
4 0 1

I want to change my buy now button text in sense theme even though I apply a css code but after that it stucked & i can't change it any more. please help me to do my business cause I am in need of money 😥

 

URL: www.dropzoneindia.in

Password:   1

Problem: "Buy Now" button text change

Please please please help me 😓

Accepted Solution (1)
swym
Trailblazer
157 33 73

This is an accepted solution.

Hey @Shuv1122,

 

I see you already have updated the content of the buy button using CSS.

 

If you want to update the content then you need to update the CSS. If you don't remember how to do it, then please follow the steps below: 

 

1. Open the code editor, as shown in the screenshot below.

swym_0-1732688127056.png

 

 

2. Open the file layouts/theme.liquid and add the code given below: 

 

{% if template contains 'product' %}
<style>
   .shopify-payment-button .shopify-payment-button__button--unbranded:after {
     content: 'Buy Now'; // You can update the content of your choice in the string
   }
</style>
{% endif %}

 

Code instruction: 

swym_1-1732688472538.png

 

3. Done? Now save the file, and try previewing your store to verify the changes. Screenshot: 

swym_2-1732688551953.png

 

[NOTE]: It's not recommended to update the content of this button as the button is dynamic and its contents get updated based on the payment methods that you have used on your store. 

 

I hope this helps! 

 

If my response helped you, please consider giving it a like (👍) and marking it as an accepted solution if it resolved your issue. Your feedback helps other community members with similar questions.

 

Regards, 

Abhishek from Swym

 

- Appreciate the assistance. Show your approval with a Like! And when your question finds its answer, seal the deal by marking it as an Accepted Solution!
- Our Solutions: Wishlist Plus | Swym Back in Stock Alerts | Swym Gift Lists and Registries

View solution in original post

Replies 6 (6)
Shuv1122
Tourist
4 0 1

When it will finish & i can change it ?

cause, I accidentally write it as "Hit that like button" & now I can't even change it as it's past default text "Buy it now".

please tell me 😓

swym
Trailblazer
157 33 73

Hey @Shuv1122

 

Unfortunately, you cannot change the Buy Now button text on the product page. Also, I tried reviewing your store and looks like the password you shared is not working. Can you please check that and share the updated password? 

 

Regards, 

Abhishek from Swym

- Appreciate the assistance. Show your approval with a Like! And when your question finds its answer, seal the deal by marking it as an Accepted Solution!
- Our Solutions: Wishlist Plus | Swym Back in Stock Alerts | Swym Gift Lists and Registries
Shuv1122
Tourist
4 0 1

Sorry for that, I forgot to change the password.

Password:   1

swym
Trailblazer
157 33 73

This is an accepted solution.

Hey @Shuv1122,

 

I see you already have updated the content of the buy button using CSS.

 

If you want to update the content then you need to update the CSS. If you don't remember how to do it, then please follow the steps below: 

 

1. Open the code editor, as shown in the screenshot below.

swym_0-1732688127056.png

 

 

2. Open the file layouts/theme.liquid and add the code given below: 

 

{% if template contains 'product' %}
<style>
   .shopify-payment-button .shopify-payment-button__button--unbranded:after {
     content: 'Buy Now'; // You can update the content of your choice in the string
   }
</style>
{% endif %}

 

Code instruction: 

swym_1-1732688472538.png

 

3. Done? Now save the file, and try previewing your store to verify the changes. Screenshot: 

swym_2-1732688551953.png

 

[NOTE]: It's not recommended to update the content of this button as the button is dynamic and its contents get updated based on the payment methods that you have used on your store. 

 

I hope this helps! 

 

If my response helped you, please consider giving it a like (👍) and marking it as an accepted solution if it resolved your issue. Your feedback helps other community members with similar questions.

 

Regards, 

Abhishek from Swym

 

- Appreciate the assistance. Show your approval with a Like! And when your question finds its answer, seal the deal by marking it as an Accepted Solution!
- Our Solutions: Wishlist Plus | Swym Back in Stock Alerts | Swym Gift Lists and Registries
Shuv1122
Tourist
4 0 1

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU

THANK YOU SOOOOOOOOOOOOOOOOOOOOOOOOOOOOO MUCH 🤧

YOU SAVE ME & MY BUSINESS TOO !!!

ONE MORE TIME THANK YOU 😄

swym
Trailblazer
157 33 73

Hey @Shuv1122

 

You're very welcome! I'm really glad I could help! 😊, and it means a lot to hear that it made a difference in your business. 

Best of luck with your store! 

 

Regards, 

Abhishek from Swym

- Appreciate the assistance. Show your approval with a Like! And when your question finds its answer, seal the deal by marking it as an Accepted Solution!
- Our Solutions: Wishlist Plus | Swym Back in Stock Alerts | Swym Gift Lists and Registries