How can I add a front page and see prices on the Dawn theme?

Hi

I am using the dawn theme. i need help with 2 things

  1. on the product page, i can see prices. Is it possible to see the prices?

  2. I want to add a front page, how can i do that.

Thnanking you in advance

Hi @TheWebShed as for your first question, by default you cannot add the price filter on products section in Shopify Admin Panel.

As far as your second question, You can custiomize your index page you following two options.

1 Like

Thank you Ahsan.

1)Is there a way to add price on the product page?

  1. once i get to edit code part, how do i add a page to the front?

Really appreciate your help

Hi @TheWebShed

There is no option to add a price filter.

Do you want to add a completely new page?

1 Like

1 ) OK thank you

  1. Yes

Plz do the following steps carefully and always take a backup of code before replacing it with a new one

{
  "sections": {
    "main": {
      "type": "index-page",
      "settings": {
      }
    }
  },
  "order": [
    "main"
  ]
}

Hello Ahsan,

Thank you for the solution. It seems like it will work, but i am not sure where to find this.

  1. do i delete all this. ( screen shot attached)

  2. cant find the section mentioned in your 3rd photo.

Thank you

  1. yes delete that all code.

  2. As I mentioned in my second screenshot, you have to create a new section. Under the sections folder, you have a “Add a new section” option, click on that and enter the section name and click done.

where do ipaste it? cant find the section mentioned in your 3rd photo.

thank you

please follow this

step by step

Hello Ahsan, i dont want to delete my front page.

i want to add another on top of that please

As you have mentioned in your previous replies you want to add a completely new index page.

yes correct.

if i delete the file as mentioned in your first message, it deletes everything on my existing front page

Yes, it will delete everything on your existing home page. That is why I mentioned taking a backup of that file In case you want to revert back. Shopify will also save this file content so you can revert back at any time.

I dont want to delete the existing one. i want to add a new one on top of that please

Under the Templates folder click on ‘Add new Template’. name that section something ‘old-index’. Click done. now copy the content of the “index.json” file to that newly created ‘old-index’ file.

in the ‘index.json’ paste the code that I provided.

please select page in first screen shot and JSON in second screenshot and enter name old-index and click Done.

what option to choose?

select Page and then JSON.