I am trying to find product page liquid for Dawn 2.0 so I can customize it but I can’t find it. main-product.liquid isn’t it since it doesn’t show vendor or pricing text.
Topic summary
A user is attempting to customize the Dawn 2.0 theme’s product page to display vendor or pricing text but cannot locate the relevant Liquid file (main-product.liquid doesn’t contain this functionality).
Proposed Solution:
Another user suggests using the theme customizer interface:
- Navigate to Dashboard → Online Store → Theme → Customize → Product page
- Add or select a text block within the product page sections
- Insert the vendor field through the text block settings
- Save the changes via the customizer or Liquid code
Current Status:
The original poster found this guidance unhelpful and clarified their actual question: they need to know where the text block settings (specifically {{ block.settings.text }}) are stored in the Liquid code structure, particularly in relation to app blocks and text blocks.
The discussion remains unresolved, with the core technical question about Liquid file architecture still unanswered.
Hello @AlohaAkahai
Once you Log in to the Admin, then process the following steps:
Step 1: Go to Dashboard ->Online Store ->Theme-> Customize->Select Product page->
Step 2: Select Text block or add the text block and put the vender field on text block
Step 3: Save OR Liquid code
If you find our reply helpful, please hit Like and Mark it as a Solution.
An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.
None of this was actually helpful.
{%- when '@app' -%}
{% render block %}
{%- when 'text' -%}
{{- block.settings.text -}}
Better question would be, where is {{- block.settings.text -}} stored?




