Possibility to change file directory

14.08.2013 02:04
#1
TheCoreStylerz
Joomshopping forum user no avatar
Name: Yuri
02.11.2012
Posts: 5
Quote
Possibility to change file directory

Dear support,
i want to ask if is possible to use a root folder of my shared server instead of using a folder of the joomshopping component for downloadable products.

I would like to use this external folder only for products downloads.
This because i share same files in many additional domains @ my host.

Thanks,


Joomla: 2.5.14
JoomShopping: 3.11.4
Website Url: www.samplemuse.com
 
14.08.2013 08:02
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Possibility to change file directory

lib/default_config.php

 
14.08.2013 09:09
#3
TheCoreStylerz
Joomshopping forum user no avatar
Name: Yuri
02.11.2012
Posts: 5
Quote
Aw: Possibility to change file directory

Thanx really much.
But the folders starts "with files/files_products" how i could set a folder outstide the joomla installation? for example the host root?

 
14.08.2013 11:11
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Possibility to change file directory

$config->files_product_live_path = JURI::root()."........";
$config->files_product_path = JPATH_ROOT."/.......";

 
14.08.2013 11:57
#5
TheCoreStylerz
Joomshopping forum user no avatar
Name: Yuri
02.11.2012
Posts: 5
Quote
Aw: Possibility to change file directory

I tried but this setting may fail because i have many additional domains in the same shared account.

The correct path should be like that:
Hostfolder/products_path

The joomla installation i want to match is
Hostfolder/public_html/joomlasite/..

With this method i should get /public_html isn't it?
If yes, i should go back another level of hieracy.

No way to add directly /home/user/folder... setting?

 
14.08.2013 12:02
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Possibility to change file directory

change the way you want

$config->files_product_live_path = ....;
$config->files_product_path = ...;

 
14.08.2013 12:49
#7
TheCoreStylerz
Joomshopping forum user no avatar
Name: Yuri
02.11.2012
Posts: 5
Quote
Aw: Possibility to change file directory

Thanks very much.
I managed to change it.

Sorry but im a novice in php then i make a lot of problem also in these simple things.

Great support.

 
14.08.2013 12:49
#8
TheCoreStylerz
Joomshopping forum user no avatar
Name: Yuri
02.11.2012
Posts: 5
Quote
Aw: Possibility to change file directory

Thanks very much.
I managed to change it.

Sorry but im a novice in php then i make a lot of problem also in these simple things.

Great support.

 


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.