aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-05 13:17:29 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-05 13:17:29 -0400
commitd7c974a98de42f41f3ca16f961d2dee96a3c4313 (patch)
tree32751f8ef2b16b7c957a3fbb82d8664b24239583 /ufund-ui/src/app/components/funding-basket/funding-basket.component.html
parent5a5d31896d79a736bce33b7d1aa7b3168ba308a9 (diff)
downloadJellySolutions-d7c974a98de42f41f3ca16f961d2dee96a3c4313.tar.gz
JellySolutions-d7c974a98de42f41f3ca16f961d2dee96a3c4313.tar.bz2
JellySolutions-d7c974a98de42f41f3ca16f961d2dee96a3c4313.zip
Added running total to checkout
Diffstat (limited to 'ufund-ui/src/app/components/funding-basket/funding-basket.component.html')
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
index bba66a3..67e1083 100644
--- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
@@ -36,6 +36,7 @@
<br>
<div id="footer">
<button class="button2" title="checkout" (click)="checkout()">Checkout</button>
+ <span id="running-total">Your current running total is: ${{runningTotal | async}}</span>
</div>
</ng-template>
<div *ngIf="!usersService.getBasket().getValue().length">