Posts by Bruno Reis • 1 point
3 posts
-
-4
votes1
answer51
viewsQ: Cart quantity
Good afternoon, I would like to know how I can take the amount I enter in my cart view and save it even giving refresh.. For example: customer added 8 amounts of pasta but after page refresh that…
c#asked Bruno Reis 1 -
0
votes1
answer48
viewsA: Taking data from the Entity framework database (picking up discount coupons)
My ajax function aplicaDesconto() { var codigo = $("#codDesconto").val(); var total = @total; $.ajax({ type: 'POST', url: 'AplicaDesconto', data: { codigo }, success: function (data) { if…
c#answered Bruno Reis 1 -
0
votes1
answer48
viewsQ: Taking data from the Entity framework database (picking up discount coupons)
Good evening, I wonder how I can do by ajax to it go through my bank and see and there is a discount apply code: DAO: public void Adiciona(Desconto desconto) { using (var context = new…
c#asked Bruno Reis 1