A user is converting their Shopify store (Dawn theme) into a B2B quotation system where customers can add items to cart and request pricing via email, rather than seeing prices or completing purchases directly.
Solution Progress:
Initial CSS code was provided to hide pricing throughout the store by adding custom styles to the theme.liquid file above the </body> tag
Additional code was added to remove pricing from cart and product option displays using .product-option { display: none !important; }
Screenshots confirm successful removal of prices from product pages and cart
Current Status:
The discussion remains ongoing. The user is now requesting guidance on removing the total and payment sections from the checkout process to complete the quotation-only workflow. The helper has successfully resolved previous requests and appears ready to continue assisting.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
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.