Music store set up

I am building a music store and need help on adding music products. I created a main menu on shopify. When customers click music on the main menu all my music should appear. And under each music I want to play the sample audio and underneath that I want to display the music channels where my music is available. For example, spotify, apple music, youtube music etc. I want to display my music like the products and when customers click music tab on main menu

Under each song I want the audio player and the music channels icons below that, which redirects to those music channels, where my songs are available.

Do you have like an example of this, may be an image or a site with this specific design. Will help in determining the layout.

Best

Hi Shadab,

Thanks for replying. I am trying to replicate as shown in the link. Like Single & EPs. Line of 5 images with the names and sample tracks underneath. Then channel links where the songs are available. I want to show it a collection added on my main menu.

Hi @foreigneli ,
You can set this up using normal Shopify products with a few custom fields.

  1. Create a collection called Music.
  2. Add each song as a product and assign it to that collection.
  3. Link the Music collection to your main menu.

For the audio sample and channel links:

  • Create product metafields (audio file, Spotify, Apple Music, YouTube links).
  • Add a small theme edit to show the audio player and icons with links on the product page.

You pretty much have answers for it. @oscprofessional solution is the way to go. As far as the layout goes, this is how you set it up.

Now for the extra info like icons, audio, etc you will need to use metafields for it and most probably it will need custom liquid code to show data on the site.

The other thing is if your theme offers negamenu option, if it does great but if not that will need custom code as well to display products along with image and other info for each of your music or say product.

Best