Page 1 of 1

can each sellers have own uploading directory?

PostPosted: Mon Jul 28, 2014 4:39 am
by chris_4201
Hi, I'm using multi seller module.

when a seller add/modify their products, all sellers are using same uploading folder through the description editor. so a seller can delete other sellers images for product description.

can each sellers have own uploading directory? I can modify php code, give me a clue please.

Re: can each sellers have own uploading directory?

PostPosted: Mon Jul 28, 2014 11:52 am
by shokinro
Thanks for using our modules.

when a seller add/modify their products, all sellers are using same uploading folder through the description editor. so a seller can delete other sellers images for product description.

can each sellers have own uploading directory? I can modify php code, give me a clue please.

Currently the module does not support media server for sellers. So it will not work properly to use media server for sellers.

Is your seller using front store management panel or using back office?
It will be different.

Assume your sellers are using back office, you will need to modify following file to make seller to use different folder
/adminxxxfilemanager/config/config.inc.php

basically you will need to create sub-folder with "seller ID", and set this subfolder as root folder.
hope this helps