and in Virtuemart order Delivery tab missing email icon as shown in image.
My guess I need additional plugin https://www.phoca.cz/download/category/2 ... art-addons but it says obsolete.
On user Account Maintenance double pdf icons are shown same as (see image)
On VirtueMart Invoice, Delivery Note and Receipt Addon (VM IDnR Addon) page under Basic Modification where is says find
Code: Select all
$tab->endTab();
$tab->endPane();
Code: Select all
$tab->endTab();
// Delivery $lang =& JFactory::getLanguage();
$lang->load('plg_phocapdf_virtuemart', JPATH_ADMINISTRATOR, null, true);
$tab->startTab( JText::_('PLG_PHOCAPDF_VM_DELIVERY_TAB_LBL'), "delivery_pane" );
require_once(CLASSPATH.'ps_order_delivery.php'); $tab->endTab();
// End Delivery $tab->endPane();