Strange Error on finnal step of Checkout process

Posted By tasosdr Tue 17 Dec 2013
Add to Favorites0
Author Message
tasosdr
 Posted Tue 17 Dec 2013
Supreme Being

Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)

Group: Forum Members
Last Active: Thu 16 Jun 2022
Posts: 38, Visits: 198
I am facing a quite strange issue on the final step of the checkout. The error log is folloing:

-----------------------------------------------------------------------------
>> Version:2,5004
>> URL:http://dev.rira.gr/Checkout.aspx
>> Page:
-----------------------------------------------------------------------------
>> 18/12/2013 12:14:37 πμ
>> 5.55.189.22
>> DESCRIPTION:
System.ArgumentException: Argument 'Length' must be greater or equal to zero.
at Microsoft.VisualBasic.Strings.Left(String str, Int32 Length)
at CkartrisBLL.ExtractHTMLBodyContents(String strHTML)
at CheckoutComplete.Page_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

==================================================


Can someone give me an insight of how can iI deal with it?
Its quite urgent, I am in a hurry to deliver.

Thanks,

Tasos
Paul Marked As Answer
 Posted Sun 29 Dec 2013
große Käse

große Käse - (454,038 reputation)große Käse - (454,038 reputation)große Käse - (454,038 reputation)große Käse - (454,038 reputation)große Käse - (454,038 reputation)große Käse - (454,038 reputation)große Käse - (454,038 reputation)große Käse - (454,038 reputation)große Käse - (454,038 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
The problem is lack of language email templates for the other languages.

Check your skin folder's 'templates' folder. This has HTML templates for various emails. The default ones are EN for english, you need to copy these templates and create DE and GR ones to handle those other languages.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
tasosdr Marked As Answer
 Posted Mon 30 Dec 2013
Supreme Being

Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)Supreme Being - (22,203 reputation)

Group: Forum Members
Last Active: Thu 16 Jun 2022
Posts: 38, Visits: 198
Yes! Indeed it made the trick.It works like a charm.
Though it took a minor change to work.
For the Greek language it has to be EL instead of GR.

Thank you so much for your help.

Tasos

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top