Hello.
I’m trying to add a Tabs with a text element inside to a Product page. Does anyone know if the text elements can display different info according to the product?
Hello.
I’m trying to add a Tabs with a text element inside to a Product page. Does anyone know if the text elements can display different info according to the product?
The only way I’m aware of is to use code.
You’ll want to get the current product from the widget (docs), and then use the info provided within your elements. You should be able to enrich the data with more info using the Stores SDK if it’s not provided from the widget. And since it’s a Wix app, you’ll need to use onChange to refresh the data between navigation - On Change | SDK