Add SKU to summary section

In order to add SKU to your One Step Checkout summary section, please have your Magento developer do the following:

Open up the following file
app/design/frontend/{your theme folder}/template/onestepcheckout/summary.phtml

Use the $_item variable declared in that file,

and use this method,
<?php echo $_item->getSku() ?>