1c4303018a 
								
							
								 
							
						 
						
							
							
								
								Relaxed products top margin  
							
							
							
						 
						
							2020-03-22 15:19:10 +10:30  
				
					
						
							
							
								 
						
							
							
								5dec4bba02 
								
							
								 
							
						 
						
							
							
								
								Added ability to show related products  
							
							
							
						 
						
							2020-03-22 15:14:45 +10:30  
				
					
						
							
							
								 
						
							
							
								83064c04a1 
								
							
								 
							
						 
						
							
							
								
								Clean loading of Payment partial  
							
							
							
						 
						
							2020-03-22 14:05:10 +10:30  
				
					
						
							
							
								 
						
							
							
								2ef589423f 
								
							
								 
							
						 
						
							
							
								
								Fixed deleting from cart bug  
							
							
							
						 
						
							2020-03-21 20:21:29 +10:30  
				
					
						
							
							
								 
						
							
							
								5ef17a2ecf 
								
							
								 
							
						 
						
							
							
								
								Added Westpac PayWay payments  
							
							
							
						 
						
							2020-03-21 14:03:20 +10:30  
				
					
						
							
							
								 
						
							
							
								9079509c42 
								
							
								 
							
						 
						
							
							
								
								Fixes   #129  
							
							
							
						 
						
							2020-03-20 13:40:45 +10:30  
				
					
						
							
							
								 
						
							
							
								5f81173919 
								
							
								 
							
						 
						
							
							
								
								Refactor the pagination data retrieval  
							
							
							
						 
						
							2020-03-19 17:02:22 +10:30  
				
					
						
							
							
								 
						
							
							
								599152dbf3 
								
							
								 
							
						 
						
							
							
								
								Display message when no orders for customer  
							
							
							
						 
						
							2020-03-17 21:06:21 +10:30  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								6eef92c684 
								
							
								 
							
						 
						
							
							
								
								Fixed padding on conditional display  
							
							
							
						 
						
							2020-03-14 11:38:24 +10:30  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								f3a7231016 
								
							
								 
							
						 
						
							
							
								
								Added customer company name for shipping  
							
							
							
						 
						
							2020-03-07 20:07:49 +10:30  
				
					
						
							
							
								 
						
							
							
								050734c476 
								
							
								 
							
						 
						
							
							
								
								Fix   #119  
							
							
							
						 
						
							2020-02-21 12:53:39 +10:30  
				
					
						
							
							
								 
						
							
							
								fdbbceb114 
								
							
								 
							
						 
						
							
							
								
								Fixes to icon display  
							
							
							
						 
						
							2020-02-01 19:24:11 +10:30  
				
					
						
							
							
								 
						
							
							
								6825ea3305 
								
							
								 
							
						 
						
							
							
								
								Huge overhaul of admin UI  
							
							
							
						 
						
							2020-02-01 17:29:30 +10:30  
				
					
						
							
							
								 
						
							
							
								12c110440f 
								
							
								 
							
						 
						
							
							
								
								Theme changes  
							
							
							
						 
						
							2020-02-01 11:20:41 +10:30  
				
					
						
							
							
								 
						
							
							
								d1bb5a6360 
								
							
								 
							
						 
						
							
							
								
								Small SEO enhancements  
							
							
							
						 
						
							2020-01-24 15:12:49 +10:30  
				
					
						
							
							
								 
						
							
							
								5d4c469e38 
								
							
								 
							
						 
						
							
							
								
								Fixed same product - diff opts in cart. Added confirm on cart empty.  
							
							
							
						 
						
							2020-01-21 20:30:52 +10:30  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								1a4dcfdea6 
								
							
								 
							
						 
						
							
							
								
								Small fixes for mobile  
							
							
							
						 
						
							2020-01-10 20:45:43 +10:30  
				
					
						
							
							
								 
						
							
							
								55b8da064b 
								
							
								 
							
						 
						
							
							
								
								Style changes to footer  
							
							
							
						 
						
							2020-01-08 20:54:41 +10:30  
				
					
						
							
							
								 
						
							
							
								7f750b4a3b 
								
							
								 
							
						 
						
							
							
								
								Fix validating quantity  
							
							
							
						 
						
							2020-01-07 21:33:35 +10:30  
				
					
						
							
							
								 
						
							
							
								c4ffdff19e 
								
							
								 
							
						 
						
							
							
								
								Fixed padding issues on cart  
							
							
							
						 
						
							2020-01-07 12:04:22 +10:30  
				
					
						
							
							
								 
						
							
							
								923f8b2063 
								
							
								 
							
						 
						
							
							
								
								Fix display of readonly cart  
							
							
							
						 
						
							2020-01-06 17:41:01 +10:30  
				
					
						
							
							
								 
						
							
							
								0fcbfdcc33 
								
							
								 
							
						 
						
							
							
								
								Cart dIsplay fixes for desktop and mobile  
							
							
							
						 
						
							2020-01-04 21:34:42 +10:30  
				
					
						
							
							
								 
						
							
							
								d374d42375 
								
							
								 
							
						 
						
							
							
								
								Missing shipping message  
							
							
							
						 
						
							2020-01-04 18:08:51 +10:30  
				
					
						
							
							
								 
						
							
							
								c73d67b923 
								
							
								 
							
						 
						
							
							
								
								Fixed display of shipping message  
							
							
							
						 
						
							2020-01-04 17:56:30 +10:30  
				
					
						
							
							
								 
						
							
							
								11302e2255 
								
							
								 
							
						 
						
							
							
								
								Improvements to the shipping module & cart updates  
							
							
							
						 
						
							2020-01-04 17:40:58 +10:30  
				
					
						
							
							
								 
						
							
							
								3373a60d8f 
								
							
								 
							
						 
						
							
							
								
								Add/Update/Remove/empty cart without refreshing the page  
							
							
							
						 
						
							2020-01-04 13:07:35 +10:30  
				
					
						
							
							
								 
						
							
							
								445c4f62ff 
								
							
								 
							
						 
						
							
							
								
								Fixed display of shipping amount in cart & populate through to order  
							
							
							
						 
						
							2020-01-03 22:39:51 +10:30  
				
					
						
							
							
								 
						
							
							
								2e5dfd576c 
								
							
								 
							
						 
						
							
							
								
								Updating fontawesome logos which are broken  
							
							
							
						 
						
							2020-01-03 13:52:43 +10:30  
				
					
						
							
							
								 
						
							
							
								19268ac412 
								
							
								 
							
						 
						
							
							
								
								Making options stand out  
							
							
							
						 
						
							2020-01-02 15:42:19 +10:30  
				
					
						
							
							
								 
						
							
							
								18b8eaf8f5 
								
							
								 
							
						 
						
							
							
								
								Fixing the product options  
							
							
							
						 
						
							2020-01-02 14:07:36 +10:30  
				
					
						
							
							
								 
						
							
							
								8741f795de 
								
							
								 
							
						 
						
							
							
								
								Fixed display of options  
							
							
							
						 
						
							2020-01-02 10:48:09 +10:30  
				
					
						
							
							
								 
						
							
							
								42a4856c42 
								
							
								 
							
						 
						
							
							
								
								Fixed search  
							
							
							
						 
						
							2020-01-02 09:20:12 +10:30  
				
					
						
							
							
								 
						
							
							
								d6e6fa0636 
								
							
								 
							
						 
						
							
							
								
								UI fixes  
							
							
							
						 
						
							2020-01-01 19:50:57 +10:30  
				
					
						
							
							
								 
						
							
							
								eafb690445 
								
							
								 
							
						 
						
							
							
								
								Added instore payment type.  
							
							
							
						 
						
							2020-01-01 14:57:42 +10:30  
				
					
						
							
							
								 
						
							
							
								03573129b3 
								
							
								 
							
						 
						
							
							
								
								Fixing cart storage and management  
							
							
							
						 
						
							2019-12-30 13:40:57 +10:30  
				
					
						
							
							
								 
						
							
							
								4799d0453b 
								
							
								 
							
						 
						
							
							
								
								Fix display of multiple images  
							
							
							
						 
						
							2019-12-29 18:37:03 +10:30  
				
					
						
							
							
								 
						
							
							
								e5ff1498a7 
								
							
								 
							
						 
						
							
							
								
								Fixed incorrectly hiding on large screens  
							
							
							
						 
						
							2019-12-29 18:25:52 +10:30  
				
					
						
							
							
								 
						
							
							
								f22a8f0a14 
								
							
								 
							
						 
						
							
							
								
								Issue showing multiple images  
							
							
							
						 
						
							2019-12-28 17:37:53 +10:30  
				
					
						
							
							
								 
						
							
							
								3092726cd5 
								
							
								 
							
						 
						
							
							
								
								Locale update  
							
							
							
						 
						
							2019-12-28 16:53:07 +10:30  
				
					
						
							
							
								 
						
							
							
								4c9cdac4cb 
								
							
								 
							
						 
						
							
							
								
								Small style fixes  
							
							
							
						 
						
							2019-12-28 16:36:33 +10:30  
				
					
						
							
							
								 
						
							
							
								ee5400716c 
								
							
								 
							
						 
						
							
							
								
								Style/layout fixes for mobile  
							
							
							
						 
						
							2019-12-28 16:13:20 +10:30  
				
					
						
							
							
								 
						
							
							
								a5dcc7624b 
								
							
								 
							
						 
						
							
							
								
								Started to add in Less CSS support  
							
							
							
						 
						
							2019-12-26 21:02:28 +10:30  
				
					
						
							
							
								 
						
							
							
								32ea7da4da 
								
							
								 
							
						 
						
							
							
								
								Huge rewrite and update of style/layout + theme simplification  
							
							
							
						 
						
							2019-12-26 13:53:21 +10:30  
				
					
						
							
							
								 
						
							
							
								63b7855bf0 
								
							
								 
							
						 
						
							
							
								
								Removing old themes  
							
							
							
						 
						
							2019-12-22 09:22:25 +10:30  
				
					
						
							
							
								 
						
							
							
								b48b2237ee 
								
							
								 
							
						 
						
							
							
								
								Improving checkout experience  Fixes   #103  
							
							
							
						 
						
							2019-12-21 13:16:48 +10:30  
				
					
						
							
							
								 
						
							
							
								ddf78c1618 
								
							
								 
							
						 
						
							
							
								
								Add country select for customer form & handle customer register fix  
							
							
							
						 
						
							2019-12-19 15:35:48 +10:30  
				
					
						
							
							
								 
						
							
							
								857b07f5bd 
								
							
								 
							
						 
						
							
							
								
								Repointing incorrectly located file  
							
							
							
						 
						
							2019-12-19 15:04:48 +10:30