Hi!
Please allow me to describe this scenario. I believe solving it could open up a lot of creative potential with Pro.
imagine a more complex layout on the WC archive page:
It starts with a CSS Grid that displays first 7 products. Basically we have 7 cells, and each has a consumer set to one. Also, if there are less than 7 products at display, Each cell has a condition {{dc:looper:count}} >=
with the incrementally larger value. So if there is no product, the cell is invisible.
Now, the WC archive will most probably need to show more than 7 products, so the rest is spilling over to a Section with Looping columns that are showing the remaining products. Unfortunately, the only way to set the offset here is to turn the Looper provider on, to be able to show products from 7 onwards. This is a Provider within a WC archive provider, which is not efficient.
Also, this provider will show the default 10 products, and cannot have a pagination, because of the nesting of the providers. We could set it to consume some high number so it shows everything, but this is where serious performance issues are starting.
It would be fantastic if we could somehow āspillā the product count outside the ones that are consuming āoneā, even if we are talking about different elements. Like Starting with CSS Grid and continuing with standard layout, inside the WC archive page.
Maybe an Offset option on the Consumer?
Thanks!