Unique Collapsible Content for Every Product Page

Unique Collapsible Content for Every Product Page

Danceddiction
Excursionist
31 0 8

Website

Sample Preview Page

 

Would like to add UNIQUE collapsible rows to my product pages. We use Dawn theme. Similar to the below - which is taken from www.bjjfanatics.com

Danceddiction_0-1746287495605.png

 

But they would need to be customized in the following way

  1. The number of "Volume" parent rows should be adjustable for every product page. 
  2. The title for "Volume" parent rows should be adjustable for every row. We could have parent rows with the following names for example" 
    1. Body Waves
    2. Basic Steps
    3. Body Movement
      etc.
  3. The number of child rows should be adjustable for every product. We could have only one child row, or could have 7+.
  4. The tile of every child row should be adjustable.

Let me know if this is something feasible and doable - or might take a lot more development than I realize. We could potentially explore other options to display the same information but this is the preferred method. 

Replies 3 (3)

Guleria
Shopify Partner
4147 809 1164

Hello @Danceddiction ,

 

Development requirement to achieve it.

And there are 2 ways to do it both include metafields:
1) Use regular field type single line text and multi-line text.
Using these fields parent row title will be dynamic and easy to manage but child row title content and title will be through table with html tags.
2) Using field type JSON. Everything will be dynamic without use of html but you need to follow the format.

 

Regards
Naveen

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Danceddiction
Excursionist
31 0 8

#1 seems challenging because I need a way to customize the number of rows in the collapsible content. I've attempted using metafields but wouldn't that mean each page will have to display a certain number of rows no matter what? I haven't figured out how to adjust that part. 

#2. I have not worked in JSON - is there something you can point me to too help work through how to implement this way? 

Guleria
Shopify Partner
4147 809 1164

Here is an example of JSON

[
  {
    “parent_title”: “Volume 1”,
    “Child_title": “Chapter Title”,
    “row_1”: “Intro”,
    “row_1_content”: “0.00 - 3.14”,	
    “row_2”: “Stance And Motion”,
    “row_2_content”: “3.14 - 7.14”
  },
   {
    “parent_title”: “Volume 2”,
    “Child_title": “Chapter Title”,
    “row_1”: “Intro”,
    “row_1_content”: “0.00 - 1.14”,	
    “row_2”: “Stance And Motion”,
    “row_2_content”: “1.14 - 4.14”
  }
]
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder