Billing Extension Release 1.3.39
Changelog
Type | Description |
---|---|
New |
Documentation for this module is now available on docs.katamaze.com (English) and docs.katamaze.it (Italian) |
Fixed |
Fixed a bug that was causing problems with sending emails with attached invoices via Cron. Refer to Upgrade Instructions for more details |
Fixed |
Image not showing in six/transaction.tpl template |
Upgrade instructions
Steps | Description |
---|---|
1 | Open your templates/{YOUR_TEMPLATE}/invoicepdf.tpl and replace this code:if(file_exists("modules/addons/BillingExtension/includes/invoicepdf.php")):
With this one: if(file_exists(ROOTDIR."/modules/addons/BillingExtension/includes/invoicepdf.php")): |