Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-20 | Can now delete item from basket | Matthew Lemon | 1 | -0/+1 | |
- if is only one item left, it is deleted along with the basket - if there are more than one, just that one is deleted - TODO needs proper handling of the confirmation page - it's not formatted. htmx? | |||||
2024-10-19 | Add multiple items to the cart and Stripe process | Matthew Lemon | 1 | -1/+1 | |
- Very rough but it works - Multiple items can be added to cart - Can be bought with stripe - Shopping cart is deleted after successful transaction | |||||
2024-10-17 | skeleton webhook for stripe working | Matthew Lemon | 1 | -1/+1 | |
2024-10-15 | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 1 | -0/+0 | |
2024-10-15 | wip: import tidying and renaming path in sassit alias | Matthew Lemon | 1 | -1/+2 | |
2024-10-09 | wip: clicking add to cart button takes you to card detail but thats it | Matthew Lemon | 1 | -1/+1 | |
2024-10-09 | wip: working on tests for adding resource to a cart | Matthew Lemon | 1 | -2/+2 | |
2024-09-16 | Upgrade to bootstrap 5.3 | Matthew Lemon | 1 | -4/+7 | |
2024-09-15 | Sorting imports only | Matthew Lemon | 1 | -1/+2 | |
2024-09-08 | wip: implementing checkout | Matthew Lemon | 1 | -0/+17 | |
- also some formatting changes |