How can I display product price multiple times using JSON?

Topic summary

Objective: display product price and compare-at-price in multiple locations on a product page, not only above the add-to-cart button.

Current challenge: no suitable tool has been found to enable repeating price display.

Proposed approach: create a metafield and use JSON to expose and render the product’s price data in different sections of the page.

Definitions: “compare-at-price” is the original/regular price shown to highlight a discount; a “metafield” is a custom data field attached to an item; “JSON” (JavaScript Object Notation) is a structured text format for storing and transmitting data.

Desired outcome: a repeatable, maintainable method to show price data wherever needed on the product page.

Status: seeking feasibility/implementation advice; no decisions, solutions, or action items yet. Discussion remains open.

Summarized with AI on January 21. AI used: gpt-5.

Dear All,

I would like to display price (and compare-at-price) on product page multiple times (not just above add to cart button), however, I did not find any tool is able to do that.

Could it be a feasible solution to create a metafield, which is using JSON to display product price?

Thank you,