Chapagain_ClearPrint - Version 0.1.1

Version Notes

Bug Fix: The requested /clearprint/catalog_product/view/id/PRODUCT_ID was not found on this server.

Download this release

Release Info

Developer Mukesh Chapagain
Extension Chapagain_ClearPrint
Version 0.1.1
Comparing to
See all releases


Code changes from version 0.1.0 to 0.1.1

app/code/community/Chapagain/ClearPrint/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Chapagain_ClearPrint>
5
- <version>0.1.0</version>
6
  </Chapagain_ClearPrint>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <Chapagain_ClearPrint>
5
+ <version>0.1.1</version>
6
  </Chapagain_ClearPrint>
7
  </modules>
8
  <frontend>
app/design/frontend/base/default/template/clearprint/catalog/product/view/printlink.phtml CHANGED
@@ -12,7 +12,7 @@
12
  */ ?>
13
 
14
  <ul class="add-to-links">
15
- <li style="margin-left:5px"><a href="#" onclick='window.open("<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB).'clearprint/catalog_product/view/id/'.$_product->getEntityId() ?>", "_blank", "toolbar=0,location=0,menubar=0");' class="link-wishlist"><?php echo $this->__('Print Product') ?></a></li>
16
  </ul>
17
 
18
  <?php endif; ?>
12
  */ ?>
13
 
14
  <ul class="add-to-links">
15
+ <li style="margin-left:5px"><a href="#" onclick='window.open("<?php echo $this->getBaseUrl().'clearprint/catalog_product/view/id/'.$_product->getEntityId() //echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB).'clearprint/catalog_product/view/id/'.$_product->getEntityId() ?>", "_blank", "toolbar=0,location=0,menubar=0");' class="link-wishlist"><?php echo $this->__('Print Product') ?></a></li>
16
  </ul>
17
 
18
  <?php endif; ?>
package.xml CHANGED
@@ -1,5 +1,5 @@
1
  <?xml version="1.0"?>
2
- <package><name>Chapagain_ClearPrint</name><version>0.1.0</version><stability>stable</stability><license>OSL v3.0</license><channel>community</channel><extends></extends><summary>Neat and clean print of products and shopping cart page.</summary><description>Print products and shopping cart page in a neat and clean format without unnecessary header menus, sidebars, and footer.
3
 
4
  "Print Product link" is added to product page and "Print Shopping Cart" link is added to cart page.
5
 
@@ -11,4 +11,4 @@ Features:-
11
 
12
  Easy to install and use
13
  100% Free
14
- 100% Open Source</description><notes>Initial release</notes><authors><author><name>Mukesh Chapagain</name><user>chapagain</user><email>mukesh.chapagain@gmail.com</email></author></authors><date>2015-07-02</date><time>0:05:42</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="clearprint.xml" hash="d6c0328cdb35a2198059b2bba1fe74f6"/></dir><dir name="template"><dir name="clearprint"><dir name="page"><file name="print.phtml" hash="b228a10b757ee540cbddb0da9dc1b25c"/></dir><dir name="checkout"><file name="cart.phtml" hash="f708b115e58b3f952485c2df17608aa1"/><dir name="cart"><file name="printlink.phtml" hash="961e329d46b1af5a2085828399114d3f"/><dir name="item"><file name="default.phtml" hash="017667969e0f613fbaa602901c9daa01"/><dir name="downloadable"><file name="default.phtml" hash="21b5de0844964f48a4f8e5f4ed8366fa"/></dir></dir></dir></dir><dir name="catalog"><dir name="product"><file name="view.phtml" hash="5fe44033f653d163c9a883c00107f98b"/><dir name="view"><file name="addtocart.phtml" hash="b8549bb7237c198a6e7b73f5ec63c9a9"/><file name="media.phtml" hash="a187c5b2f2ff1db03c9d05edcd36f489"/><file name="printlink.phtml" hash="94468bf19321d4ac88144cb0e4c20027"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="locale"><dir name="en_US"><file name="Chapagain_ClearPrint.csv" hash="7b9d589d94f6c932eeb723ab6835dfd4"/></dir></dir><dir name="code"><dir name="community"><dir name="Chapagain"><dir name="ClearPrint"><dir name="controllers"><dir name="Catalog"><file name="ProductController.php" hash="5e7723a471c4ab42f09d8b2de1df1868"/></dir><dir name="Checkout"><file name="CartController.php" hash="571b79f215f27064fd8ce4075b4bd51b"/></dir></dir><dir name="etc"><file name="config.xml" hash="807f9285c4f269323616c3a1537e5baf"/><file name="system.xml" hash="acc79eebd204555930995b3f13dfb59d"/></dir><dir name="Helper"><file name="Data.php" hash="232f2c7257856281f2d1b419a1daa663"/></dir><dir name="Block"><dir name="Catalog"><dir name="Product"><file name="View.php" hash="2fa844d764aabbe6d2bf4cd960573415"/></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Chapagain_ClearPrint.xml" hash="90b0cdea2307ad38b3a8b1641619f77f"/></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="clearprint"><file name="print.css" hash="f3c892b447d8a23deb2fbe4339642b79"/></dir></dir></dir></dir></dir></dir></target></contents></package>
1
  <?xml version="1.0"?>
2
+ <package><name>Chapagain_ClearPrint</name><version>0.1.1</version><stability>stable</stability><license>OSL v3.0</license><channel>community</channel><extends></extends><summary>Neat and clean print of products and shopping cart page.</summary><description>Print products and shopping cart page in a neat and clean format without unnecessary header menus, sidebars, and footer.
3
 
4
  "Print Product link" is added to product page and "Print Shopping Cart" link is added to cart page.
5
 
11
 
12
  Easy to install and use
13
  100% Free
14
+ 100% Open Source</description><notes>Bug Fix: The requested /clearprint/catalog_product/view/id/PRODUCT_ID was not found on this server.</notes><authors><author><name>Mukesh Chapagain</name><user>chapagain</user><email>mukesh.chapagain@gmail.com</email></author></authors><date>2015-12-17</date><time>22:47:39</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="clearprint.xml" hash="d6c0328cdb35a2198059b2bba1fe74f6"/></dir><dir name="template"><dir name="clearprint"><dir name="page"><file name="print.phtml" hash="b228a10b757ee540cbddb0da9dc1b25c"/></dir><dir name="checkout"><file name="cart.phtml" hash="f708b115e58b3f952485c2df17608aa1"/><dir name="cart"><file name="printlink.phtml" hash="961e329d46b1af5a2085828399114d3f"/><dir name="item"><file name="default.phtml" hash="017667969e0f613fbaa602901c9daa01"/><dir name="downloadable"><file name="default.phtml" hash="21b5de0844964f48a4f8e5f4ed8366fa"/></dir></dir></dir></dir><dir name="catalog"><dir name="product"><file name="view.phtml" hash="5fe44033f653d163c9a883c00107f98b"/><dir name="view"><file name="addtocart.phtml" hash="b8549bb7237c198a6e7b73f5ec63c9a9"/><file name="media.phtml" hash="a187c5b2f2ff1db03c9d05edcd36f489"/><file name="printlink.phtml" hash="20a51fecf12df8a40afde7518bb33295"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="locale"><dir name="en_US"><file name="Chapagain_ClearPrint.csv" hash="7b9d589d94f6c932eeb723ab6835dfd4"/></dir></dir><dir name="code"><dir name="community"><dir name="Chapagain"><dir name="ClearPrint"><dir name="controllers"><dir name="Catalog"><file name="ProductController.php" hash="5e7723a471c4ab42f09d8b2de1df1868"/></dir><dir name="Checkout"><file name="CartController.php" hash="571b79f215f27064fd8ce4075b4bd51b"/></dir></dir><dir name="etc"><file name="config.xml" hash="b594d4b53fdbf47055d124c0b9b96b4c"/><file name="system.xml" hash="acc79eebd204555930995b3f13dfb59d"/></dir><dir name="Helper"><file name="Data.php" hash="232f2c7257856281f2d1b419a1daa663"/></dir><dir name="Block"><dir name="Catalog"><dir name="Product"><file name="View.php" hash="2fa844d764aabbe6d2bf4cd960573415"/></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Chapagain_ClearPrint.xml" hash="90b0cdea2307ad38b3a8b1641619f77f"/></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="clearprint"><file name="print.css" hash="f3c892b447d8a23deb2fbe4339642b79"/></dir></dir></dir></dir></dir></dir></target></contents></package>