First of all thank you very much for all the help you have given already!
I have utilized all the theme options for adding extra tabs – About Brand, the universal one and ones set on individual product pages.
Now I would like to change the order they appear in. Is there any way within the theme to set this?
I have tried adding a snippet (via Snippets plugin) to change the order of the tabs. It works to an extent in that it can re-order the Description and Reviews tabs relative to each other, but the 3 custom tabs are unaffected by this snippet. I’m guessing because I need to use a special code name for them?
The snippet requires a line for each tab with name of tab thus: $tabs[‘description’][‘priority’] = 1;
I tried ‘brand’, and ‘about-brand’ (with setting that they are called that). No luck.
For the Additional tab that appears on every product, I have tried ‘additional_tab’, and “FAQ_-_shop_info” (tab title) and ‘[html_block id="48126"]‘ (tab content).
On some of the products I have set a custom tab. I have tried both “custom_tab” and “product_information” – which is title of some of these tabs.