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

Tuesday, July 26, 2022

[FIXED] How can i add dynamic sections withing dynamic sections in shopify custom theme developement?

 July 26, 2022     dynamic, liquid, shopify, shopify-app     No comments   

Issue

I am developing an sections which contains dynamic sections , one section contain more dynamic section in it as there is no documentation about it at shopify platform


Solution

Shopify provide us two type of sections

  • Static
  • Dynamic
  1. If you are using dynamic section (which is only available at homepage) then you can only create one dynamic section at one time you cannot make nested sections.
  2. But if you are trying to use the dynamic section ability just like homepage on anyother page then you can also do this.
  • You only need to make a static section and use the blocks in your schema code. Is that why you can add multiple sections in any page and also reorder them just like the homepage.


Answered By - Jahanzaib Muneer
Answer Checked By - David Marino (PHPFixing Volunteer)
  • 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