diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
commit | eeaddb27560d723ca7d61359744ceb2709fccd2d (patch) | |
tree | 04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85 /pyblackbird_cc/templates/payments/cart_sidepanel.html | |
parent | 7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff) |
Renamed from pyblackbird_cc to alphabetlearning - everywhere
Diffstat (limited to 'pyblackbird_cc/templates/payments/cart_sidepanel.html')
-rw-r--r-- | pyblackbird_cc/templates/payments/cart_sidepanel.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/pyblackbird_cc/templates/payments/cart_sidepanel.html b/pyblackbird_cc/templates/payments/cart_sidepanel.html deleted file mode 100644 index 7742c9a..0000000 --- a/pyblackbird_cc/templates/payments/cart_sidepanel.html +++ /dev/null @@ -1,28 +0,0 @@ -<div class="p-2 border border-2 rounded rounded-2 border-light-subtle"> - <div class="p-1 d-flex justify-content-between"> - <div> - <strong>Subtotal:</strong> - </div> - <div> - £{{ cart_total }} 10.24 - </div> - </div> - <div class="p-1 d-flex justify-content-between"> - <div> - <strong>Shipping and handling:</strong> - </div> - <div> - <p class="text-end">There is nothing to say here</p> - </div> - </div> - <hr> - <div class="my-1"> - <p class="p-1 text-secondary">After payment, links to your download will be generated. - <a class="p-1 text-sm" href="#">Help</a> - </p> - - </div> - <div class="d-grid gap-2 mx-auto col-11"> - <button class="btn btn-primary btn-lg">Checkout now</button> - </div> -</div> |