expressCart/routes
Ben Burns 9b0f7a03b7 Handle settings changes without restart
Prior to this change, edited settings on the /admin/settings page
required a restart for the edit to take effect. This even causes the
settings page itself to not reflect the updated settings once you
navigate away from it or refresh. This change triggers the config to
reload when the settings are modified, which causes the impacted
templates to be recomputed.
2018-09-02 21:26:15 +09:30
..
payments Started adding some tests 2018-02-22 18:41:24 +01:00
admin.js Handle settings changes without restart 2018-09-02 21:26:15 +09:30
customer.js Login fixes 2018-08-31 13:00:27 +09:30
index.js updated cartTotalItems in routes/index.js instead of adding handlebar helper. fixes quantity discrepency in the view when you first add items to the cart 2018-07-17 14:25:15 +09:30
order.js remove productOptions from routes/order.js 2018-06-11 09:57:49 +09:30
product.js Started adding some tests 2018-02-22 18:41:24 +01:00
user.js Fix issue with ability to create admin user by setting referrer 2018-05-30 18:35:17 +09:30