Page 1 of 1

Phoca PDF questions mostly email.

Posted: 12 Nov 2010, 09:33
by aravot
Using Phoca PDF v1.0.9 and Phoca Email v1.0.0, I am missing invoice attachment option in Phoca Email shown here.
Image

and in Virtuemart order Delivery tab missing email icon as shown in image.
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)
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();
to

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();
The code is commented out

Re: Phoca PDF questions mostly email.

Posted: 12 Nov 2010, 23:28
by Jan
Hi,

Phoca PDF VirtueMart Email plugin - see first paragraph here:
https://www.phoca.cz/documents/18-virtue ... eipt-addon

You need Phoca PDF VirtueMart Email plugin istead of Phoca PDF VirtueMart plugin

Double PDF icons - this was fixed in Phoca PDF VirtueMart plugin - just download it again and install again

Basic Modification - while saving the article, the <br> tags were removed, I have fixed it now, thank you for this info.


Jan

Re: Phoca PDF questions mostly email.

Posted: 12 Nov 2010, 23:49
by aravot
So Phoca PDF VirtueMart Email plugin is available only to active members and donors.

Re: Phoca PDF questions mostly email.

Posted: 13 Nov 2010, 00:45
by mattlindsay
Jan, I have the same question, is this possible?

Re: Phoca PDF questions mostly email.

Posted: 13 Nov 2010, 21:45
by aravot
@Jan, made a contribution towards Phoca PDF VirtueMart Email plugin.