change wording of "delivery instructions" on ship page

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

change wording of "delivery instructions" on ship page

Post by mkeith1 » Tue Feb 24, 2009 5:29 pm

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Wed Feb 25, 2009 4:27 am

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.

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

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

Post by mkeith1 » Wed Feb 25, 2009 12:15 pm

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Wed Feb 25, 2009 12:25 pm

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.

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

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

Post by mkeith1 » Wed Feb 25, 2009 12:30 pm

I made the change to the default page in the admin > orders > shipments directory. That works.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Wed Feb 25, 2009 12:30 pm

sound great :)

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

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

Post by mkeith1 » Fri Feb 27, 2009 11:33 am

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.
Last edited by mkeith1 on Fri Feb 27, 2009 11:38 am, edited 1 time in total.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Fri Feb 27, 2009 11:37 am

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.

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

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

Post by mkeith1 » Fri Feb 27, 2009 11:40 am

what is "admin side code"? I already replaced the modified pages with the originals, but it still doesn't work.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Fri Feb 27, 2009 12:11 pm

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.

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

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

Post by mkeith1 » Fri Feb 27, 2009 12:16 pm

both original pages have been restored. checkout still doesnt work.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Fri Feb 27, 2009 12:31 pm

Then most probably its something else causing the problem.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Fri Feb 27, 2009 12:32 pm

Could you post your problamatic OnePageControl.ascx and OnePageControl.ascx.cs files here as attachment.

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

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

Post by mkeith1 » Fri Feb 27, 2009 1:06 pm

ok, so i restored it with a backup version i had, which was from a previous release. Hosting support has fixed the problem.

Post Reply