Quote:
	
	
		| 
			
				what code did you add to popup_product.js to get the sku to show.
			
		 | 
	
	
  
In /skin/common_files/main/popup_product.tpl
Find:
	Code:
	<option value="{$products[prod_idx].productid}">{$products[prod_idx].product}</option>
  
And change to:
	Code:
	 <option value="{$products[prod_idx].productid}">{$products[prod_idx].productcode}{": "}{$products[prod_idx].product}</option>