Commit Graph

100 Commits (master)

Author SHA1 Message Date
Mark Moffat 2a78fe5290 Allow disabling stock for certain products 2020-03-22 19:53:47 +10:30
Mark Moffat a97ab3fdb0 Removed debug 2020-03-21 20:35:30 +10:30
Mark Moffat 9079509c42 Fixes #129 2020-03-20 13:40:45 +10:30
Mark Moffat e4a34b5439 Minify 2020-03-19 17:50:38 +10:30
Mark Moffat 844d0dacf0 Fixed pagination style 2020-03-19 17:05:54 +10:30
Mark Moffat a7a1fadae6 Added pagination to products and orders in admin 2020-03-19 17:02:52 +10:30
Mark Moffat 5f81173919 Refactor the pagination data retrieval 2020-03-19 17:02:22 +10:30
Mark Moffat 4b3867e47f Placeholder on dashboard when no images 2020-03-19 12:29:32 +10:30
Mark Moffat 9911fe04a9 Fixed validation, added modal errors + partial 2020-03-17 19:08:46 +10:30
Mark Moffat 6806806fa2 Minified 2020-03-17 16:57:37 +10:30
Mark Moffat 78e06e511b
Customer account page (#124)
* Adding customer login & account page support

* Added account link

* Sorting orders on account page

* Small UI fixes

* Removed debugs

* Added tests

Co-authored-by: Mark Moffat <mark@Marks-MacBook-Pro-2.local>
2020-03-17 16:56:04 +10:30
Mark Moffat 4f68edb3c7 Linting 2020-03-14 11:27:09 +10:30
geco 7c7af39f4b
Add Bitcoin payment method (#121)
* fix settins form submit not working

* prepare routes/config structure to support new blockonomics payment method

* setup blockonomics view, get address and calculate btc

* blockonomics subscribe to web socket to listen for real time order updates on checkout page

* create order with pending status while waiting for blockonomics payment and pass orderid to frontend

* check received amount is enough

* blockonomics btc amount check, backend order confirmation, show order info into backend and frontend

* cleanup and empty cart when order is payed

* decline order if insufficient amount

* handle email and lunr indexing for blockonomis

* blockonomics new confirmation page, auto redirect at confirmation zero, 10 minutes timeout

* Update README with Blockonomics

* add countdown timer to blockonomics payment page

* updated README and checkout page

* update README with blockonomics return url

* build

* reply to blockonomics http callback

* dont check amount on frontend

* restore default settings

* switch from unirest to axios, remove unirest dep

* fix lint problems

* restore gitignore

* restore baseSchema

* build

Co-authored-by: GECKO <4787777-geckojs@users.noreply.gitlab.com>
2020-03-14 11:21:26 +10:30
Mark Moffat f3a7231016 Added customer company name for shipping 2020-03-07 20:07:49 +10:30
Mark Moffat e64905eddd Small fixes 2020-03-07 19:48:06 +10:30
Mark Moffat cd3ba1bc60 Fixes for CSRF 2020-02-23 14:10:35 +10:30
Mark Moffat a02917b273 Fixed saving of settings form 2020-02-06 22:32:36 +10:30
Mark Moffat 8c92d3ca33 Linting 2020-02-01 17:30:05 +10:30
Mark Moffat 6825ea3305 Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
Mark Moffat dd00bb4807 Huge overhall of admin UI 2020-02-01 17:28:47 +10:30
Mark Moffat 4a84f7dce0 Fix button color 2020-02-01 11:25:34 +10:30
Mark Moffat 12c110440f Theme changes 2020-02-01 11:20:41 +10:30
Mark Moffat b271210bde Small fixes to global search 2020-01-28 17:21:07 +10:30
Mark Moffat d1bb5a6360 Small SEO enhancements 2020-01-24 15:12:49 +10:30
Mark Moffat 5d4c469e38 Fixed same product - diff opts in cart. Added confirm on cart empty. 2020-01-21 20:30:52 +10:30
Mark Moffat 799ed301f2
Adding discount code support (#109)
Added a discount code module. Lots of work went into this. 

Please report any problems as issues to be fixed
2020-01-21 18:06:46 +10:30
Mark Moffat 986f1ee966 Add some padding to footer 2020-01-08 20:58:44 +10:30
Mark Moffat 55b8da064b Style changes to footer 2020-01-08 20:54:41 +10:30
Mark Moffat fb6fb6e3e0 Validate quantity inputs 2020-01-08 19:42:32 +10:30
Mark Moffat fe14f28994 Fix product price and amount global searching 2020-01-08 18:58:29 +10:30
Mark Moffat 7f750b4a3b Fix validating quantity 2020-01-07 21:33:35 +10:30
Mark Moffat 0d44ce7cbb Added global search to the admin UI 2020-01-07 21:15:23 +10:30
Mark Moffat c4ffdff19e Fixed padding issues on cart 2020-01-07 12:04:22 +10:30
Mark Moffat 748c41de64 Fixed not updating cart count on empty 2020-01-05 08:45:28 +10:30
Mark Moffat 0fcbfdcc33 Cart dIsplay fixes for desktop and mobile 2020-01-04 21:34:42 +10:30
Mark Moffat c73d67b923 Fixed display of shipping message 2020-01-04 17:56:30 +10:30
Mark Moffat 11302e2255 Improvements to the shipping module & cart updates 2020-01-04 17:40:58 +10:30
Mark Moffat 3373a60d8f Add/Update/Remove/empty cart without refreshing the page 2020-01-04 13:07:35 +10:30
Mark Moffat 063b0e8e54 Removed hard corners to align with styling updates 2020-01-02 16:22:16 +10:30
Mark Moffat b410d25ccf Added ability to create manual orders via the admin panel 2020-01-02 16:00:24 +10:30
Mark Moffat 1d36aca1c1 Removed debug 2020-01-02 15:54:02 +10:30
Mark Moffat c92e89fff2 Removed debug 2020-01-02 15:53:55 +10:30
Mark Moffat 18b8eaf8f5 Fixing the product options 2020-01-02 14:07:36 +10:30
Mark Moffat 7cef58dae3 Added a dashboard 2019-12-30 22:58:37 +10:30
Mark Moffat 03573129b3 Fixing cart storage and management 2019-12-30 13:40:57 +10:30
Mark Moffat 78fc1285d2 Fix padding of navbar brand 2019-12-29 18:41:28 +10:30
Mark Moffat 4c9cdac4cb Small style fixes 2019-12-28 16:36:33 +10:30
Mark Moffat ee5400716c Style/layout fixes for mobile 2019-12-28 16:13:20 +10:30
Mark Moffat 5adcdfb5c1 Small fixes removed unused setting 2019-12-27 14:07:38 +10:30
Mark Moffat a5dcc7624b Started to add in Less CSS support 2019-12-26 21:02:28 +10:30