Dynamic checkout button always unbranded

Dynamic checkout button always unbranded

lllll1
Tourist
3 0 2

Hello,

I would like my dynamic checkout button to appear unbranded, always. Is there a way to do this?

 

It should just say 'buy now' 

 

I am using the pipeline theme.

 

thank you for your advice.

Replies 6 (6)

BSS-TekLabs
Shopify Partner
2401 695 835

Hello @lllll1 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lllll1
Tourist
3 0 2

steezevintage.de
ssss

BSS-TekLabs
Shopify Partner
2401 695 835

BSSTekLabs_0-1724428260870.png

 

Do you want like this @lllll1 ?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lllll1
Tourist
3 0 2

no, i am talking about the product page, not the collection page. 

IMG_3466.jpg

the dynamic checkout button is sometimes branded (paypal), and sometimes it just says buy now.
I would like to only have the unbranded 'Buy now' version. But only on the product page.

BSS-TekLabs
Shopify Partner
2401 695 835

BSSTekLabs_0-1724429208573.png

do you want like this @lllll1 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 835

- Here is the solution for you @lllll1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liqid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<script>
window.addEventListener("load", (event) => {
  document.querySelector(".shopify-cleanslate .h7OYsWHrW5495r9beh2n").textContent = "Buy Now"
});
</script>

- Here is the result you will achieve:

BSSTekLabs_2-1724429311342.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now