Nesting CMS slugs

I love using Webflow CMS to auto-generate a new page that has no design change. But I wish I could nest one Collection under another Collection.

  • First example/problem:
    on my client’s site, they want webinars and sessions. Is it possible to nest a Session under a Webinar? As either:
    1./webinar/webinar-name/session/session-name
    2./webinar/session/session-name.

  • Second example/problem:
    Right now I have 2 pages for 1 product. The static page has a false Add to Cart button that sends the user to the product page, where they need to click Add to Cart again. This takes a lot of steps to accomplish what should really only be one to two steps.

    I want to nest the product page under the static landing page so it displays as one of these:
    1./training-courses/bookkeeping-with-quickbooks-online-course
    2./training-courses/products/bookkeeping-with-quickbooks-online-course
    3./products/training-courses/bookkeeping-with-quickbooks-online-course

Does anyone know of a way to accomplish this? Does it require using Base Tags or Href prefixes? I’m honestly at a loss.


Here is my site Read-Only: [https://preview.webflow.com/preview/accountinganalytics?utm_medium=preview_link&utm_source=designer&utm_content=accountinganalytics&preview=97f3366de62a1bd725a9ebb6d7d89b94&pageId=622f9354f6795d38dfe4a8af&itemId=629a2d897df8b3504c8c3064&workflow=preview]

Webflow has a limitation of collection-slug/collection-item so nesting can’t be done with CMS templates. You can use static pages and include collection lists and items within them.

Such a bummer! Maybe in the future. Thanks Jeff.