• Businesses small and large rely on our shipping systems each day to send domestic and international packages
  • Our accurate quoting systems will give you the edge over competitors
  • Quoting system flexibility allows you to offer promotional and fixed pricing to your customers to accommodate most any scenario
  • Print labels with the click of a button and track packages with real-time updates from your provider
  • We are also an experienced leader in all areas of technical support

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:

  1. </tr>
  2. <?php require(JPATH_ADMINISTRATOR.'/components/com_complete_ship/libs/common/order.php'); ?>
  3. </table>
  4.  
  5. </div>
  6.  
  7. <?php
  8. AdminUIHelper::imitateTabs('end');
</tr> <?php require(JPATH_ADMINISTRATOR.'/components/com_complete_ship/libs/common/order.php'); ?> </table>   </div>   <?php AdminUIHelper::imitateTabs('end');

Question 3/10 in FedEx Complete for VirtueMart FAQs