Customizing the Product Price rendering
The Product Price rendering includes a rendering variant in the form of a Scriban template. The Product Price rendering has its own default rendering variant root and default rendering variant (/sitecore/Content/
The Product Price - deprecated) rendering is only available for existing sites and is based on a MVC view instead of a Scriban template in a rendering variant.
The following code shows the Scriban template for the Product Price rendering defined within the default rendering variant. The adjusted price and list price are passed into the MVC Model and are available in the rendering variant and in Scriban templates using the embedded item [o_model](the-embedded-commerce-items-and-objects-for-scriban-templates.md "The embedded Commerce items and objects for Scriban templates").
Product Price rendering model
In the Product Price Scriban template, you access the properties and objects contained in the ProductPriceRenderingModel model through the embedded item o_model as shown in the following diagram.
