Skip to content

Commit 1d832a7

Browse files
committed
Merge pull request #24 from mc12345678/master
v4.0.33 Released at Last
2 parents 22e95a9 + bb458ca commit 1d832a7

19 files changed

+5040
-3519
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.gitattributes export-ignore

.gitignore

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1+
nbproject/private/
2+
build/
3+
nbbuild/
4+
dist/
5+
nbdist/
6+
nbactions.xml
7+
.nb-gradle/
8+
*.~php
9+
*.~~php
10+
*.php~
11+
*.php~~
112
.DS_Store
2-
13+
.gitignore
14+
nbproject/
15+
.*.~
16+
*.~txt
17+
*.~js
18+
*.zip
19+
.idea/

INSTALL.txt

+34-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,34 @@
11
REQUIREMENTS:
22

3-
Zencart 1.38/1.39 or 1.5
3+
Zencart 1.38/1.39 or 1.5.x except 1.5.2
44
PHP 4.3.2 or above.
55

66
PRIOR TO INSTALLATION:
77

8-
I highly recommend that you install Dr. Bytes "Backup MYSQL Plugin" before installing
9-
and using EasyPopulate 4.0 Beta (EP4). It has recently been updated to work with Zencart 1.5
8+
It is highly recommended that you install Dr. Bytes "Backup MYSQL Plugin" before installing
9+
and using EasyPopulate 4.0 Beta (EP4). It has been updated to work with Zencart 1.5
1010
and can be downloaded from here:
1111

1212
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=81
1313

1414
Also note that EasyPopulate 4.0 Beta will install and run independently of all other
1515
versions of easypopulate. Names 1.2.5.4 (and flavors) and EP Advance 3.0.3.
1616

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+
1732
INSTALLATION:
1833

1934
1. Change the name of the "admin" directory to match your Zencart installation.
@@ -24,8 +39,8 @@ INSTALLATION:
2439
a) If you are using zencart 1.3.8/1.3.9, you need to also upload the additional
2540
files in the "zencart 1.3 extra files" folder.
2641

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.
2944

3045
3. Login to your store's admin. Under Tools you will see a new entry "Easy Populate 4".
3146
(If you do not see this entry, you did not upload your files correctly.)
@@ -36,19 +51,23 @@ INSTALLATION:
3651
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/.
3752
Warning Easy Populate Configuration Missing. Please install your configuration by clicking here
3853

39-
Click the "here" link to install EP4's configuration files.
54+
Click the "here" link to install EP4's configuration data.
4055

4156
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.
4459

4560
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.
4764

4865
6. Now click on Tools -> Easy Populate 4. The warning messages should be gone. Note that your temp/
4966
directory will need correct permissions. EP4 will give you a warning if it cannot write to the temp/ directory
5067
that you set. Common permissions are "777" or "755". Contact your hosting provider if you are having problems
5168
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.
5271

5372
UN-INSTALLATION:
5473

@@ -58,8 +77,7 @@ This will remove the Configuration keys for EP4. You will then need to delete EP
5877

5978
POST INSTALLATION NOTES:
6079

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.
6381

6482
On the right-hand side of your screen you will see some additional information:
6583

@@ -68,10 +86,12 @@ On the right-hand side of your screen you will see some additional information:
6886
- Supported Mods
6987
- Installed Languages
7088

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.
7393

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
7595
to the Zencart team for consideration. Your feedback and testing is greatly appreciated!
7696

7797
Thank you,

0 commit comments

Comments
 (0)