Skip to content

Package list widget

Package List Widget

The Package List Widget displays a list of package product cards, each showcasing a picture, text, icons, and a “Read More” button. It is a versatile widget that allows users to browse and explore various packages on your website.

Widget in Action

Key Features

  1. Dynamic Package Display Lists multiple package cards with rich visual and textual information.

  2. Customizable Layout Configure the number of cards displayed per row and choose between scrolling or wrapping layouts.

  3. Alternating Card Colors Define alternating colors for cards to enhance visual appeal.

  4. Custom URLs for Packages Link each card to a specific “Package Detail” page using customizable URLs.

How to Use

Add the widget to your webpage using the HTML snippet below. Customize its properties as needed.

Example:

<bilberry-package-list package-ids="1,2,3" scroll="no"></bilberry-package-list>

Widget Properties

PropertyDescriptionDefault ValueRequired
package-idsComma-separated list of package IDs to display. If not provided, all packages are displayed.All packagesNo
package-urlsComma-separated list of URLs to the “Package Detail” page for each package. The order must match package-ids.UnsetNo
scrollDetermines if the cards scroll or wrap. Options: yes, no.noNo
num-xsCards visible per row on extra small screens (mobile).1No
num-smCards visible per row on small screens (tablets).2No
num-mdCards visible per row on medium screens (small desktop screens).2No
num-lgCards visible per row on large screens (large desktop screens).3No
background-colorsComma-separated list of HTML color codes for card backgrounds.UnsetNo
text-colorsComma-separated list of HTML color codes for card text.UnsetNo
primary-colorsComma-separated list of HTML color codes for primary card elements.UnsetNo
primary-text-colorsComma-separated list of HTML color codes for primary text on cards.UnsetNo
accent-colorsComma-separated list of HTML color codes for accent card elements.UnsetNo
accent-text-colorsComma-separated list of HTML color codes for accent text on cards.UnsetNo
max-cardsMaximum number of cards to display.N/ANo
lazy-loadSet to yes to defer loading the widget content until it is visible in the viewport. Options: yes, no.noNo

Setting Up on Wix

If you’re using Wix as your website builder, follow these steps to configure the widget:

  1. Access the Configuration Guide: Refer to the relevant guide in these docs for general widget setup on Wix.
  2. Use the Following Values:
    • Server URL: https://bilberry-widgets.b-cdn.net/v4/wix-wrappers/WixBilberryPackageList.js
    • Tag Name: wix-bilberry-package-list

Tips for Effective Integration

  1. Highlight Key Packages: Use the package-ids and package-urls properties to feature specific packages and link them to dedicated detail pages.
  2. Optimize Layout for Devices: Configure the num-* properties to control how many cards are displayed per row on different screen sizes.
  3. Customize Visuals: Define alternating colors for cards using the color-related properties to enhance visual appeal.
  4. Test Scroll and Wrap Options: Experiment with the scroll setting to find the best layout for your website.

By integrating the Package List Widget, you can provide users with an engaging and visually appealing way to explore your package offerings, driving interest and bookings.