Page 1 of 1

Ship To Multiple Addresses

Posted: Fri Sep 19, 2008 1:27 pm
by pmcalister
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!

Re: Ship To Multiple Addresses

Posted: Fri Sep 19, 2008 6:46 pm
by jmestep
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>

Re: Ship To Multiple Addresses

Posted: Sun Sep 21, 2008 10:04 pm
by mazhar
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.