diff --git a/template/pages/@/sections/collection-shelf.ejs b/template/pages/@/sections/collection-shelf.ejs index 3905f3086..c7b67b95e 100644 --- a/template/pages/@/sections/collection-shelf.ejs +++ b/template/pages/@/sections/collection-shelf.ejs @@ -1,5 +1,5 @@ <% -let { title, link, shuffle, headless } = opt +let { title, link, shuffle, headless, autoplay } = opt let items, collection if (opt.sort || opt.collection_id) { let search, productIds @@ -68,6 +68,6 @@ if (opt.sort || opt.collection_id) {
<%- await include('@/sections/inc/products-carousel', { - _, opt: { items, collection, title, link, shuffle, headless } + _, opt: { items, collection, title, link, shuffle, headless, autoplay } }) %>