Page 1 of 1

change wording of "delivery instructions" on ship page

Posted: Tue Feb 24, 2009 5:29 pm
by mkeith1
I'd like to change the words "Delivery Instructions" on the shipments page of the order admin
to read "Shipment Information" where can i do this?

Re: change wording of "delivery instructions" on ship page

Posted: Wed Feb 25, 2009 4:27 am
by mazhar
Edit the ConLib/OnePageCheckout.ascx file and locate following code

Code: Select all

<asp:Label ID="ShipMessageLabel" runat="server" Text="Delivery Instructions?" SkinID="FieldHeader"></asp:Label>
Then change the value of Text="" part to meet your requirements.

Re: change wording of "delivery instructions" on ship page

Posted: Wed Feb 25, 2009 12:15 pm
by mkeith1
that didn't work. Here's where I'd like to make the change on the shipments page:
Administration > Orders > View Order #13586 > Shipments
delivery message.JPG

Re: change wording of "delivery instructions" on ship page

Posted: Wed Feb 25, 2009 12:25 pm
by mazhar
Sorry I posted the code for store pages, Edit the Admin/Orders/Shipping/Default.aspx and locate the following code

Code: Select all

<th align="left" class="rowHeader" valign="top"><asp:Label ID="ShipMessageLebel" runat="server" Text="Delivery Instructions:"></asp:Label></th>
and change the Text="" part.

Re: change wording of "delivery instructions" on ship page

Posted: Wed Feb 25, 2009 12:30 pm
by mkeith1
I made the change to the default page in the admin > orders > shipments directory. That works.

Re: change wording of "delivery instructions" on ship page

Posted: Wed Feb 25, 2009 12:30 pm
by mazhar
sound great :)

Re: change wording of "delivery instructions" on ship page

Posted: Fri Feb 27, 2009 11:33 am
by mkeith1
not sure if this is related to the change made above, but now i'm getting this error when a customer tries to get to checkout from the basket page:

[[ConLib:OnePageCheckout]] e:\hshome\musicmart\musicmart.com\ConLib\OnePageCheckout.ascx.cs(622): error CS0103: The name 'BillToName' does not exist in the current context

------------------

This is now CRITICAL, NO orders can be placed.

Re: change wording of "delivery instructions" on ship page

Posted: Fri Feb 27, 2009 11:37 am
by mazhar
I am not sure. May be when you edited OnePageCheckout and made some change mistakenly. In your case you need the admin side code so you can just revert your control files back to the version before modification.

Re: change wording of "delivery instructions" on ship page

Posted: Fri Feb 27, 2009 11:40 am
by mkeith1
what is "admin side code"? I already replaced the modified pages with the originals, but it still doesn't work.

Re: change wording of "delivery instructions" on ship page

Posted: Fri Feb 27, 2009 12:11 pm
by mazhar
I mean the above modification you required to change the delivery text was in Admin page not on store side as was mistakenly posted by me first time.

Re: change wording of "delivery instructions" on ship page

Posted: Fri Feb 27, 2009 12:16 pm
by mkeith1
both original pages have been restored. checkout still doesnt work.

Re: change wording of "delivery instructions" on ship page

Posted: Fri Feb 27, 2009 12:31 pm
by mazhar
Then most probably its something else causing the problem.

Re: change wording of "delivery instructions" on ship page

Posted: Fri Feb 27, 2009 12:32 pm
by mazhar
Could you post your problamatic OnePageControl.ascx and OnePageControl.ascx.cs files here as attachment.

Re: change wording of "delivery instructions" on ship page

Posted: Fri Feb 27, 2009 1:06 pm
by mkeith1
ok, so i restored it with a backup version i had, which was from a previous release. Hosting support has fixed the problem.