cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 59 forks source link

After Plugin Import check the folder name matched what is specified in config.xml #244

Closed abrookbanks closed 9 years ago

abrookbanks commented 9 years ago

For example the plugin below should be in folder "modues/livehelp/zopim":

screen shot 2015-02-19 at 17 44 54

Error message needs to be displayed.

havenswift-hosting commented 9 years ago

Excellent idea !

abrookbanks commented 9 years ago

I was born excellent! :neckbeard:

abrookbanks commented 9 years ago

This can actually be done before its extracted which is nice.

havenswift-hosting commented 9 years ago

How do zip files need to be constructed (and how will your new checking routine cope with) where plugins also need to add files into other higher level directories such as admin/skins or admin/source ?

abrookbanks commented 9 years ago

I can't actually find a way to do this. The developer submitting the plugin will need to test it.