Fast Track Error on Receipt - The parameter invoiceKey was not found in the CustomerContext
I am seeing this error although the other pages are already working properly:
he parameter invoiceKey was not found in the CustomerContext
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: The parameter invoiceKey was not found in the CustomerContext
Source Error:
Line 3: Layout = "FastTrack.cshtml";
Line 4: }
Line 5: @Html.Action("SalesReceipt", "CheckoutSummary", new { area = "FastTrack" })
Hi Martyn Lloyd Jones... did you find a solution about this?... Why this happens to you?
I am getting this error:
ERROR
Merchello.Web.Controllers.CheckoutSummaryControllerBase`4[[Merchello.FastTrack.Models.FastTrackCheckoutSummaryModel,
Merchello.FastTrack, Version=2.4.6240.24755, Culture=neutral,
PublicKeyToken=null],[Merchello.FastTrack.Models.FastTrackBillingAddressModel,
Merchello.FastTrack, Version=2.4.6240.24755, Culture=neutral,
PublicKeyToken=null],[Merchello.Web.Store.Models.StoreAddressModel,
Merchello.Web.Store, Version=2.4.6240.24755, Culture=neutral,
PublicKeyToken=null],[Merchello.Web.Store.Models.StoreLineItemModel,
Merchello.Web.Store, Version=2.4.6240.24755, Culture=neutral,
PublicKeyToken=null]] - The 'invoiceKey' parameter was not found in
the CustomerContext
Not trying to revive dead topics, but this error still persist and Ive found no solution. Googling this issue also just gives 2 relevant links of which this topic is the one most accurate as the error message goes.
Fast Track Error on Receipt - The parameter invoiceKey was not found in the CustomerContext
I am seeing this error although the other pages are already working properly:
he parameter invoiceKey was not found in the CustomerContext
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: The parameter invoiceKey was not found in the CustomerContext
Source Error:
Line 3: Layout = "FastTrack.cshtml"; Line 4: } Line 5: @Html.Action("SalesReceipt", "CheckoutSummary", new { area = "FastTrack" })
Thanks
Hi Martyn Lloyd Jones... did you find a solution about this?... Why this happens to you?
I am getting this error:
Hi guys
Did you find a solution?
How to fix it?
Alex
Not trying to revive dead topics, but this error still persist and Ive found no solution. Googling this issue also just gives 2 relevant links of which this topic is the one most accurate as the error message goes.
Umbraco version 7.11.1 Merchello version v2.6.0
Any suggestions would be much appreciated.
is working on a reply...