Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
It looks like the forum software is having issues with attachments right now. If you are having problems downloading our toolkit, please contact me and I will get you a copy. Thanks! |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: "Aaron" It looks like the forum software is having issues with attachments right now. If you are having problems downloading our toolkit, please contact me and I will get you a copy. Thanks! Marcus fixed the problem so you should be able to download the toolkit attachments from the forum. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/28/2013(UTC) Posts: 77 Location: Midlothian, TX
|
Aaron:
What is the best or easiest way to merge my Web.config file with the one that comes with the toolkit?
Thanks |
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: dan @ HYAS What is the best or easiest way to merge my Web.config file with the one that comes with the toolkit? Very carefully. :) In all seriousness you should probably use a comparison tool like Beyond Compare. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/28/2013(UTC) Posts: 77 Location: Midlothian, TX
|
That is what i thought. just making sure. |
|
|
|
|
Rank: Member
Joined: 1/28/2013(UTC) Posts: 77 Location: Midlothian, TX
|
Aaron:
Working on getting your Toolkit installed.
I got the web file merged and all the files uploaded.
Selected Develisys One Page Checkout and when i attempt to check out i'm getting this error when going to the checkout page.
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30455: Argument not specified for parameter 'allCats' of 'Public Shared Function BuildUrlForCategory(c As BVSoftware.Bvc5.Core.Catalog.Category, p As System.Web.UI.Page, allCats As System.Collections.ObjectModel.Collection(Of BVSoftware.Bvc5.Core.Catalog.Category)) As String'.
Source Error:
Line 422: If c IsNot Nothing Then Line 423: If c.Bvin <> String.Empty Then Line 424: destination = Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page) Line 425: End If Line 426: End If
Source File: C:\inetpub\wwwroot\holidayyardart\BVModules\Checkouts\Develisys One Page Checkout\Checkout.aspx.vb Line: 424 |
|
|
|
|
Rank: Member
Joined: 1/28/2013(UTC) Posts: 77 Location: Midlothian, TX
|
I'm also not finding the Order Status page your refer to for customer to look up their order.
Should that have been in the zip file or was it an existing page? |
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Dan,
It looks like when we did the forum migration only the first attachment in a post was retained. In the case of our toolkit, only the original version for pre-5.7 was posted. I just added version 2.0 for 5.7.1 and above. Sorry about that! |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/28/2013(UTC) Posts: 77 Location: Midlothian, TX
|
Ok, will download it tonight and give it a try.
Thanks |
|
|
|
|
Rank: Member
Joined: 1/28/2013(UTC) Posts: 77 Location: Midlothian, TX
|
Ok, got your One Page Checkout installed and working.
But, now when i click place order I'm getting this error bellow. It is happening when using credit card or phone in payment method.
Any ideas?
Server Error in '/holidayyardart' Application. BVSoftware.Cryptography.AesEncryption: Index was outside the bounds of the array. 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.ArgumentException: BVSoftware.Cryptography.AesEncryption: Index was outside the bounds of the array.
Source Error:
Line 174: Line 175: If found Then Line 176: o.AddPayment(p) Line 177: End If Line 178:
Source File: C:\inetpub\wwwroot\holidayyardart\BVModules\Controls\Payment.ascx.vb Line: 176
Stack Trace:
[ArgumentException: BVSoftware.Cryptography.AesEncryption: Index was outside the bounds of the array.] BVSoftware.Cryptography.AesEncryption.Encode(String message, String key) in c:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Cryptography\AesEncryption.cs:47 BVSoftware.Bvc5.Core.Utilities.Cryptography.PciEncryption.Encode(String plainText, String salt) in C:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Utilities\Cryptography\PciEncryption.vb:54 BVSoftware.Bvc5.Core.Orders.Mapper.AddParametersToRequest(OrderPayment n, DataRequest request) in C:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Orders\OrderPayment.vb:435 BVSoftware.Bvc5.Core.Orders.Mapper.Insert(OrderPayment n) in C:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Orders\OrderPayment.vb:409 BVSoftware.Bvc5.Core.Orders.Order.AddPayment(OrderPayment op) in C:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Orders\Order.vb:873 BVModules_Controls_Payment.SavePaymentInfo(Order o) in C:\inetpub\wwwroot\holidayyardart\BVModules\Controls\Payment.ascx.vb:176 BVModules_Checkouts_Develisys_One_Page_Checkout.btnSubmit_Click(Object sender, ImageClickEventArgs e) in C:\inetpub\wwwroot\holidayyardart\BVModules\Checkouts\Develisys One Page Checkout\Checkout.aspx.vb:346 System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +98 System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +161 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
|
|
|
|
|
Rank: Member
Joined: 1/28/2013(UTC) Posts: 77 Location: Midlothian, TX
|
I switched back to the BV one page check out and still getting the same error |
|
|
|
|
Rank: Member
Joined: 1/28/2013(UTC) Posts: 77 Location: Midlothian, TX
|
Disregard above error. It appears to be something to do with the Localhost site. The live site is working fine. |
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Dan,
It looks like there could be a permission problem on your local machine. Check the /bin folder to make sure that the encryption files were created (bvkeym.config and bvkeys.config). If not, I'm guessing that the website does not have proper write permissions. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.