Zen Cart Logo
Forums / General Questions / Upload to directory

Upload to directory

Views: 365

Results 1 to 4 of 4
16 Jul 2016, 1:36 PM
#1
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Upload to directory

Is there a way for several shops to share the same Upload to directory?

16 Jul 2016, 3:31 PM
#2
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Upload to directory

I think you are looking for the multi site module. You can find it in the downloads section.

16 Jul 2016, 4:00 PM
#3
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Upload to directory

Either that, or have all their includes/configure.php and (as applicable to ZC version) admin/includes/configure.php point to the same DIR_WS_UPLOADS and DIR_FS_UPLOADS path... on the DIR_WS_UPLOADS, that may take a little "tweaking" throughout the code, if the location is not "easily" reachable by using just an "extension" off of the base URL, but DIR_FS_UPLOADS is a hard file path to the storage location and "wouldn't" matter.

16 Jul 2016, 6:48 PM
#4
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Re: Upload to directory

Thanks gays