Install guide
For service businesses selling through a Shopify site — usually a page, not a product.
To put it in a theme section instead, add the snippet to a Custom Liquid block in the theme editor.
Three lines. Your prices are the JSON in the middle, so you can read and edit them any time.
<div data-quoteblock="my-quote"></div>
<script type="application/json" id="my-quote">{ ...your prices... }</script>
<script src="https://quoteblock.app/v1/quoteblock.js" defer></script>