How to remove Shop Pay message on a product template

How to remove Shop Pay message on a product template

HinaM
New Member
4 0 0

I am looking at how to remove the message that says "4 interest-free installments, or from [price]/mo with shop pay check your purchasing power," but I only want it removed from a specific product page template, not all of them, so I don't want to disable shop pay entirely.  We sell electronics and accessories for said electronics in our store, but we also repair electronics as well.  I'd like for people to have the option to use shop pay for any physical goods we sell, but I want the listings for phone repairs and other services to ONLY show the price and other details, and not allow the customer to purchase the item on our site, as we take payment for repairs after they are completed to ensure success.  I found out how to create a custom template for repairs that allow me to remove the add to cart button and stuff along those lines, but for some reason, the shop pay message is attached to the "Price" block on the website editor, so if I hide the price, it'll hide the shop pay message, but... that also hides the price, which I don't want.

I'm currently using the Dawn theme, version 13.0.1.

Replies 8 (8)

Liquid_xPert_SJ
Shopify Partner
1190 130 167

@HinaM 

 

can you please share the store url? OR screenshot so that i can look into it and give you an exact solution.

 

thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
HinaM
New Member
4 0 0

Website URL is itsmysnap.com.  I don't have the template applied to every item

I do have it applied to this product though
https://itsmysnap.com/products/iphone12and12proscreen?_pos=1&_psq=iphone+12+screen&_ss=e&_v=1.0

Liquid_xPert_SJ
Shopify Partner
1190 130 167

@HinaM 

 

you can use below liquid condition for price block

{% if template == 'regular add to cart template %}

    your price block

{% else %}

stay empty
{% endif %}

 

thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
HinaM
New Member
4 0 0

I don't really know the best way to implement that in the code as I don't really know anything about coding, but to me it seems like that is just going to also remove the actual price from the page if the template isn't the default template, and it won't remove just the shop pay line of text

Liquid_xPert_SJ
Shopify Partner
1190 130 167

@HinaM  if you dont have any idea about coding then you cannot assume that the code will work on which condition. So i suggest you to hire an expert who can do this for you.

 

thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂

sahilsharma9515
Shopify Partner
1206 156 233

Hi @HinaM As you have mentioned that you have already added a custom template for your repair product then there are few workaround that I can think of right now.

  • You can easily add the condition that if there is a normal product template then it will show the button, if not then it will not show the button.
  • You can do it in other way as well, i.e. you can do it with product handle as well, you can a specific word in the product url which will be present on all the repair product where you don't want to show the Shop pay and add the condition.
  • You can also accomplish it with the help of product tag, i.e. if specific tag is present in the product the Shop pay button will not show.
  • Last but not the least, you can do it with collection as well, you need to create the collection for repair product and add the condition if the product is related to this collection then it will not show the shop pay button, in this customer have to go through collection page then on the Product page if they directly land on the product page it may not work.

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

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

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


HinaM
New Member
4 0 0

The biggest thing about this is I figured there is a way to do that, I just don't actually know the process of going about it.  Like, do I need to add code somewhere that says that, and where do I add it?  I'm not at all really familiar with coding so I wouldn't even know where to start.

sahilsharma9515
Shopify Partner
1206 156 233

Hi @HinaM Yes you will need to take the code from the respective app that you are using and need to add in the Checkout.liquid, or if you need specific place where to add the code then, when you will collect the code the should show the instruction where they need you to add that code.

 

Also If you will face any difficulty in adding the code or finding it then, please let me know I will happy to help you. If you need me to accomplish it for you I will do that as well.

 

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

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️