-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (97 loc) · 3.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Welcome to Copona</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/style.css?v=5b4ba8c8f865859cc098caea2d2ca4ddc05bd0ef">
</head>
<body>
<a href="https://github.com/copona/copona"><img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<section class="page-header">
<h1 class="project-name">copona.github.io</h1>
<h2 class="project-tagline"></h2>
</section>
<section class="main-content">
<h2 id="welcome-to-copona">Welcome to Copona</h2>
<p>Copona is an ecommerce engine, based on Opencart.</p>
<p>We have incorporated numerous improvements, including:</p>
<h3 id="core-changes">Core Changes</h3>
<ul>
<li>
<p>Simpler installation process which automatically creates configuration files where needed.</p>
</li>
<li>
<p>Search engine friendly URL’s are enabled automatically on supported configurations.</p>
</li>
<li>
<p>More secure password hashing functions</p>
</li>
<li>
<p>More modern codebase, targetting PHP5.6 as the mimimum supported version.</p>
</li>
<li>
<p>Rewritten to avoid use of functions that have been deprecated in PHP7.1 (openssl replaces mcrypt throughout)</p>
</li>
<li>
<p>New metadata table, to enable more efficient storage and retrieval of data.</p>
</li>
<li>
<p>Simplified code base - removing features from the core install which would be better suited to being add-ons, such as the Openbay system</p>
</li>
</ul>
<h3 id="admin-changes">Admin Changes</h3>
<ul>
<li>
<p>New feature: Product Groups</p>
</li>
<li>
<p>Ability to save changes to a product and continue editing it, rather than being returned to main menu.</p>
</li>
<li>
<p>Admin menu - saved in session, not flickering anymore</p>
</li>
<li>
<p>Language management - languages loaded by code, from Directory name from DB</p>
</li>
<li>
<p>Smarter product duplication: When a product is copied, the word ‘ (copy)’ is added to to the name of new product</p>
</li>
<li>
<p>Autocomplete now has “keepDropdown” property - if it’s set to true - dropdown will not disapear oin choose.</p>
</li>
<li>
<p>Alert message in admin, if form has been changed and not saved.</p>
</li>
</ul>
<h3 id="works-in-progress">Works in progress</h3>
<ul>
<li>
<p>From admin interface, it would be useful to be able to view products that are in a category, as well as products that use a specific option.</p>
</li>
<li>
<p>Moving away from the VQMOD architecture for extending core functionality.</p>
</li>
</ul>
<h3 id="need-more-explanation">Need more explanation</h3>
<ul>
<li>
<p>Default Tax Class</p>
</li>
<li>
<p>Tax with vat input for products</p>
</li>
<li>
<p>Category Filtering in admin with autocomplete</p>
</li>
</ul>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>
</body>
</html>