Phoca PDF questions mostly email.
Posted: 12 Nov 2010, 09:33
Using Phoca PDF v1.0.9 and Phoca Email v1.0.0, I am missing invoice attachment option in Phoca Email shown here.
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
to
The code is commented out
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();