Skip to content

Commit

Permalink
Squashed 'template/pages/' changes from 1bc5abe..3a526c8
Browse files Browse the repository at this point in the history
3a526c8 Update with @ecomplus/storefront-template v2.0.0-beta.214

git-subtree-dir: template/pages
git-subtree-split: 3a526c88b6db51fee397c8d87493c60eddd33450
  • Loading branch information
actions-user committed Feb 6, 2023
1 parent c272051 commit 001c0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @/sections/collection-shelf.ejs
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -68,6 +68,6 @@ if (opt.sort || opt.collection_id) {

<div class="collection-shelf my-lg-5">
<%- await include('@/sections/inc/products-carousel', {
_, opt: { items, collection, title, link, shuffle, headless }
_, opt: { items, collection, title, link, shuffle, headless, autoplay }
}) %>
</div>

0 comments on commit 001c0c3

Please # to comment.