Hi
I am using the dawn theme. i need help with 2 things
-
on the product page, i can see prices. Is it possible to see the prices?
-
I want to add a front page, how can i do that.
Thnanking you in advance
Hi
I am using the dawn theme. i need help with 2 things
on the product page, i can see prices. Is it possible to see the prices?
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.
Thank you Ahsan.
1)Is there a way to add price on the product page?
Really appreciate your help
1 ) OK thank you
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.
do i delete all this. ( screen shot attached)
cant find the section mentioned in your 3rd photo.
Thank you
yes delete that all code.
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
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.