vendrhub / vendr-checkout

A ready made checkout flow for Vendr, the eCommerce solution for Umbraco v8+
https://vendr.net/add-ons/vendr-checkout/
MIT License
14 stars 17 forks source link

VendrCheckoutOrderConfirmationEmail - Not showing price #33

Closed alevak09 closed 1 year ago

alevak09 commented 2 years ago

Some minor changes are required in the email template to show price correctly.

Bug 1: https://github.com/vendrhub/vendr-checkout/blob/d73212110d49d4a702d6b551fad2b03a2656ffbc/src/Vendr.Checkout/Web/UI/App_Plugins/VendrCheckout/views/emails/VendrCheckoutOrderConfirmationEmail.cshtml#L230

Should be:

@Model.ShippingInfo.TotalPrice.WithoutAdjustments.Formatted().WithoutTax

Bug 2:

https://github.com/vendrhub/vendr-checkout/blob/d73212110d49d4a702d6b551fad2b03a2656ffbc/src/Vendr.Checkout/Web/UI/App_Plugins/VendrCheckout/views/emails/VendrCheckoutOrderConfirmationEmail.cshtml#L246

Should be:

@Model.PaymentInfo.TotalPrice.WithoutAdjustments.Formatted().WithoutTax
alevak09 commented 1 year ago

I'm closing this issue as it has been resolved in V3 by @jonathoncove1

src/Vendr.Checkout/Web/UI/App_Plugins/VendrCheckout/views/emails/VendrCheckoutOrderConfirmationEmail.cshtml