How can I extend maximum number of blocks in a section?

How can I extend maximum number of blocks in a section?

Sneha_1312
Shopify Partner
30 4 6

I want to add around 50 blocks in a single section. But shopify is limiting maximum blocks to 16. How can I customize this as per my need?

Replies 4 (4)

suyash1
Shopify Partner
11076 1365 1746

@Sneha_1312 - we will need to check schema code for this section and increase the number, can you add me as collaborator? I can check it

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
Sneha_1312
Shopify Partner
30 4 6

Hi @suyash1 I tried playing with max blocks in schema, it wasn't effective. While trying to find out a solution I came across several contents saying max blocks limit has been set to 16 in the latest shopify version, initially it used to be 250 blocks per section. Is there any other solution you can suggest?

MS_WEB_DESIGNER
Shopify Partner
695 52 135

Hi @Sneha_1312,

I am Ani From https://www.task4store.com/  - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )

Here are the Solutions!

{
      "type": "range",
      "id": "Your section id",
      "min": 10,
      "max": 50,
      "step": 4,
      "default": 16,
      "label": "your section label"
    }

If you have any concerns feel free to ask me!

Regards,
Ani 

banned

tomdr
Shopify Partner
3 1 0