Commit Graph

168 Commits (master)

Author SHA1 Message Date
Mark Moffat e91b44074a Fixed order sorting + instore orders missing values 2020-03-25 12:48:23 +10:30
Mark Moffat 2a78fe5290 Allow disabling stock for certain products 2020-03-22 19:53:47 +10:30
Mark Moffat 1c4303018a Relaxed products top margin 2020-03-22 15:19:10 +10:30
Mark Moffat 5dec4bba02 Added ability to show related products 2020-03-22 15:14:45 +10:30
Mark Moffat 83064c04a1 Clean loading of Payment partial 2020-03-22 14:05:10 +10:30
Mark Moffat 2ef589423f Fixed deleting from cart bug 2020-03-21 20:21:29 +10:30
Mark Moffat 5ef17a2ecf Added Westpac PayWay payments 2020-03-21 14:03:20 +10:30
Mark Moffat 9079509c42 Fixes #129 2020-03-20 13:40:45 +10:30
Mark Moffat 1b030dce27 Fixes #128 2020-03-19 21:05:46 +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 599152dbf3 Display message when no orders for customer 2020-03-17 21:06:21 +10:30
Mark Moffat 9911fe04a9 Fixed validation, added modal errors + partial 2020-03-17 19:08:46 +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 6eef92c684 Fixed padding on conditional display 2020-03-14 11:38:24 +10:30
Mark Moffat 16d5bc80f4 Fixed some payment display options 2020-03-14 11:37:21 +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 1d4d75102a Added logout button 2020-02-23 14:10:42 +10:30
Mark Moffat cd3ba1bc60 Fixes for CSRF 2020-02-23 14:10:35 +10:30
Mark Moffat 050734c476 Fix #119 2020-02-21 12:53:39 +10:30
Mark Moffat 48ce34fb9c Fix #114 2020-02-06 22:33:16 +10:30
Mark Moffat fdbbceb114 Fixes to icon display 2020-02-01 19:24:11 +10:30
Mark Moffat a325dc4532 Removed fontawesome 2020-02-01 17:32:24 +10:30
Mark Moffat 6825ea3305 Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
Mark Moffat 12c110440f Theme changes 2020-02-01 11:20:41 +10:30
Mark Moffat e9fcbd5a99 Fixed SOE breaking the admin 2020-01-28 17:01:28 +10:30
Mark Moffat d1bb5a6360 Small SEO enhancements 2020-01-24 15:12:49 +10:30
Mark Moffat 4ef5e48d1c SEO enhancements + structured data 2020-01-23 22:33:21 +10:30
Mark Moffat 6141a41f16 SEO tweaks to type 2020-01-23 21:55:17 +10:30
Mark Moffat 9390d5476e Fixed open graph tags 2020-01-23 21:47:25 +10:30
Mark Moffat 7c9299f638 Added og:description to keep facebook happy 2020-01-23 21:42:09 +10:30
Mark Moffat 9d20e06bc0 Move SEO improvements 2020-01-23 21:39:47 +10:30
Mark Moffat de0b81d6be SEO improvements 2020-01-23 21:28:21 +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 83dc6f76ee Fixed icon display on user list 2020-01-20 10:04:36 +10:30
Mark Moffat 1a4dcfdea6 Small fixes for mobile 2020-01-10 20:45:43 +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 bc3e33dbb5 Ability to inject custom JS 2020-01-07 21:21:03 +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 923f8b2063 Fix display of readonly cart 2020-01-06 17:41:01 +10:30
Mark Moffat 0fcbfdcc33 Cart dIsplay fixes for desktop and mobile 2020-01-04 21:34:42 +10:30
Mark Moffat d374d42375 Missing shipping message 2020-01-04 18:08:51 +10:30