Commit 47ae605e1babb7e7277e330746172f8b013baa45
1 parent
7b2ab01c4f
Exists in
develop
and in
1 other branch
Agregado precio
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
src/app/modules/carrito/carrito.component.html
... | ... | @@ -76,9 +76,9 @@ |
76 | 76 | </div> |
77 | 77 | </div> |
78 | 78 | <!-- OPCIONALES --> |
79 | - <div class="col-3 border-right border-primary"> | |
79 | + <!-- <div class="col-3 border-right border-primary"> | |
80 | 80 | <p><small>OPCIONALES</small></p> |
81 | - <!-- <div class="py-1 badge-pill bg-dark text-white"><p><small>{{'AZÚCAR'}}</small></p></div> | |
81 | + <div class="py-1 badge-pill bg-dark text-white"><p><small>{{'AZÚCAR'}}</small></p></div> | |
82 | 82 | <div class="row mx-0 mt-2 justify-content-center"> |
83 | 83 | <div class="col-auto pl-3 btn-effect bg-primary badge-pill text-white"> |
84 | 84 | <span> |
... | ... | @@ -92,6 +92,10 @@ |
92 | 92 | </span> |
93 | 93 | </div> |
94 | 94 | </div> --> |
95 | + <!-- PRECIO --> | |
96 | + <div class="col-3 border-right border-primary"> | |
97 | + <p><small>PRECIO</small></p> | |
98 | + <div class="py-1 mt-2 badge-pill bg-dark text-white"><p><small>{{articulo.PreVen | currency}}</small></p></div> | |
95 | 99 | </div> |
96 | 100 | <!-- ELIMINAR --> |
97 | 101 | <div class="col-3 align-self-center"> |