Remove pricing completely from Dawn theme

Solved

Remove pricing completely from Dawn theme

khanaatif
Tourist
4 0 3

I m designing the store for B2b purposes to collect the customer enquiries so that we can submit the pricing to individual enquiries via email. I am using dawn theme and want to eliminate pricing aspect altogether from the store. Just want the customer to add the items required and submit the cart for getting the quotation. 

Please guide how do I go about it?

Accepted Solution (1)

Moeed
Shopify Partner
7375 1996 2438

This is an accepted solution.

Hey @khanaatif 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.price {
    display: none !important;
}
</style>

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
7375 1996 2438

This is an accepted solution.

Hey @khanaatif 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.price {
    display: none !important;
}
</style>

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


khanaatif
Tourist
4 0 3

Thanks @Moeed it worked. Is there a way to remove it from the cart and checkout also?

khanaatif_0-1744647875381.png

 

Moeed
Shopify Partner
7375 1996 2438

Hey @khanaatif 

 

Your website is password protected, can you share the front end password?

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


khanaatif
Tourist
4 0 3

Hi @Moeed , I have removed the password. You can please take a look now.

Moeed
Shopify Partner
7375 1996 2438

Hey @khanaatif 

 

Keep the previous code and add this new code above </style> in the end of theme.liquid file

.product-option {
    display: none !important;
}

RESULT:

Moeed_0-1744649786153.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


khanaatif
Tourist
4 0 3

That did worked brother @Moeed . Thanks a lot.

Is it possible for you to guide me on how to remove the total and payments sections?

khanaatif_2-1744650511203.png