How to add custom content in tabs on Products Page for specific products
In the theme Customiser -> select the Product Page
Here you scroll the option down and you will see checkboxes to enable disable tabs
The tabs will look like this:
If you want to use specific custom content for a product then you need to add the text
[prod-size-start] your content goes here [prod-size-end]
Before: default size chart content is shown below as configured in customiser and there is nothing about size chart in the product description
After: We have added the size chart content in the product description then size chart content from the product is displayed and the default size chart info is not shown.
Our description in Shopify backend looks like:
Our description in Shopify frontend (on the store) looks like:
- Your product description will come between the tags [prod-description-start] and [prod-description-end]
- Size chart will come between the tags [prod-size-start] and [prod-size-end]
- Shipping info will come between the tags [prod-shipping-start] and [prod-shipping-end]
- Returns Info will come between the tags [prod-returns-start] and [prod-returns-end]