Add shipmessage to invoice

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
User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Add shipmessage to invoice

Post by compunerdy » Sun Jun 26, 2011 6:33 pm

Anyone know how to do this?

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

Re: Add shipmessage to invoice

Post by mazhar » Mon Jun 27, 2011 4:33 am

I believe we discussed same thing in past. Have a look at following thread viewtopic.php?f=42&t=9146

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Add shipmessage to invoice

Post by compunerdy » Mon Jun 27, 2011 8:56 am

We have..but the code no longer works.

There are quite a few code snipets that no longer work such as..

viewtopic.php?f=47&t=6970

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Add shipmessage to invoice

Post by compunerdy » Thu Jul 21, 2011 11:01 am

Nobody has a modified Invoice that works with 7.0.7?

dave@givemore.com
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Tue Jan 13, 2009 11:11 am

Re: Add shipmessage to invoice

Post by dave@givemore.com » Mon Aug 22, 2011 1:36 pm

Using Version: 7.0 Build 8839

I am using:

Code: Select all

		#foreach($shipment in $order.Shipments)
			#if ($shipment.ShipMessage.Length > 0)
				<tr>
					<td colspan="2">
						<font style="color:#999999; font-family:Helvetica, Arial, sans-serif; font-size:14px;">Delivery Instructions:</font><br />
						$shipment.ShipMessage<br /><br />
					</td>
				</tr>
			#end
		#end
Give More Media
http://www.givemore.com/

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Add shipmessage to invoice

Post by compunerdy » Mon Aug 22, 2011 8:58 pm

The invoice setup was changed I think at around 7.0.5 and then the ones we previously had modified and working no longer worked. All of the code tidbits scattered around the forums will not work with the newer setup that I know of.

Post Reply