Hide prices on certain products throughout the store

robertjohn17
Excursionist
19 0 6

Hi, I am looking to change the product-templete.liquid for certain products where it doesn't show the prices throughout the whole store and product page. I also want to remove the "sold out" on product page. I have added a button that takes them to an enquire now window but cant seem to figure out how to remove prices.

Replies 22 (22)

KetanKumar
Shopify Partner
36839 3635 11972

@robertjohn17 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
robertjohn17
Excursionist
19 0 6

hi thanks for the reply. 

 

https://cleansetech.com.au/

pw: caible

 

suyash1
Shopify Partner
9077 1129 1479

@robertjohn17- to hide button add this code to the end of theme.css file

.product-form__cart-submit{display: none;visibility: hidden;}
To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI

suyash1
Shopify Partner
9077 1129 1479

@robertjohn17- are these products added in any particular collection?

we have 2 options, add them to particular collection and then we can try to hide the unwanted content on these products, or if the products are not many then create another template which will not have prices and you need to set it manually for these products

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
robertjohn17
Excursionist
19 0 6

no, no collection but i can make two different collections for the products i would like to show the prices and a collection where they need to be hidden. 

suyash1
Shopify Partner
9077 1129 1479

@robertjohn17- if products are limited then I recommend to create 2 different collections

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
robertjohn17
Excursionist
19 0 6

But how can i hide prices? 

suyash1
Shopify Partner
9077 1129 1479

@robertjohn17- in new collection template, you can simply comment the price code.....

 

through css too it can be done bu that will hide prices on other products too, wo I do not recommend it.

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
robertjohn17
Excursionist
19 0 6

what code would i put in?

suyash1
Shopify Partner
9077 1129 1479

@robertjohn17- try code given by @KetanKumar on first page

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
robertjohn17
Excursionist
19 0 6

this hides all products prices

robertjohn17
Excursionist
19 0 6

hi this code hides all the prices i need to make it on certain products. can you help?

KetanKumar
Shopify Partner
36839 3635 11972

@robertjohn17 

let me know which product do you have hide price

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
robertjohn17
Excursionist
19 0 6

i want to hide all prices expect for the CT AP 25, CT AP 45 these two i would like to show prices.

suyash1
Shopify Partner
9077 1129 1479
I recommend to use different template for these 2 products and for other
products use template which do not have price section
To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
robertjohn17
Excursionist
19 0 6

okay and do you have the temple that i could use for this?

suyash1
Shopify Partner
9077 1129 1479

@robertjohn17- we need to create it in your theme, if you can add me as collaborator then I can create template and let you know the details

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
robertjohn17
Excursionist
19 0 6

With the email listed below?

suyash1
Shopify Partner
9077 1129 1479
hi, yes, if you want then I can create template in your theme which you can
use, I can send collab request. Please let me know.
To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
KetanKumar
Shopify Partner
36839 3635 11972

@robertjohn17 

yes please try this way

https://www.shopify.com/partners/blog/shopify-alternate-templates

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
KetanKumar
Shopify Partner
36839 3635 11972

@robertjohn17 

can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

.price__pricing-group {display: none;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
robertjohn17
Excursionist
19 0 6

wont this hide the price on all products though?