SKU - Product Page
Add the item's SKU so it's emphasised at the top of the product page.
Wireframe
Preparation Checklist
Before you start this tweak, it's a good idea to run through our preparation checklist below:
- Read through the Getting Started to get a better sense of how the control panel, Database and Front End store interact.
- Learn our recommended Simple Workflow. This makes the implementation process as easy as possible.
- Create a new Staging Theme for this tweak. This allows you to preview any changes before they are visible to live customers.
Coding Instructions
Step 1. Add the SKU into the template
Open up the product header template: /httpdocs/assets/themes/[THEME-NAME]/products/includes/header.template.html
Paste the following code directly underneath the closing tag for the social share section, with the class "dropdown".
<p>SKU: [@sku@]</p>