Mark Moffat
a3e2a6c7c1
Route separation
2018-02-05 14:20:44 +01:00
Mark Moffat
fc93acb085
Fixed readme
2018-02-04 22:42:06 +01:00
Mark Moffat
70105e73bc
Added authorize.net payments
2018-02-04 22:39:42 +01:00
Mark Moffat
2f9911fd1e
Change to bcryptjs, small refactor
2018-02-04 13:04:32 +01:00
Mark Moffat
7695996f4a
Bump version
2018-02-03 20:18:49 +01:00
Mark Moffat
43857f9b07
Fix items not removing from cart
2018-02-03 20:14:13 +01:00
Mark Moffat
1b4a823d1d
Update gulpfile sequence
2018-02-03 20:13:14 +01:00
Mark Moffat
ab35c2814f
Made routes more logical
2018-02-03 16:23:59 +01:00
Mark Moffat
9d75471488
Fixed user type detection bug
2018-02-03 15:08:51 +01:00
Mark Moffat
01ce33a642
Started route separation
2018-02-03 14:26:09 +01:00
Mark Moffat
d506969cbf
Removed old dbQuery calls to native mongo
2018-02-03 13:20:35 +01:00
Mark Moffat
931e8c7239
Merge branch 'master' of https://github.com/mrvautin/expressCart
2018-02-03 12:58:34 +01:00
Mark Moffat
cbb1e87851
Merge pull request #5 from arings/hotfix/admin-add-new-product
...
Fix crash after adding new product
2018-02-02 21:31:24 +01:00
arings
6f379b393d
Fix crash after adding new product, similar to #3
2018-02-02 21:20:33 +01:00
Mark Moffat
0b5320e924
Merge pull request #3 from arings/hotfix/paypal-stripe
...
Fix bugs in Stripe and crashes in Paypal modules
2018-02-01 12:24:11 +01:00
arings
c2184649fa
Fix bugs in Stripe and crashes in Paypal modules
...
- Paypal: deprecated req.param in express
- Paypal: newId was saving in DB as empty string
- Stripe: newId was undefined, resulting in wrongly reported unsuccesful
transaction
- Stripe: client email was not sending because was undefined
2018-01-31 17:57:56 +01:00
Mark Moffat
32caf0318c
Merge pull request #2 from arings/hotfix/settings-template-select
...
Fix productsPerRow select reset to 1
2018-01-28 22:53:56 +01:00
arings
bcabb11bc1
Fix productsPerRow select reset to 1
...
When settings page are loaded, select doesn't reflect value of
config.productsPerRow and resets to 1. Following settings update
saves that value.
2018-01-27 20:46:21 +01:00
Mark Moffat
d7fcb18429
Split up payment view partials
2018-01-23 19:52:45 +01:00
Mark Moffat
6297639688
Some TODOs
2018-01-21 22:20:46 +01:00
Mark Moffat
6076455d06
Added support for returning customers
2018-01-21 22:20:33 +01:00
Mark Moffat
3730f84796
Fixed settings saving schema validation
2018-01-21 21:36:16 +01:00
Mark Moffat
f14d0bf7dd
Removed test creds. Whoops
2018-01-21 21:10:00 +01:00
Mark Moffat
3c39b5e5c5
Cleaning up code
2018-01-14 22:11:22 +01:00
Mark Moffat
ecef3b8224
Moved menu to the DB and started modernizing old code
2018-01-14 18:02:10 +01:00
Mark Moffat
ceb23e1ce1
Fixed style
2018-01-10 21:27:04 +01:00
Mark Moffat
48314a2bff
Update readme
2018-01-10 21:26:22 +01:00
Mark Moffat
b82349e1f0
Version bump
2018-01-10 21:23:08 +01:00
Mark Moffat
0a2264f1a6
1.1.0
2018-01-10 21:22:32 +01:00
Mark Moffat
aabf6c44e3
Added schema validation for configs
2018-01-10 21:20:52 +01:00
Mark Moffat
2e2e4b3834
Added schema validation for configs
2018-01-10 21:20:36 +01:00
Mark Moffat
808e6b6c43
Added demo images
2018-01-10 21:19:56 +01:00
Mark Moffat
415d809d71
Fixed npm deps
2018-01-07 22:31:20 +01:00
Mark Moffat
13c629d090
Fixed proper version
2018-01-07 22:14:22 +01:00
Mark Moffat
b5afba2729
Removed debug message.
2018-01-07 19:41:26 +01:00
Mark Moffat
69e50c9c03
Fixed payment paths
2018-01-07 19:38:06 +01:00
Mark Moffat
a2a5923acd
Changed paths of payment providers and updated readme
2018-01-07 19:38:06 +01:00
Mark Moffat
7400b4ffe1
Fixed empty orders message
2018-01-07 19:38:06 +01:00
Mark Moffat
45c4a25bc6
Fixed example css
2018-01-07 14:16:00 +01:00
Mark Moffat
cdcc2791cd
Fix image directories issue
2018-01-07 14:10:39 +01:00
Mark Moffat
c4e59e9cd0
Add initial testdata
2018-01-07 14:10:16 +01:00
Mark Moffat
f4ac5b5e21
Cleanup demo images
2018-01-07 13:50:28 +01:00
Mark Moffat
c10d8dc556
Update readme.
2018-01-07 13:42:16 +01:00
Mark Moffat
184b9c5d33
Changed example payment configs
2018-01-07 13:41:09 +01:00
Mark Moffat
de4c05cdb0
Added initial settings.json
2018-01-07 13:39:53 +01:00
Mark Moffat
8ce3074ba0
Cleaned up old code and updated readme
2018-01-07 13:14:17 +01:00
Mark Moffat
219e6b02fc
Fixing images
2018-01-06 21:07:20 +01:00
Mark Moffat
f0d501817c
Fixed indexing
2018-01-06 21:07:10 +01:00
Mark Moffat
defad4e76f
Linting
2018-01-06 20:35:49 +01:00
Mark Moffat
7c1c94da72
Merge branch 'master' of https://github.com/mrvautin/expressCart
2018-01-06 20:01:22 +01:00