Dear all. I am new to Shopify and would like to know the page name to edit the Product Page as marked. We are using the Prestige Theme. Thanks in advance.
Hi, @Fabz1 . I’m happy to help you out with this! Can you tell me more about the customizations you’d like to make on that page?
There are two places to edit how your products appear on your online store depending on the change you’d like to make. By default all of your products use the Default product template in your theme so if you want to customize the design or layout of your product pages you would edit this template from within your theme editor. If you are trying to add product details for a specific product, you would edit this in the Products area of your Shopify admin. The following guides can help you out with this:
Please let me know if you have any questions in the meantime!
Hi @Fabz1
Do you want to know which product template to edit this product page? If so, please follow the instructions below.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- Go to the layout folder, and open the theme.liquid
- Look for the code <body…, then place the code below
NOTE: When your done, you need to delete the code you place
Template name: {{ template.name }} - Template Custom name (if blank, template is default): {{ template.suffix }}
See image for code placement.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Dear Erin
Thanks alot for all your replies.
We are trying to add product reviews to the product pages.
First code had to go into the head section of website:
<!-- Begin eTrusted bootstrap tag -->
<script src="https://integrations.etrusted.com/applications/widget.js/v2" async defer></script>
<!-- End eTrusted bootstrap tag -->
We put this into theme.liquid.
Here is were I am lost:
“Copy the following code and paste it into the body of your website where you want the widget to appear.”
<!-- Begin eTrusted widget tag -->
<etrusted-widget data-etrusted-widget-id="wdg-1f4f51ba-8a56-404c-9c26-18f9e6e7" data-sku="YOUR-DATA-SKU"></etrusted-widget>
<!-- End eTrusted widget tag -->
“With the following code, you can include a small star preview that links to the main widget anywhere on the product page. For example, you can jump from a short rating next to the product directly to a detailed description further down on your product page.”
<!-- Begin eTrusted product-star tag -->
<etrusted-product-review-list-widget-product-star-extension></etrusted-product-review-list-widget-product-star-extension>
<!-- End eTrusted product-star tag -->
This is where they should go:
I am sorry, but I do not have any clue where to put it. Tried product-meta.liquid but it didnt work.
Thanks for your help in advance.
Hi @Fabz1
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
In the product section, when you click on the product you want and scroll to the bottom of the page, you can see the template that the product is being assigned to, then copy the template name and search inside the Customizing Themes
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Thanks Richard. Theme Template is just called “default page”, we do not have a template with that name.