MP3 Download

11.11.2010 14:43
#1
AlexPielok
Joomshopping forum user no avatar
Name: Alex Pielok
09.11.2010
Posts: 12
Quote
MP3 Download

Hey there,

is it possible to have more than one MP3 for paid download?
As for I sell music and want to sell both physical and digital records.

Is it possible to put up the max upload data?

Thanks,

Alex

 
11.11.2010 19:52
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: MP3 Download

Change files:
1.
administrator\components\com_jshopping\controllers\products.php

search rows
...
//upload files
if ($jshopConfig->admin_show_product_files) {
for($i=0; $i<1; $i++){......


change row
for($i=0; $i<1; $i++){

to
for($i=0; $i<5; $i++){



2.
administrator\components\com_jshopping\views\product_edit\tmpl\files.php

change row
for ($i = 0; $i < 1; $i++){

to
for ($i = 0; $i < 5; $i++){



Last change: 11.11.2010 19:55
 
11.11.2010 20:02
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: MP3 Download

Upload limit http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/469.html

 
15.09.2011 16:14
#4
babadjedi
Joomshopping forum user no avatar
Name: Baba Djedi
13.08.2011
Posts: 1
Quote
Aw: MP3 Download

Hi,

I also am trying in increase the max file upload so my customers can download mp3 files. I followed the link you provided above but there is not enough information there for me to find what needs to be changed.

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/469.html#4

Where do i find the php.ini file?
I looked for it on my Joomla site and searched via FileZilla. couldnt find it.

I also tried changing the line in uploadfile.class.php like user MAASS did. Still nothing. when i go to uplaod my mp3 files (which are usually about 18 MB) it take me back to the products menu, without creating the new product.


Joomla: 1.5.23
JoomShopping: 2.9.5
Website Url: www.nuwaupiconline.com

Last change: 15.09.2011 16:17
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.