...
Field | Description | Example |
---|---|---|
Reveal Stacks button text (e.g. Build your bundle) | *required Customise this based on the kind of bundle/set shoppers can build | Build bundle |
Add all products to cart text (e.g. Add bundle to cart) | (optional) Only shown if Results > Show Add to Cart button on results page is checked | Add all to cart |
Promotional text (e.g. Bundle and save today for 10% OFF!) | (optional) Use this to describe why the shopper should choose more products | Why not build a bundle today… |
Max number of results shown | This can range from 1 to 100, the shopper will shuffle through the products themselves | 5 |
Order results by price | You can customise if they are price descending or ascending. | Lowest first |
Category filter | (optional) Use query logic to include one or many product attributes from your feed | product_type: Bags |
Exclusion filter | (optional) Use query logic to exclude any product attributes from your feed | product_subtype: Kids_Bags |
Question Logic
| (optional) This section allows you to reuse any of the shopper’s answers.
| Journey question for moisturiser A: Caudalie day cream Stacks answer for serum |
| Journey question for dress A: I’ll spend a bit more! Stacks logic for bag | |
Optional filters | (optional) Add in any logic to further filter the additional product logic. | Brand: (!Aesop) |
Testing your stacks query logic
Both journeys and stacks use Lucene syntax for query logic: Lucene Cheat Sheet
Using Product Catalogue tester
The easiest way to test out what query logic you may need for stacks products is use the CMS > Database > Product Catalogue feature.
Select your Database and click Test filter results. In the Subset field value field you can add in any query logic and hit Enter to see the product results this produces:
e.g. product_type: Bags = 197 products
...
Here you can look at any product details to see why it has matched and if there are any other attributes to add to your syntax, for example show me bags that do not have tote in the name:
product_type: Bags AND !title: Tote
Syntax cheat sheet: https://lucenetutorial.com/lucene-query-syntax.html
Test Q&A
Although you have Show Stacks button on results page unchecked you can see what results via the Test Q&A option in journey settings menu:
...
Styling your stacks panel
...