Version Notes
Fix url for print Invoice PDF
Download this release
Release Info
Developer | Vasilii |
Extension | VasiliiB_CustomerInvoices |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/design/frontend/base/default/template/customer/account/invoices.phtml
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
<?php echo $invoice->getOrder()->getCreatedAt(); ?>
|
35 |
</td>
|
36 |
<td>
|
37 |
-
<a href="<?php echo $this->getUrl('
|
38 |
array('order_id' => $invoice->getOrder()->getId())); ?>">
|
39 |
<i class="fa fa-file-pdf-o"></i>
|
40 |
<?php echo $this->__('Create PDF'); ?>
|
34 |
<?php echo $invoice->getOrder()->getCreatedAt(); ?>
|
35 |
</td>
|
36 |
<td>
|
37 |
+
<a href="<?php echo $this->getUrl('vasiliib/customerInvoice/view',
|
38 |
array('order_id' => $invoice->getOrder()->getId())); ?>">
|
39 |
<i class="fa fa-file-pdf-o"></i>
|
40 |
<?php echo $this->__('Create PDF'); ?>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>VasiliiB_CustomerInvoices</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Allow customers to view list of invoices and download Invoice PDF files.</summary>
|
10 |
<description>Allow customers to view list of invoices and download Invoice PDF files.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Vasilii</name><user>vasiliib</user><email>burlacu.vasilii@yandex.ru</email></author></authors>
|
13 |
<date>2016-06-26</date>
|
14 |
-
<time>19:
|
15 |
-
<contents><target name="magelocal"><dir><dir name="VasiliiB"><dir name="CustomerInvoices"><dir name="Block"><file name="Index.php" hash="d697118ce5620b715e1caa0f749bc9ae"/></dir><dir name="controllers"><file name="CustomerInvoiceController.php" hash="05f1814f4aa54728cdefbc30c49bedeb"/></dir><dir name="etc"><file name="config.xml" hash="092d7cad826bba69151a861f65fc57f1"/></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="customerinvoices.xml" hash="78c280bd13a1fe75e1b464d6f33a306f"/></dir><dir name="template"><dir name="customer"><dir name="account"><file name="invoices.phtml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.6.0</min><max>7.7.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>VasiliiB_CustomerInvoices</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Allow customers to view list of invoices and download Invoice PDF files.</summary>
|
10 |
<description>Allow customers to view list of invoices and download Invoice PDF files.</description>
|
11 |
+
<notes>Fix url for print Invoice PDF</notes>
|
12 |
<authors><author><name>Vasilii</name><user>vasiliib</user><email>burlacu.vasilii@yandex.ru</email></author></authors>
|
13 |
<date>2016-06-26</date>
|
14 |
+
<time>19:20:27</time>
|
15 |
+
<contents><target name="magelocal"><dir><dir name="VasiliiB"><dir name="CustomerInvoices"><dir name="Block"><file name="Index.php" hash="d697118ce5620b715e1caa0f749bc9ae"/></dir><dir name="controllers"><file name="CustomerInvoiceController.php" hash="05f1814f4aa54728cdefbc30c49bedeb"/></dir><dir name="etc"><file name="config.xml" hash="092d7cad826bba69151a861f65fc57f1"/></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="customerinvoices.xml" hash="78c280bd13a1fe75e1b464d6f33a306f"/></dir><dir name="template"><dir name="customer"><dir name="account"><file name="invoices.phtml" hash="3896a7b9e5f221b65dd77ab6b7baf123"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="VasiliiB_CustomerInvoices.xml" hash="b5334bd488fab9eb3fd69af1e774a23a"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.6.0</min><max>7.7.0</max></php></required></dependencies>
|
18 |
</package>
|