yusttas / jk_opengraph

Adds the open graph meta tags to your Prestashop site. Open graph meta tags allow you to control what content shows up when a page is shared on Facebook.
GNU General Public License v3.0
44 stars 7 forks source link

Import to Prestashop 1.7 #1

Closed mikelpz closed 6 years ago

mikelpz commented 6 years ago

HI!

I try to import the module to Prestashop 1.7 and it throws an error: invalid zip. I just download the sources from github as a zip file and import it.

How should I install it?

Thanks!

yusttas commented 6 years ago

Hello,

I renamed repository as jk_opengraph instead of just opengraph, because zip/folder name should be same as main module file. But github also adds "-master" to zip/folder name.

So what you should do is download zip again, extract it, and rename folder from jk_opengraph-master to just jk_opengraph. Make sure files are in this folder and not in subfolder. Zip it again and try install it.

mikelpz commented 6 years ago

Thanks!