Need audio player for each product page.

We’re selling audio files to download and need the full Wix Stores features like collections and add to cart. Wix Stores doesn’t have any way of letting me add, for example, the SoundCloud player for each audio track on a product page. I mean, who’s gonna buy an audio track without ever hearing it? I’ve seen other cart systems that allow you to add custom fields and insert that data using a templating system. The SoundCloud player embed code is the same for every track with the exception of an id. Any way to pull this off? If not, we’re probably gonna have to find another store setup.

I’m a Node.js guy but my partner glazes over if he sees an html tag. Wix is our compromise so just getting started.

Hi,
You can use getProduct method to get the id of the product.
Create a variable with the relevant sources,

const sources = {
"productID1": "someSource",
"productID2": "someOtherSource"
}

Then try to use HTML component with embedded sound cloud player.
Roi.

I want the Same! any News?