Hi there. Can someone please tell me how to split products description into short description and long description in Ella-5.1.0?
Cuz I can’t find the “product-template.liquid” , and either the "
<div class="product-single__description rte" itemprop="description">
{{ product.description }}
to replace.
Here is my theme code which seems similar to that.
Can someone please help me out?
Can someone please help me out? 
Hello @HenryJun
It seems that you are using the Langify app so the app has redefined some code. Because the code you are looking for is this code : https://prnt.sc/kQLSvOaeW-ZZ
You can contact the app for help.
Or you can replace the above code with the following code:
{{ product.description | truncate: 123 }}
I hope the above is useful to you.
Best regards,
GemPages Support Team