diff --git a/resources/lightbox_functions.js b/resources/lightbox_functions.js
index 8177100..145399c 100644
--- a/resources/lightbox_functions.js
+++ b/resources/lightbox_functions.js
@@ -75,7 +75,7 @@ $( function(){
 
 	$('.product_row').click( function(){
 		$( '#dlg_add input[name=product]' ).val( $(this).data('id') );
-		$( '#dlg_add p:first-child' ).text( $(this).data('name') + ' (' + $(this).data('price') + ')' );
+		$( '#dlg_add_product' ).text( $(this).data('name') + ' (' + $(this).data('price') + ')' );
 		$( '#dlg_add' ).dialog( 'open' );
 
 		if ( $(this).data('type') == 'Print' )
