solved FoxyCart Checkout

Developer Networks
Developer Networks
@developer-networks
11 years ago
566 posts
I am having a problem with foxycart on my site. It is not allowing me to pass the song in as 0.00 so my members can add the song to their [My Items] and download it.

Ive modified the minimal input requirement in the foxycart files on the include.php file line 388/1307 changing that from 0.01 to 0.00

I talked with foxycart support today and had them try walking through a purchase of the free song and they were able to show it in their account. It was added when they tried purchasing with out a membership to the site. But when they created a membership they could not check out the song.


I am recieving this error
Quote: Error: There was an error processing your payment: (10401 Transaction refused because of an invalid argument. See additional error messages for details.) Order total is invalid.

updated by @developer-networks: 02/02/14 04:24:59PM
brian
@brian
11 years ago
10,148 posts
You can't pass no charge through foxycart - it's not going to work. Minimum checkout on foxycart is 50 cents.

you will need to do something custom if you want free items to go through a checkout process - sorry!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Developer Networks
Developer Networks
@developer-networks
11 years ago
566 posts
Ah ok, they said on the phone that it should work allowing free items all day and wasnt sure why it wasnt working.

I suppose ill need to add a check box to allow downloads on specific uploads in the jrAudio module or is that something you have in the works?


updated by @developer-networks: 12/27/13 02:12:18PM
brian
@brian
11 years ago
10,148 posts
You can actually do that with a custom form field via the form designer = here's a recent guide that covers something similar:

https://www.jamroom.net/the-jamroom-network/documentation/howto/1389/howto-allow-downloads-to-logged-in-users

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Developer Networks
Developer Networks
@developer-networks
11 years ago
566 posts
Thanks. I can do the mod but was just wondering if this was a standard piece of the module functionality you were planning on adding. I wouldent want to constantly add it to every update you release if not necessary.

That tutorial is for logged in users to access downloads. The way Jamroom is set up currently is you eather have all downloadable or all not. I would think an important part missing from the jrAudio module is the option to let the person uploading their content the choice whether or not its allowed to be downloaded free or not. I can do the work if you want to add it for everyone.

Thanks


updated by @developer-networks: 12/27/13 02:43:07PM
brian
@brian
11 years ago
10,148 posts
There are no changes we are planning for that. You won't need to add it constantly either - just one time, but you need to do it right:

https://www.jamroom.net/the-jamroom-network/documentation/problems/1527/i-just-upgraded-and-lost-my-changes

With JR5 we've tried to limit the number of fields that are setup inside the module - if we add a "choice" field to the module, then it makes the module less flexible. Most sites don't care like you do - if the song is free then let it be downloaded, if not, then don't.

With JR5 we've really tried to NOT present a "wall of form fields" to the user like in JR4 - that was by far the number one complaint we got with JR4 - it was too confusing and there was too much the user had to do to just upload a song.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Developer Networks
Developer Networks
@developer-networks
11 years ago
566 posts
That makes sense. I can see why your doing things this way to leave the door open for custom functionality to work on individual basis as needed. Thanks.
MAD
MAD
@madc
11 years ago
600 posts
@b360 read this before doing the edit
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/2658/mod-audio-support-song-download-checkbox


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
Developer Networks
Developer Networks
@developer-networks
11 years ago
566 posts
I did stumble apon and read that.. You did a good job with that by the way. Thanks

Tags