Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
User Documentation and How To's:
Add All To Cart
about2flip



Joined: 04 Feb 2008
Posts: 183

Posted: 07/02/08 07:02 
I really need an ADD ALL TRACKS TO CART feature. I hate be a pain in the ASS. How much will cost me to have it customized or if SIX, or KYLE does PHP, how many hours will it take to do this. PLEASE. Huge zip files are not the way to go.

Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 07/02/08 13:08 
Unfortunately I'm pretty busy right now, so I'm not available, sorry!

Kyle


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 07/02/08 13:35 

about2flip:
I really need an ADD ALL TRACKS TO CART feature. I hate be a pain in the ASS. How much will cost me to have it customized or if SIX, or KYLE does PHP, how many hours will it take to do this. PLEASE. Huge zip files are not the way to go.


This can be supported (I've looked into it), but just an FYI that after purchase, each track will have to be downloaded INDIVIDUALLY - Jamroom cannot combine all the tracks into a single download.

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 07/02/08 13:46 
This support has been added to 3.3.7:

http://www.jamroom.net/index.php?m=td_tracker&o=view&id=1142

Hope this helps!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 07/02/08 14:01 
awesome! Nice man!


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 07/02/08 16:19 
I'm trying to get this to work for a client, but it seems to try and add the same single vault item every time. The $_post['id'] param always comes through as "0" => "1". I don't know if the beta site's been updated with the changed files yet, but I see the same thing on there


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 07/02/08 16:25 

smith.kyle:
I'm trying to get this to work for a client, but it seems to try and add the same single vault item every time. The $_post['id'] param always comes through as "0" => "1". I don't know if the beta site's been updated with the changed files yet, but I see the same thing on there


The beta has not been updated... can you show me the code you are using?

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 07/02/08 16:30 
Yeah, it's a url like this:

http://www.mysite.com/index.php?mode=cp&page=add&id[]=8&id[]=9&id[]=11&id[]=1&id[]=2&id[]=3

Actually, it looks like the index.php doesn't support an array of ids. I've gotten around it by changing the url to use this:

http://www.mysite.com/cart.php?mode=add&id[]=8&id[]=9&id[]=11&id[]=1&id[]=2&id[]=3


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 07/02/08 16:35 

smith.kyle:
Yeah, it's a url like this:

http://www.mysite.com/index.php?mode=cp&page=add&id[]=8&id[]=9&id[]=11&id[]=1&id[]=2&id[]=3

Actually, it looks like the index.php doesn't support an array of ids. I've gotten around it by changing the url to use this:

http://www.mysite.com/cart.php?mode=add&id[]=8&id[]=9&id[]=11&id[]=1&id[]=2&id[]=3


Yes - that would be correct - I did not update the index.php script..

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 07/02/08 16:48 
No worries! Just glad it's in there Wink


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
Alberon



Joined: 01 Jul 2008
Posts: 3

Posted: 07/11/08 04:38 
Hi

This is my first post. I am currently getting familiar with Jamroom using v 3.3.6. I'm hoping to set up a choral music download site for choirs in the UK. It will be part of the gerontius choral music resources site, which is already well established.

Jamroom is very Cool Software,thanks. And this forum is extremely helpful.

The "Add all to Cart" is a must have for me, and I'm very pleased to see it is in version 3.3.7 which I am about to install.

I would like to suggest one further feature. Would it be possible to set a different price for all tracks of an album? So for example you have an album of 15 tracks priced at 0.50 each. If you choose to download the whole album the price should be less than 15 x .50, say 5.00.

It would be very good if there were a way of doing this, but I can see it might be tricky.

If this is not possible, I think I can use the promo codes to give the customer the same deal. If the cart value is > x, apply a discount of y%.

Anyway I would be interested to know if a price per album is feasible.

Thanks

Tim
Oxford UK

Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 07/11/08 12:55 
Tim -

Welcome to the Jamroom Forums!

You're in luck...what you're suggesting is actually already possible! What you would do is create a vault item (i.e. not through the create/modify song form, but through the create/modify vault item form) and use a .zip file containing all of the tracks in the album, and set the price at whatever discounted price you want.

Hope that helps!

Kyle


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
Alberon



Joined: 01 Jul 2008
Posts: 3

Posted: 07/11/08 13:26 
Hi Kyle

Thanks for the quick reply.

I think I understand. But doesn't that mean each track will have to be on the server at least 3 times:

once for lofi previews / streams
once in the vault for hifi downloads
once in the vault for album downloads as part of the zip file.

Is that right?

Tim

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 07/11/08 13:37 
If you need all 3 yes, there will be 3 files on the server. It could possibly count as 4 if you are using a zip for the whole album as well.

Note that you don't need to upload 3 times, the vault file and hifi file are uploaded together on the same form, and the lofi file can be created automatically using the LAME conversion.


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
Alberon



Joined: 01 Jul 2008
Posts: 3

Posted: 07/15/08 14:51 
Hi

With the "Add All to Cart" feature in 3.3.7, I think I'm missing something.
After clicking on an Album, I see all the tracks in the album listed. That's where I would expect to see an "Add All to Cart" button. Am I doing something wrong? Is it something that needs to be custom coded?

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
User Documentation and How To's

< Previous123Next >
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.