non ecommerce website

I have a Wholesale business and making a non ecommerce website using Trade theme , Is it possible to create website without pricing?

Hi @Neil23 thanks for posing here.

yeah, it is possible. you need to disable checkout and need a functionality on the cart or product page that you get the quote request on selected products.

Hi Neil,

It should be pretty straightforward to hide pricing by editing the Liquid files in your theme code. You can find the price.liquid file (most themes I’ve seen have this, but it may have a different name in your theme), and then comment out the code there.

You can then optionally add a button/link that takes customers to a wholesale registration page if they want to request pricing.

If you don’t have access to a developer, you can try ChatGPT for simple code edits.

Hope this helps!

Best,

Tobe