How to add custom content in tabs on Products Page for specific products

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:



The content can be simple HTML formatting which you can use the code generated here:  https://htmlg.com/html-editor/




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:


  1. Your product description will come between the tags [prod-description-start] and [prod-description-end] 
  2. Size chart will come between the tags [prod-size-start] and [prod-size-end]
  3. Shipping info will come between the tags [prod-shipping-start] and [prod-shipping-end]
  4. Returns Info will come between the tags [prod-returns-start] and [prod-returns-end]