Images Upload

Hi,

I have upload as admin product photo, but my vendor cant choose this products.

Vendor must opload to server own Images ?? or Can use this from Admin uploaded images, too??

and this is from admin: http://prntscr.com/h1cdcd

http://prntscr.com/h1cd1o this is from vendor...

any idea ??

Hi,

I have upload as admin product photo, but my vendor cant choose this products.

Vendor must opload to server own Images ?? or Can use this from Admin uploaded images, too??

and this is from admin: http://prntscr.com/h1cdcd

http://prntscr.com/h1cd1o this is from vendor...

any idea ??

Hello,

Upload the files to the 'Öffentliche Dateien', then your vendor will be able to see the files. (Do mind that every vendor will be able to see these files.)

Best wishes,

If it works in the same way as in CS-Cart, try to upload test file to the following directory

var/files/X

where X - is the ID of vendor (can be found in the admin panel)

http://prntscr.com/h1eevw

hi, i have upload, but the vendor cant see this images..!

hi, i have upload, but the vendor cant see this images..!

Hello!

"var/files/X" should work. Please send us the full path where you upload files.

hi, i have upload, but the vendor cant see this images..!

Maybe you have set the wrong file permissions?

Also with this "var/files/X" they mean that the X has to be replaced with the actual vendor ID, e.g. "var/files/4", "var/files/17", etc.

i have not undertstand it..

I have upload as admin in backend .. and I have try from vendor side acces to this images, but i cant see it..

As vendor , i can upload only for my self the images.. no other can see it..

i have not undertstand it..

I have upload as admin in backend .. and I have try from vendor side acces to this images, but i cant see it..

As vendor , i can upload only for my self the images.. no other can see it..

Yes, vendor cannot see admin files. Special directory is generated for each vendor due to security reasons

hi, i have now this issue: http://prntscr.com/ipvmj5,

i have only create a product !

hi, i have now this issue: http://prntscr.com/ipvmj5,

i have only create a product !

Try setting the permissions accordingly and check if the file actually exists.

cd /your/directory/
sudo chmod 644 config.local.php
sudo chmod -R 755 design images var
sudo find design -type f -print0 | xargs -0 chmod 644
sudo find images -type f -print0 | xargs -0 chmod 644
sudo find var -type f -print0 | xargs -0 chmod 644
sudo chown -R www-data:www-data .