Ship To Multiple Addresses

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
pmcalister
Ensign (ENS)
Ensign (ENS)
Posts: 16
Joined: Mon Apr 28, 2008 9:58 am

Ship To Multiple Addresses

Post by pmcalister » Fri Sep 19, 2008 1:27 pm

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!

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

Re: Ship To Multiple Addresses

Post by jmestep » Fri Sep 19, 2008 6:46 pm

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>
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
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Ship To Multiple Addresses

Post by mazhar » Sun Sep 21, 2008 10:04 pm

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!
Yes most probably you got

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>
changed due to some reason. Find for some label with same Text field value as above. If you found some one just change its id to "NoShippingMethodMessage" otherwise you can use you actual version of the file that came with the AC package.

Post Reply