Hello, help to solve a problem. I created a database and connected it to the Wix Store (Products). Next, I want each dynamic product page to open in a new window. To do this, I use the code:
$$V. onReady (function () {
$w(“#button1”).target = “_blank”;
});
However, items still open in this window. Please help in solving this issue.