Hi All,
When I select I want to ship to multiple destinations and then choose the addresses for each item I get the following error when I continue.
[[ConLib:ShipMethodPage]] d:\Clients\AbleCommerce7.0\htdocs\ConLib\ShipMethodPage.ascx.cs(90): error CS0103: The name 'NoShippingMethodMessage' does not exist in the current context
Any help would be greatly appreciated.
Thanks in advance!
Ship To Multiple Addresses
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Ship To Multiple Addresses
Have you customized the ShipMethodPage.ascx?
Is this line still there:
<asp:Label ID="NoShippingMethodMessage" runat="server" Visible="false" Text="No suitable shipping method available to ship the products in your basket. Please contact the merchant for assistance in completing your order." SkinID="ErrorCondition" EnableViewState="false"></asp:Label>
Is this line still there:
<asp:Label ID="NoShippingMethodMessage" runat="server" Visible="false" Text="No suitable shipping method available to ship the products in your basket. Please contact the merchant for assistance in completing your order." SkinID="ErrorCondition" EnableViewState="false"></asp:Label>
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: Ship To Multiple Addresses
Yes most probably you gotHi All,
When I select I want to ship to multiple destinations and then choose the addresses for each item I get the following error when I continue.
[[ConLib:ShipMethodPage]] d:\Clients\AbleCommerce7.0\htdocs\ConLib\ShipMethodPage.ascx.cs(90): error CS0103: The name 'NoShippingMethodMessage' does not exist in the current context
Any help would be greatly appreciated.
Thanks in advance!
Code: Select all
<asp:Label ID="NoShippingMethodMessage" runat="server" Visible="false" Text="No suitable shipping method available to ship the products in your basket. Please contact the merchant for assistance in completing your order." SkinID="ErrorCondition" EnableViewState="false"></asp:Label>