dropzone.js

Open to all! Ask other shopowners for help.
Post Reply
azpro
Contributor
Posts: 177
Joined: Fri Nov 06, 2020 8:25 am
Phoenix Version: v1.1.0.6
Has thanked: 30 times
Been thanked: 34 times

dropzone.js

Post by azpro »

Hi all,

Did anyone accomplish to integrate dropzone.js somewhere in core code. I am not getting it to work and probably make the simplest mistake.

So now I am stuck :D

If someone did succeed - I would like to have a rough skeleton.

Tnx!


Join The Code Co-op to get access to your library in the Code Co-op Forum
BrockleyJohn
Certified Developer
Posts: 173
Joined: Mon Mar 01, 2021 5:37 pm
Phoenix Version:
Has thanked: 2 times
Been thanked: 30 times

Re: dropzone.js

Post by BrockleyJohn »

I have an addon that does product image drag and drop (multiple images at once) into admin catalog and also adds thumbs to the gallery images so you can see what you're doing when you reorder them.

Doesn't rely on js libs - uses the html drag and drop api

So far only tested on Firefox... looks like this:
Screenshot 2025-11-28 172924.png
You do not have the required permissions to view the files attached to this post.
azpro
Contributor
Posts: 177
Joined: Fri Nov 06, 2020 8:25 am
Phoenix Version: v1.1.0.6
Has thanked: 30 times
Been thanked: 34 times

Re: dropzone.js

Post by azpro »

BrockleyJohn wrote: Fri Nov 28, 2025 5:37 pm I have an addon that does product image drag and drop (multiple images at once) into admin catalog and also adds thumbs to the gallery images so you can see what you're doing when you reorder them.
Great - would you like to share / sell?

Thanks - A
User avatar
tessthepup
Certified Developer
Posts: 381
Joined: Mon Mar 01, 2021 5:55 pm
Phoenix Version:
Has thanked: 47 times
Been thanked: 62 times

Re: dropzone.js

Post by tessthepup »

azpro wrote: Sat Nov 29, 2025 9:52 am
BrockleyJohn wrote: Fri Nov 28, 2025 5:37 pm I have an addon that does product image drag and drop (multiple images at once) into admin catalog and also adds thumbs to the gallery images so you can see what you're doing when you reorder them.
Great - would you like to share / sell?

Thanks - A
@azpro
Already shared
viewtopic.php?f=28&t=3090
Last edited by tessthepup on Sat Nov 29, 2025 10:04 am, edited 1 time in total.
BrockleyJohn
Certified Developer
Posts: 173
Joined: Mon Mar 01, 2021 5:37 pm
Phoenix Version:
Has thanked: 2 times
Been thanked: 30 times

Re: dropzone.js

Post by BrockleyJohn »

azpro
Contributor
Posts: 177
Joined: Fri Nov 06, 2020 8:25 am
Phoenix Version: v1.1.0.6
Has thanked: 30 times
Been thanked: 34 times

Re: dropzone.js

Post by azpro »

Thanks guys!


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply