Checkout Error 7.03

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
Jaz
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Nov 05, 2008 4:04 am
Location: Torrance, CA
Contact:

Checkout Error 7.03

Post by Jaz » Fri Nov 06, 2009 2:20 pm

Several of my customers are getting this error in checkout after upgreading to 7.03:

[[ConLib:custom/OnePageCheckout]] d:\Internet\TrickConcepts.com\ConLib\Custom\OnePageCheckout.ascx.cs(1336): error CS0103: The name 'OrderBelowMinimumAmountMessage' does not exist in the current context

Any thoughts?
David Jasiewicz
President
Trick Concepts - Metal Fab. Engineering and Product Design
http://www.trickconcepts.com-- If you are an ASP or PHP programmer or CSS web specialist I will gladly trade for graphic design, mechanical engineering or metal fabrication service! --

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Checkout Error 7.03

Post by AbleMods » Fri Nov 06, 2009 8:36 pm

I see you're using a customized OnePageCheckout user control - If you upgraded to 7.0.3, did you transition your modifications to the new version of the OnePageCheckout user control as well?

OnePageCheckout has been modified quite a bit over the past several AC7 versions. The "OrderBelowMinimumAmountMessage" HTML object no longer exists in 7.0.3.

In previous versions of AC7, an order not meeting the minimum/maximum order amount of the store displayed a message in the Checkout page. In 7.0.3, the visitor is simply redirected back to the basket page and the min/max warning message was removed.

Not sure I entirely agree with that particular change, but it is what it is :)
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Jaz
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Nov 05, 2008 4:04 am
Location: Torrance, CA
Contact:

Re: Checkout Error 7.03

Post by Jaz » Fri Nov 06, 2009 8:49 pm

Yes, it is modified, but it was modified after upgrading it to 7.03. I can't find a reference to it anywhere in the code.
David Jasiewicz
President
Trick Concepts - Metal Fab. Engineering and Product Design
http://www.trickconcepts.com-- If you are an ASP or PHP programmer or CSS web specialist I will gladly trade for graphic design, mechanical engineering or metal fabrication service! --

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Checkout Error 7.03

Post by jmestep » Sat Nov 07, 2009 6:38 am

Did you modify the one in the custom folder after the upgrade? Try switching to the unmodified one in the ConLib folder and see what happens.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Checkout Error 7.03

Post by AbleMods » Sat Nov 07, 2009 7:37 am

I wonder if it's pulling the unmodified code
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Jaz
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Nov 05, 2008 4:04 am
Location: Torrance, CA
Contact:

Re: Checkout Error 7.03

Post by Jaz » Sat Nov 07, 2009 3:13 pm

I never foudn a refereence to custom/OnePageCheckout anywhere, but that seems to be where is is comming from. I coppied the the one I modified (in the conlib to the custom folder and I think it solver the problem, but now I have a security problem due to images at the top of the header, which I have mentioned in another post.
David Jasiewicz
President
Trick Concepts - Metal Fab. Engineering and Product Design
http://www.trickconcepts.com-- If you are an ASP or PHP programmer or CSS web specialist I will gladly trade for graphic design, mechanical engineering or metal fabrication service! --

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Checkout Error 7.03

Post by AbleMods » Sun Nov 08, 2009 8:20 am

Jaz wrote:I never foudn a refereence to custom/OnePageCheckout anywhere
the reference would be in the scriptlet assigned to the body of the checkout page.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Jaz
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Nov 05, 2008 4:04 am
Location: Torrance, CA
Contact:

Re: Checkout Error 7.03

Post by Jaz » Sun Nov 08, 2009 9:58 pm

Yea. You would think. the body of that page calls out pulling the file from conlib/, but the the error is from conlib/custom. Got me? Anyhow, I got it fixed.
David Jasiewicz
President
Trick Concepts - Metal Fab. Engineering and Product Design
http://www.trickconcepts.com-- If you are an ASP or PHP programmer or CSS web specialist I will gladly trade for graphic design, mechanical engineering or metal fabrication service! --

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Checkout Error 7.03

Post by AbleMods » Mon Nov 09, 2009 7:33 am

The only other possibility is the code/html files are messed up. The HTML file in the /custom/ folder could still be pointing to the code file in the /conlib/ folder (or visa versa). Look at the first line in the HTML (.ascx) file and make sure it's pointing to the code file in the same folder as the HTML file....
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply