Phoca PDF questions mostly email.

Before you ask about IDnR Addon see the VirtueMart - Invoice, Delivery Note and Receipt Addon
aravot
Phoca Member
Phoca Member
Posts: 15
Joined: 04 May 2008, 18:29
Location: United States of America

Phoca PDF questions mostly email.

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca PDF questions mostly email.

Post 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
If you find Phoca extensions useful, please support the project
aravot
Phoca Member
Phoca Member
Posts: 15
Joined: 04 May 2008, 18:29
Location: United States of America

Re: Phoca PDF questions mostly email.

Post by aravot »

So Phoca PDF VirtueMart Email plugin is available only to active members and donors.
mattlindsay
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 13 Nov 2010, 00:44

Re: Phoca PDF questions mostly email.

Post by mattlindsay »

Jan, I have the same question, is this possible?
aravot
Phoca Member
Phoca Member
Posts: 15
Joined: 04 May 2008, 18:29
Location: United States of America

Re: Phoca PDF questions mostly email.

Post by aravot »

@Jan, made a contribution towards Phoca PDF VirtueMart Email plugin.
Post Reply