Re: MP3 Shop / Download previews
MP3 Shop / Download previews (29 replies) Wed, 01/02/2008 - 11:23
- Thanks Drayen Online (03/17/2010 - 05:44)
- Track products to full products (11/17/2009 - 02:25)
- - uc_file module
1. create (11/20/2009 - 13:12)
- one more small doubt (11/21/2009 - 06:41)
- Re: one more small doubt (11/23/2009 - 11:30)
- Hello,
We did that and it (11/24/2009 - 13:03)
- hi please reply to this thread (11/30/2009 - 02:34)
- Hello,
We did that and it (11/24/2009 - 13:03)
- Re: one more small doubt (11/23/2009 - 11:30)
- one more small doubt (11/21/2009 - 06:41)
- - uc_file module
1. create (11/20/2009 - 13:12)
- Re: MP3 Shop / Download previews (07/13/2008 - 20:17)
- MP3 shop modeling (11/05/2009 - 20:16)
- Re: Re: MP3 Shop / Download previews (09/03/2009 - 23:55)
- Re: Re: Re: MP3 Shop / Download previews (09/04/2009 - 09:17)
- Re: Re: Re: Re: MP3 Shop / Download previews (09/08/2009 - 05:01)
- Re: Re: Re: MP3 Shop / Download previews (09/04/2009 - 09:17)
- Re: MP3 Shop / Download previews (03/01/2008 - 13:41)
- Re: Re: MP3 Shop / Download previews (03/01/2008 - 16:32)
- Re: MP3 Shop / Download previews (01/28/2008 - 07:49)
- new challenge (01/14/2008 - 11:24)
- Re: MP3 Shop / Download previews (01/04/2008 - 07:23)
- drayen@drupal.org wrote:I've (03/11/2008 - 13:56)
- Re: drayen@drupal.org wrote:I've (03/12/2008 - 02:50)
- i don't have a need for a generated preview myself... (03/22/2008 - 12:44)
- Re: i don't have a need for a generated preview myself... (03/23/2008 - 16:48)
- Re: Re: i don't have a need for a generated preview myself... (03/23/2008 - 18:15)
- Re: Re: Re: i don't have a need for a generated preview myself.. (03/23/2008 - 21:17)
- Re: Re: i don't have a need for a generated preview myself... (03/23/2008 - 18:15)
- Re: i don't have a need for a generated preview myself... (03/23/2008 - 16:48)
- i don't have a need for a generated preview myself... (03/22/2008 - 12:44)
- Re: drayen@drupal.org wrote:I've (03/12/2008 - 02:50)
- drayen@drupal.org wrote:I've (03/11/2008 - 13:56)
- Re: MP3 Shop / Download previews (01/04/2008 - 03:51)
- interesting postings! (01/04/2008 - 20:07)
- Re: MP3 Shop / Download previews (01/04/2008 - 01:19)
- Re: MP3 Shop / Download previews (01/02/2008 - 12:11)
- Thanks Shawn,
The album (01/03/2008 - 03:45)
- Re: Thanks Shawn, The album (01/03/2008 - 09:40)
- Thanks Shawn,
The album (01/03/2008 - 03:45)

Cool! Yeah i think thats a very nice addition.
I've in fact taken another route for now, as the client wanted to see something asap (but we may revert to the auto-generated method). Here is what i've done so far.
2 new content types, made into products.
* product_track
- title
- body
- audio CCK (for preview)
- attribute for MP3/WMA/OGG etc
* product_album
- title
- body
- image
- node reference (multi) for track listing
At this stage the main 2 obvious problems facing me are :
- node reference just shows a text link, not a teaser / preview + add to cart link => fixable with theming i think
- node reference only giving 3 auto complete boxes by default, so you need 3 or 4 page refreshes to put a full album list together. => not sure how to fix this... anyone?
While thinking about this, i noticed that this CCK node reference solution could be a very nice way to offer complementary products on other shops. e.g. linking mp3 player to new head phones etc...
I did consider using CCK view reference, but it wouldn't have been able to give me the control over the track listing order that i would need.
As always i'm in #drupal / #drupal-support / #drupal-dojo if anyone has any bright ideas how to fix my 2 problems.
Drayen.