Pop-up window when clicking on the icon

Bricks Version: 1.6
Browser: Yandex 22.11.2.807 (64-bit)
OS: Windows 10

Hello, everyone!

I want to make a quick preview for the product with a popup window. I’ve added an icon to the list of products, and when you click on that icon, a quick preview window should appear. I’ve created a window template and configured the interaction. It doesn’t work on the frontend. What am I doing wrong?


Screenshot_2

you should create popup and add it to query builder as template element. did you do that?


Example: Popup inside query loop

You can also add a popup inside a query loop via the Template element. Inside the popup template, you can use dynamic data to display data of the loop item.

The screenshot below illustrates the setup for a “Quick view” button that shows a popup template with a “Add to cart” button, the product short description, etc.

We’ve also set an interaction on the button inside the query loop that shows our “Quick view” popup template when it’s clicked.

Now it works :slightly_smiling_face: Thanks for the help!

I am having a similar problem, what does the control/content settings look like for the button interaction?