Jump to content

Prestashop music tracks


Recommended Posts

Hi,

 

I have develop music store.

Now I want to add music tracks to products. 

Currently I am adding it by description but it's very tricky. 

Is there any other  way to add it easiest way ?  

I don't want to sell it separately only want to show as a an preview.

Link to comment
Share on other sites

how you adding this track right now? it's some kind of code? if so, can you show this code?

i think that you can extend product object with new field, and then - in product.tpl use it.

but in fact, everything depends on code that you use.

Link to comment
Share on other sites

Thank you so much for quick response.

 

Currently I am adding it through html like below code:

 

<table class="PRETTYOR" style="width: 100%;" cellspacing="0" cellpadding="0">
<tbody>
<tr><th colspan="3"><span class="SUBHDR">Inhalt:</span></th></tr>
<tr class="HI">
<td style="padding: 2px;"><a href="xyz.mp3"><img style="margin-right: 4px;" src="xyz" alt="" />CD2: Fesch muaß gehn</a></td>
<td colspan="2">Eduard Reiser</td>
</tr>
<tbody>
</table>
 
Edited by poojapatel (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...