This episode is for members only

Level up with a premium membership

Get access
Already a member? Sign in to continue
Playing
59. Getting changed status on the client
126 episodes14 hrs 16 mins

Course overview

Build a robust e-commerce platform with a Laravel API and Nuxt frontend. Products with flexible variations, proper price implementation, a full checkout experience with dynamic shipping and payment implementations (including saved payment methods) and loads more.

Alex Garrett-Smith
Alex Garrett-Smith
Hey, I'm the founder of Codecourse!

Comments

No coments, yet. Be the first to leave a comment.

Episodes

0%
Your progress
  • Total: 14 hrs 16 mins
  • Played: 0 mins
  • Remaining: 14 hrs 16 mins
Join or sign in to track your progress
02. Introduction and demo
6m 10s
0%
03. Setting up Laravel
3m 27s
0%
04. Setting up Nuxt and Bulma
7m 26s
0%
05. Setting up for testing
2m 57s
0%
06. Building the category model
15m 1s
0%
07. Category index endpoint
12m 24s
0%
08. Showing categories and children
14m 29s
0%
09. Simple products
3m 7s
0%
10. Product index endpoint
7m 54s
0%
11. Product show endpoint
4m 3s
0%
12. Showing a product
3m 50s
0%
13. Hooking up products to categories
3m 16s
0%
14. Scoping products by category
14m 41s
0%
15. Simple CORS support
1m 17s
0%
16. Showing products in categories
8m 3s
0%
17. Product variations
9m 1s
0%
18. Product variation types
12m 54s
0%
19. Fixing failing tests for the product index
2m 57s
0%
20. Quick scoper trait refactor
1m 2s
0%
21. Product prices
11m 5s
0%
22. Product variation prices
7m 42s
0%
23. Updating the client prices
49s
0%
24. Showing product variations
5m
0%
25. Showing if the product variation price differs
1m 10s
0%
26. Selecting product variations to add
9m 52s
0%
27. Product stock blocks
6m 49s
0%
28. Basics orders to test stock
5m 10s
0%
29. Product stock database view
13m 34s
0%
30. Product variation stock checks
9m 12s
0%
31. Showing if a variation is out of stock
1m 15s
0%
32. Base product stock information
4m 58s
0%
33. Showing if a product is out of stock
1m 5s
0%
34. Updating dropdown with stock count
3m 36s
0%
35. JSON response profiling
8m 6s
0%
36. Setting up authentication
3m 52s
0%
37. Registering a user
13m 6s
0%
38. Authenticating a user
7m 47s
0%
39. The me endpoint
7m 37s
0%
40. Authenticating on the client
7m 46s
0%
41. Updating the navigation
2m 19s
0%
42. The user cart relationship
5m 57s
0%
43. Adding items to the cart
23m 35s
0%
44. Incrementing quantity when adding
4m 17s
0%
45. Updating product cart quantities
10m 14s
0%
46. Deleting cart products
4m 27s
0%
47. Emptying the cart
1m 41s
0%
48. Getting the user’s cart
12m
0%
49. Getting the cart for every request
4m 27s
0%
50. Building the cart page
9m 58s
0%
51. Deleting cart items
3m 25s
0%
52. Updating cart item quantities
3m 39s
0%
53. Checking if the cart is empty
5m 5s
0%
54. Disabling the checkout button
2m 36s
0%
55. Getting the cart totals
6m 8s
0%
56. Showing the cart subtotal
2m 52s
0%
57. Syncing the cart
10m 28s
0%
58. Testing minimum stock
1m 13s
0%
59. Getting changed status on the client
1m 51s
0%
60. Showing the product variation type
1m 4s
0%
61. SQL optimizations
3m 57s
0%
62. Adding items on the client
3m 41s
0%
63. Countries table
2m 37s
0%
64. Addresses setup
7m 32s
0%
65. Listing addresses
5m 26s
0%
66. Storing an address
9m 55s
0%
67. Toggling default addresses
5m 49s
0%
68. Building the checkout page
7m 42s
0%
69. Showing the default address
8m 38s
0%
70. Switching the shipping address
8m 51s
0%
71. Creating a new shipping address
7m 37s
0%
72. Countries endpoint
2m 44s
0%
73. Country dropdown selector
4m 31s
0%
74. Creating shipping methods
4m 6s
0%
75. Hooking up shipping methods to countries
6m 4s
0%
76. Getting the right shipping methods for an address
11m 41s
0%
77. Using v-model with a shipping address
2m 16s
0%
78. Outputting available shipping methods
3m 41s
0%
79. Adding shipping onto the subtotal
14m
0%
80. Displaying shipping price and total at checkout
9m 54s
0%
81. Fixing shipping error on checkout
1m 40s
0%
82. Adding address and shipping method relation to orders
8m 49s
0%
83. Order statuses and defaults
5m 46s
0%
84. Basic order validation
12m 4s
0%
85. Custom shipping method validation rule
7m 7s
0%
86. Creating an order
9m 59s
0%
87. Revisiting orders and product relations
4m 58s
0%
88. Fixing cart store failing test
1m 26s
0%
89. Attaching products when ordering
10m 40s
0%
90. Refactoring to a custom collection
7m 56s
0%
91. Failing if the cart is empty
4m 7s
0%
92. Emptying the cart when ordering
6m 37s
0%
93. Returning order details
7m 41s
0%
94. Fixing up failing order test
1m 13s
0%
95. Placing orders from the checkout
7m 7s
0%
96. Warning users of cart changes, plus some refactoring
14m 55s
0%
97. Alerting on checkout changes
11m 52s
0%
98. Fixing the quantity UI bug
3m 35s
0%
99. Orders endpoint
9m 32s
0%
100. Formatting order total and subtotal
5m 33s
0%
101. Order index setup
2m 49s
0%
102. Listing through orders
11m 36s
0%
103. Product variation product relationship
5m 46s
0%
104. Updating product variations in orders
2m 12s
0%
105. Refactoring statuses to dynamic components
5m 35s
0%
106. Fixing a syncing bug
5m 26s
0%
107. Setting up payment methods
10m 59s
0%
108. Refactoring defaults to a trait
4m 9s
0%
109. Payment methods index endpoint
7m 7s
0%
110. Showing and switching payment methods
11m 8s
0%
111. Attaching payment methods to orders
9m 45s
0%
112. Setting up Stripe
2m 36s
0%
113. Mocking up our payment gateway
11m 40s
0%
114. Storing a payment method
17m 59s
0%
115. Responding with a card and writing some tests
11m 8s
0%
116. Storing a new card with Stripe
15m
0%
117. Event handler for processing the payment
4m 36s
0%
118. Processing a payment
5m 18s
0%
119. Handling a failed payment
7m 19s
0%
120. Handling a successful payment
2m 40s
0%
121. Fixing failing 'cart empty' test
3m 41s
0%
122. Testing listeners
10m 3s
0%
123. Using Mockery to test more complex listeners
15m 9s
0%
124. Client authentication middleware
6m 11s
0%
125. Tweaking order status components
3m 34s
0%
126. Order transactions setup
4m 47s
0%
127. Storing transactions
4m 15s
0%