Hey everyone. Got another issue I’m stumped on and could really use some help before I pull my hair out.
I have used several datasets to create “subCollections” for my site, breaking down the collections into multiple layers of filtration to get customers to an easy-to-find product listing.
I have everything correct and functioning until I get to the final layer which is intended to display the products that meet the 3 filters as set, sorted by three columns within dataset “subCollections,” which are listed “vehicleName,” “primaryCollectionName,” and “Title” within the dynamic url callout.
To display the properly defined products, I have my repeater linked to the “Stores/Products dataset,” which has a filter tying the “Collections” column to the “Stores/Collections dataset,” which then has filters set up that tie the Collections “Name” to the “SubCollections dataset” columns of “Title” and “vehicleName.”
However, it’s not working. If I just tie it to the “Title” column it does pull in the correct products for the appropriate collection as defined by the dynamic url, but it obviously doesn’t tie it to a specific vehicle request. If I connect the second filter above, it seems to crash and I get 0 results and my pagination shows either blank or 100 pages, depending on how it feels at the moment.
Any idea what I’m doing wrong?