PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, July 1, 2022

[FIXED] How to get tag <head> description product in shopify

 July 01, 2022     liquid, shopify     No comments   

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...enter image description here



Answered By - Roman Gavrilov
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing