Using Wishlist Templates

The Wishlist Plugin provides a set of ready-to-use Twig templates that allow you to easily integrate wishlist functionality into your Sylius storefront. These templates handle adding, removing, and displaying wishlist items.

Available Templates

Template Path
Description

@SyliusWishlistPlugin/common/add_to_wishlist.html.twig

Button that allows a customer to add a product to their wishlist.

@SyliusWishlistPlugin/common/remove_from_wishlist.html.twig

Button for removing a product from a wishlist.

@SyliusWishlistPlugin/common/widget.html.twig

A reusable widget displaying wishlist information (e.g. item count, quick access link).

Last updated

Was this helpful?