poojapatel Posted April 4, 2014 Share Posted April 4, 2014 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 More sharing options...
vekia Posted April 4, 2014 Share Posted April 4, 2014 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 More sharing options...
poojapatel Posted April 4, 2014 Author Share Posted April 4, 2014 (edited) 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> You can view it by :http://shop.radiowienerlied.com/cd-eigenproduktionen/61-cd-heinz-conrads-was-gibt-es-neues.html Edited April 4, 2014 by poojapatel (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts