Show all plans in a bottom sheet

This template surfaces a single highlighted offer first, with a discreet link to the full plan list. Tapping Show all plans slides up a bottom sheet that contains the other products, a purchase button, and the footer links.

Use it when one plan converts disproportionately well — the bottom sheet keeps the alternatives one tap away without crowding the main screen.

Before you start

1. Set up the screen layout

Use the hero image as the screen background and group the rest of the content at the bottom, so the image fills the upper part of the screen.

For the full list of screen properties, see Screens and layers — Screen settings.

To configure the screen:

  1. Click an empty area of the canvas to select the screen.
  2. Under System UI, disable Safe area so the hero image extends to the screen edges.
  3. Under Fill, choose Image Image and upload your hero image.
  4. Under Layout, configure the direction, gap, and alignment to anchor the content where you want it. For this template, a Vertical Vertical direction with a small gap and bottom-middle alignment groups the heading and buttons in the lower part of the screen.
Screen settings with Image fill and Space between distribution

2. Add the CTA heading

The heading sits in the lower portion of the screen, right above the subscribe button. The hero image fills the area above it.

  1. Click + > Text > H1.
  2. With the H1 selected, open the Design tab and edit the text in the Content field.
CTA heading added to the top of the screen

3. Add the bottom sheet and its title

The bottom sheet is a layout container that slides up from the bottom of the screen. Add it visible for now — you’ll populate it in the next few steps and hide it once the content is in place. Hidden elements can’t be edited, so the sheet has to stay visible until you’re done filling it.

For more on bottom sheets and other layout containers, see Elements — Layout.

To add the bottom sheet and its title:

  1. Click + > Layout > Bottom Sheet.
  2. In the Layers panel, expand the bottom sheet, select the Title layer, and edit the Content field on the Design tab — for example, Choose your plan.
Bottom sheet with a heading added inside it

4. Add the product list inside the bottom sheet

Place all the products inside the bottom sheet. One of them will also drive the price shown on the main CTA button.

For more on managing products, see Set up purchases.

To add and configure products:

  1. Click + > Products and choose a layout preset. Vertical List works well for most cases. The element appears on the screen, outside the bottom sheet.
  2. In the Layers panel, drag the Products layer into the Content container inside the bottom sheet.
Dragging the Products element into the bottom sheet's Content container and assigning products
  1. Select each product card on the canvas and pick a product from the dropdown in the Design tab.
Dragging the Products element into the bottom sheet's Content container and assigning products

5. Add the purchase button inside the bottom sheet

The bottom sheet needs its own purchase button to buy whichever plan the user selects from the list.

  1. Click + > Buttons and choose a button preset.
  2. In the Layers panel, drag the new button into the Content container inside the bottom sheet.
Purchase action configured on the bottom sheet's purchase button
  1. With the button selected, open the Interactions tab in the right panel.
  2. Click Add trigger > On tap, then click Add action.
  3. Set Action to Purchase and Product to products.selectedProduct.
Purchase action configured on the bottom sheet's purchase button

Terms of use, privacy policy, and restore purchases sit at the bottom of the sheet — the main screen stays uncluttered.

  1. Click + > Buttons > Links. This adds a row with Restore Purchases, Terms of Use, and Privacy Policy.
  2. In the Layers panel, drag the Links row into the Content container inside the bottom sheet.
  3. Select the Terms of Use link, open the Interactions tab, and paste your terms URL into the Open URL field.
  4. Repeat for the Privacy Policy link with your privacy URL.
  5. Leave the Restore Purchases link as is. Its action is preconfigured.
Footer links inside the bottom sheet

7. Hide the bottom sheet

With the sheet’s content in place, hide it so it doesn’t appear on the screen by default. Users will reveal it by tapping Show all plans in the last step.

In the Layers panel, select the bottom sheet and set its state to Hide Hide. The sheet stays in the layer tree but no longer renders on the canvas.

Bottom sheet with Visibility set to Hide

8. Add the main subscribe button

The main button on the screen subscribes the user to the monthly plan in one tap. Its label uses the monthly product’s price variable so the button stays in sync with the product.

  1. In the Layers panel, click the screen so new elements add to the root, not inside the bottom sheet.
  2. Click + > Buttons and choose a button preset.
  3. With the button selected, open the Design tab and place the cursor in the Content field. Click Variable icon and pick the price variable for the main product. Surround it with the rest of the label — for example, Subscribe for {price}/month.
Main subscribe button with the price variable bound to the monthly product
  1. Switch to the Interactions tab and click Add trigger > On tap > Add action.
  2. Set Action to Purchase and Product to the product you need. Unlike the bottom sheet button, this one targets a specific product instead of products.selectedProduct.
Main subscribe button with the price variable bound to the monthly product

A text link below the subscribe button reveals the bottom sheet on tap. Adding it as a text element with the Button Label style keeps the look minimal while still letting you attach an action.

For more on the Show/Hide action, see Actions — Show/hide elements.

To add the link:

  1. With the screen selected in the Layers panel, click + > Text > Button Label.
  2. With the text element selected, edit the Content field to read Show all plans.
  3. Open the Interactions tab and click Add trigger > On tap > Add action.
  4. Set Action to Show and pick the bottom sheet element from the dropdown.
Show all plans text with the On tap Show action targeting the bottom sheet

Next steps