BV Commerce Forum
»
BV Commerce Support
»
General Support
»
getting this error on checkout 5.7.2 - using QuickCheckout
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
Server Error in '/' Application.
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 251: If c IsNot Nothing Then Line 252: If c.Bvin <> String.Empty Then Line 253: destination = Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page) Line 254: End If Line 255: End If
Source File: D:\Domains\temp2.yourticketzone.com\wwwroot\BVModules\Checkouts\QuickCheckout\Checkout.aspx.vb Line: 253
Show Detailed Compiler Output:
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016 |
|
|
|
|
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)
|
Derek, There was a change to the URL rewriter in 5.7 that breaks the Quick Checkout and other mods. You can always download the Develisys BVC 5 Toolkit which includes our improved version of Cliff's Quick Checkout. Be sure that you download the 5.7 version. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
excellent...thanks Aaron :) |
|
|
|
|
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
Is it possible to modify the Quickcheckout in the meantime to get it to work as I have a fair bit of modification with this plugin and would prefer to keep using it until I implement the Develysis one :)
Thanks, d. |
|
|
|
|
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)
|
Yes, it's possible. You will need to modify the URL rewriter function call for one thing. I'm not sure if there is anything else. Probably the easiest way to fix it is to compare the source code of the Quick Checkout against our checkout (they're pretty similar). Look for the URL rewriter function call and make the appropriate changes. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 4/10/2009(UTC) Posts: 120 Location: Mechanicsville, VA
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Change (from your code above)
Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page)
to
Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page, Catalog.Category.FindAll())
Voila! |
Tim
|
|
|
|
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
|
|
|
|
|
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.