eFlyerMaker Forms Builder plugin for Magento
Installation
Installation
It is always recommended to save a back up file of your website and DataBase before installing a new plugin.
Version 1.9
Through Magento Commerce
Go to Magento Commerce
- In the search bar, type in "eflyermaker"
Click on M1 Extension Versions
Click on Install now
- The website will provide you with an extension key
- Go to your Magento dashboard
Click on System => Magento Connect => Magento Connect Manager
Go to number 2: Paste extension key to install: and paste the extension key.
Click Install
Congratulations, your eflyermaker sign-up form builder is ready to use.
With the Zip file
In admin panel go to System => Magento Connect => Magento Connect Manager
Log in your Magento Connect Manager
In the Direct package file upload section, click on choose File and select eFlyerMaker-X.Y.Z.tgz package.
Click upload
You will see installation status in the terminal. If all is ok you will see Package installed: community eFlyerMaker X.Y.Z
Click Return to Admin at the top of the page to return to your admin panel
Congratulations, your eflyermaker sign-up form builder is ready to use.
If you get the following error message in 1.9.0.0 or 1.9.0.1
CONNECT ERROR: Failed to open file ...
Do the following:
In your Magento repertory, go to downloader/lib/Mage/Archive/Tar.php
Find method: _extractFileHeader()
Replace the code:
if (!($header['name'] == '././@LongLink' && $header['type'] == 'L')) { $header['name'] = trim($header['name']); return $header;
With the code:
if (!(trim($header['name']) == '././@LongLink' && $header['type'] == 'L')) { $header['name'] = trim($header['name']); return $header; }