All things Shopify and commerce
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?
Solved! Go to the solution
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
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
Hey @khanaatif
Your website is password protected, can you share the front end password?
Best Regards,
Moeed
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:
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025