- You need to add a link wherever you want, using the following helper function to add a link to open pdf in a tab Ex:
<?php echo Mage::helper('pdfcart')->getQuoteLink($label, $class); ?>
- You also can add a link to send a email to customer with the generated pdf, using the following helper function Ex:
<?php echo Mage::helper('pdfcart')->getEmailLink($label, $class); ?>
- You can customize pdf appearance only editing the phtml located in base template folder or create different templates for each of your stores.
- You can create css files for each of your store on css pdfcart skin folder.
- You can set some configurations in admin page.
- Fixed encoding caracter intermitent bug;
- Added send pdf to email function;
- Added helper functions to get action links
- Module translation to english