Question

When installing OpenCart extensions, you´re generally given a bunch of folders that should be copied to the root directory and the extension files will find their way to the right subfolders. This works great in FTP software, but on a local installation (Mac OSX) using Finder, this operation makes Finder want to overwrite the folders completely, deleting the actual site and just keep the extension.

I can hold Alt when dragging the folders and it will give me the option to not overwrite, the problem is I have hidden files visible, which means there's now a .DS_STORE file in each folder and the ”Hold ALT”-approach doesn’t work in case there are ANY duplicate files in any of the folders.

I’m sure someone out there has stumbled upon the same problem, any ideas for how to solve such a simple but annoying problem? I do not wish to use FTP software for local file management.

Was it helpful?

Solution

I have the same problem, and i found 3 different ways to solve this:

a - use another file manager, i personally use "Transmit" to do this sort of things;

b - use terminal, like: ditto <source> <destination>. Or easier way just type ditto, and drag the source folder, then drag the destination folder, all inside source will merge inside destination;

c - unzip the plugin, inside the OC folder using the terminal, like: tar -zxvf plugin.zip;

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top