Checkout Error 7.03
Checkout Error 7.03
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?
[[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! --
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! --
Re: Checkout Error 7.03
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
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
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
Re: Checkout Error 7.03
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! --
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! --
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Checkout Error 7.03
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
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
Re: Checkout Error 7.03
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
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
Re: Checkout Error 7.03
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! --
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! --
Re: Checkout Error 7.03
the reference would be in the scriptlet assigned to the body of the checkout page.Jaz wrote:I never foudn a refereence to custom/OnePageCheckout anywhere
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
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
Re: Checkout Error 7.03
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! --
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! --
Re: Checkout Error 7.03
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
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