Styling cross-sellers on Grid and Carousel Widgets
- If you are not familiar with customising widgets using CSS, we suggest you start here first as some of those details will come in handy.
- Cross-Sellers are only supported on Grid and Carousel widgets.
When using Nosto Product Recommendations as cross-sellers in UGC widgets, you combine the power of social proof with recommendations to drive your conversion rate by increasing relevance and boost average order value.
This guide will explore how to style the layout of how cross-sellers are displayed in widgets.
Start by going to the Curate view, apply shopspots to 4 or 5 tiles and publish those tiles.
Creating a Filter in Visual UGC is really simple as outlined in this Knowledgebase article. Assuming that we would like to only showcase content with products, select the following options:
- Name it "Cross-Sellers"
- Set it to sort by "Latest"
- Select the filter "Shopspots" and choose the "Show Shopspots" option
The rest of the options can be left to default.
Create a Grid or Carousel Widget and set its filter to "Cross-Sellers". Save and observe the preview with your content.
Open the Custom Code editor and click Expanded Tile. Here some examples of cross-sellers styling that you can customise:
.stacklapopup-products-item-image-recommendation-label {
.stacklapopup-products-item-image-recommendation-label {
.stacklapopup-products-item-image-recommendation-label:after {
content: "Pair with";
color: white;
font: 400 10px/18px "Lato, sans-serif";
}
.stacklapopup-products-amount-over-3:after {
content: "see recommendations:";
color: #2C2C2C;
font: 400 10px/18px "Lato, sans-serif";
}
The following is an example of a grid widget with customised cross-sellers:
