Hi bricks team,
In Elementor, we could use the dynamic tag of product image, product title and add to cart and connect it to the desired product. This is very useful. Because we can display the product anywhere on the website non-dynamically. For example, in Elementor we can add button widget and use it as add to cart. But I didn’t find a similar item in Bricks. So it would be great if you add this possibility.
proposed solution :
To achieve this feature in Bricks, it is enough to add product ID support to the dynamic data of image, title and add to cart products.
For example, I’m using a button element and using the following dynamic data for it.
{woo_add_to_cart:6789}
So by clicking the button, the product with ID 6789 will be added to the shopping cart. Please note that this button is outside the query loop or another element such as products.
This example applies exactly to the image and title of the product. It is enough to add the product ID to the desired dynamic data.