You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also note that EasyPopulate 4.0 Beta will install and run independently of all other
15
15
versions of easypopulate. Names 1.2.5.4 (and flavors) and EP Advance 3.0.3.
16
16
17
+
INSTALLATION (Upgrade from any prior version of EP4) is suggested as follows:
18
+
19
+
1) From the configuration->Easy Populate menu, document all of the settings so
20
+
that they may be re-entered after installation.
21
+
2) From the tools->Easy Populate 4 menu, uninstall EP4 through the link in the
22
+
upper right corner.
23
+
3) Load the files from the attached zip file into their standard location as is
24
+
done through the below EP4 installation instruction.
25
+
4) Refresh the Tools->EP4 window.
26
+
5) Select the install option in the middle of the Tools->EP4 window.
27
+
6) Return to the configuration->Easy Populate window and re-enter the settings
28
+
captured in step 1. Also review the new options made available to support
29
+
use of the rewriter.
30
+
31
+
17
32
INSTALLATION:
18
33
19
34
1. Change the name of the "admin" directory to match your Zencart installation.
@@ -24,8 +39,8 @@ INSTALLATION:
24
39
a) If you are using zencart 1.3.8/1.3.9, you need to also upload the additional
25
40
files in the "zencart 1.3 extra files" folder.
26
41
27
-
b) If you are using zencart 1.5, you need to also upload the additional
28
-
files in the "zencart 1.5 extra files" folder.
42
+
b) If you are using zencart 1.5.x, no additional files need to be uploaded as the file necessary
43
+
to support ZenCart 1.5.x has been placed within the above "admin" directory.
29
44
30
45
3. Login to your store's admin. Under Tools you will see a new entry "Easy Populate 4".
31
46
(If you do not see this entry, you did not upload your files correctly.)
@@ -36,19 +51,23 @@ INSTALLATION:
36
51
Your uploads folder is missing. Your configuration indicates that your uploads folder is named EASYPOPULATE_4_CONFIG_TEMP_DIR/, and is located in .../public_html/.
37
52
Warning Easy Populate Configuration Missing. Please install your configuration by clicking here
38
53
39
-
Click the "here" link to install EP4's configuration files.
54
+
Click the "here" link to install EP4's configuration data.
40
55
41
56
5. Now go to Configuration -> Easy Populate 4 and edit the Uploads Directory. The default directory is "temp/"
42
-
This assumes you have a directory "temp" in the root of your website. I highly recommend that you
43
-
move your temp directory into your admin, or change the name to something that is obscure for security reasons.
57
+
This assumes you have a directory "temp" in the admin of your website. I highly recommend that you
58
+
keep your temp directory in your admin, or change the name to something that is obscure for security reasons.
44
59
45
60
Note: If you are using Zencart 1.5 and want to move your Uploads directory into this folder, you will need to
46
-
customize an .htaccess file to add allowed file types of .csv/.CSV and .txt/.TXT.
61
+
customize the/an .htaccess file to add allowed file types of .csv/.CSV and .txt/.TXT. Otherwise when attempting to
62
+
download these files you may be presented with a denial to access the file(s). This can also be accomplished by
63
+
copying the file .htaccess from the folder htaccess4AdminTempFolder. *DO NOT* copy this file over an existing .htaccess.
47
64
48
65
6. Now click on Tools -> Easy Populate 4. The warning messages should be gone. Note that your temp/
49
66
directory will need correct permissions. EP4 will give you a warning if it cannot write to the temp/ directory
50
67
that you set. Common permissions are "777" or "755". Contact your hosting provider if you are having problems
51
68
setting permissions to writable, but you can usually do this through your site's CPANEL, or via a FTP program.
69
+
70
+
Further usage instructions can be found in the README.txt file.
52
71
53
72
UN-INSTALLATION:
54
73
@@ -58,8 +77,7 @@ This will remove the Configuration keys for EP4. You will then need to delete EP
58
77
59
78
POST INSTALLATION NOTES:
60
79
61
-
My EP4 will display the current version and Beta date. This will help you keep track of your version and updates as I post them
62
-
go github.
80
+
EP4 will display the current version and Beta date. This will help you keep track of your version and updates as they are posted to github.
63
81
64
82
On the right-hand side of your screen you will see some additional information:
65
83
@@ -68,10 +86,12 @@ On the right-hand side of your screen you will see some additional information:
68
86
- Supported Mods
69
87
- Installed Languages
70
88
71
-
Supported Mods: These are where you'll find additional fields that have been added to the products table.
72
-
Note that Product Unit of Measure (UOM) and Product UPC Code are two of my own custom mods.
89
+
Supported Mods: These are where you'll find additional fields that have been added to the products table by a separate application
90
+
and are recognized by EP4 for use.
91
+
Note that Product Unit of Measure (UOM) and Product UPC Code are two custom mods of Chadd. Product UPC Code is also
92
+
added/recognized by other ZC plugins.
73
93
74
-
I will continue to update github with improvement as they come. Once EP4 has passed "beta" I will submit it
94
+
Github will continue to be updated with improvements as they come. Once EP4 has passed "beta" it will be submitted
75
95
to the Zencart team for consideration. Your feedback and testing is greatly appreciated!
0 commit comments