I updated VirtueMart and can no longer print labels.
Answer:
When you update VirtueMart it will overwrite the order.php view file located at: /administrator/components/com_virtuemart/views/orders/tmpl
If this happens just copy and paste our inclusion line into the file before the last table tag like so:
</tr> <?php require(JPATH_ADMINISTRATOR.'/components/com_complete_ship/libs/common/order.php'); ?> </table> </div> <?php AdminUIHelper::imitateTabs('end');
</tr> <?php require(JPATH_ADMINISTRATOR.'/components/com_complete_ship/libs/common/order.php'); ?> </table> </div> <?php AdminUIHelper::imitateTabs('end');