Issue
I want get tag head in product description [1]: https://i.stack.imgur.com/LJ19D.png
https://i.stack.imgur.com/xXaef.png
into tag li
so how do i do ?
https://i.stack.imgur.com/RxNvG.png
Solution
In this case, first you should add specific character at before and after of head tag
for example, <!-- split-production --> Production Details <!-- split-production -->
Then you can split by <!-- split-production -->
like this {% assign productDescription = product.description | split:"<!-- split-production -->"%}
Then display it as array! {{ productDescription[0] }}
etc...
Answered By - Roman Gavrilov Answer Checked By - Mildred Charles (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.