Hi there,
I added recently manually a tab panel on my product page to display some information on a product I’m selling.
It was working just fine so far but when I woke up this morning I realized the tabs where not showing any content anymore when clicking on the different tabs… I have not changed anything in particular really apart from some pieces of code which have (supposedly) nothing to do with my tab panel…
Here is the code I implemented on my product page and which was working fine;
| <br> <br> | <br> <br> | <br> <br> | <br> <br> |
| - | - | - | - |
{{ 'product_page.description_tshirt' | t }}

{{ 'product_page.material_tshirt.cotton' | t }}

{{ 'product_page.material_tshirt.gots' | t }}

{{ 'product_page.material_tshirt.oeko' | t }}

{{ 'product_page.material_tshirt.longlastingness' | t }}

{{ 'product_page.care_tshirt.wash' | t }}

{{ 'product_page.care_tshirt.mix' | t }}

{{ 'product_page.care_tshirt.hang' | t }}

{{ 'product_page.care_tshirt.temperature' | t }}

{{ 'product_page.care_tshirt.iron' | t }}
{{ 'product_page.fit_tshirt' | t }}
And here is the .json file that is associated with it for English:
"product_page": {
"description_tshirt": "This unique garment has been thought to last long and take a special place in your heart and wardrobe. We worked with a family factory in the North of Portugal to offer the highest-quality t-shirt. Not too thin, nor too thick with a slightly-oversized cut, it will go along with most of your outfits. Our homemade design is meant to make you stand out.",
"material_tshirt": {
"cotton": "100%-organic cotton",
"gots": "GOTS certified",
"oeko": "OEKO-TEX® label",
"longlastingness": "Long-lasting soft thick material, 190 gsm"
},
"care_tshirt": {
"wash": "Wash inside out",
"mix": "Mix only with alike colours while washing",
"hang": "Hang dry in the shade",
"temperature": "30°C top",
"iron": "Don't iron on the print"
},
"fit_tshirt": "Our t-shirt is slightly oversized. It has been made to fit all types of morphologies, so that everyone feels comfortable in her\/his clothes, girls and boys included. For girls, we would recommend to take 1-2 sizes below your normal t-shirt size. For boys, you can go for your normal t-shirt size without overthinking. Check our sizing guide to have more details and figure best which size you should pick. You can always make an exchange, free of charges.",
"limitededition": "Limited edition, only available in preorder now",
"descproduct": "Description",
"careproduct": "Care",
"materialproduct": "Material",
"fitproduct": "Fit"
}
Here is the page on website which I’m talking about:
https://www.waasclothing.com/products/waas-father-and-son
Any help would be much appreciated!
Thank you very much,
Guillaume
