Gift Wrap change logs ================================================== version 2.0.3 (updated on August 10th 2011) 1. Add Giftwrap tax using System tax. Changed files: - Add tax: app/code/local/Magestore/Giftwrap/Model/Sales/Quote/Address/Total/Giftwraptax.php - Save tax to order: app/code/local/Magestore/Giftwrap/Model/Giftwrap.php - Add tax to pdf invoice: with Magento version 1.3,1.4.0.x: app/local/Magestore/Giftwrap/etc/config.xml with Magento version 1.4.1.x,1.4.2.x,1.5.x: app/code/local/Magestore/Giftwrap/Model/Order/Pdf/Amount.php - Remove old tax amount in configuration: app/local/Magestore/Giftwrap/etc/system.xml 2. Add new configuration field in backend to set using/not using URLs. Changed files: - app/ code/local/Magestore/Giftwrap/etc/system.xml - app/code/local/Magestore/Giftwrap/etc/config.xml - app/design/frontend/base/default/template/giftwrap/checkout/cart.phtml 3. Giftwrap for Magento 1.4.2.x: fix error about not showing products in Manage Product Giftwrap. Add function getRowUrl() to app/code/local/Magestore/Giftwrap/Block/Adminhtml/Product/Grid.php -------------------------------------------------- version 2.0.2 (updated on May 19th 2011) 1. Don't go to checkout page after typing personal message and clicking on "Proceed to Checkout" button. - Rewrite checkout/onepage/link.phtml template: - Edit app/design/frontend/base/default/default/layout/giftwrap.xml - Add app/design/frontend/base/default/template/giftwrap/checkout/onepage/link.phtml - Add one more javascript function check_giftwrap() in js/magestore/giftwrap.js - Add one more function savemessagesubmitAction() in app/code/local/Magestore/Giftwrap/controllers/IndexController.php - Modify app/design/frontend/base/default/template/giftwrap/styleselection.phtml 2. Don't show Giftwrap amount in Pdf invoice - Edit app/code/local/Magestore/Giftwrap/etc/config.xml - With magento version 1.4.1.1, 1.4.2.0, 1.5 add app/code/local/Magestore/Giftwrap/Model/Order/Pdf/Amount.php 3. Error when using Urls Change backend router "giftwrap" to "admingiftwrap". Edit: - app/code/local/Magestore/Giftwrap/etc/config.xml - app/code/local/Magestore/Giftwrap/etc/adminhtml.xml - app/design/adminhtml/default/default/layout/giftwrap.xml 4. Don't Giftwrap amount in the Paypal page when using Paypal express method Rewrite block in Paypal Express method. - Edit: app/code/local/Magestore/Giftwrap/etc/config.xml - With magento version 1.3, 1.4.0.1, 1.4.1.1 add app/code/local/Magestore/Giftwrap/Model/Paypal/Standard.php - With magento version 1.4.2.0, 1.5 add app/code/local/Magestore/Giftwrap/Model/Paypal/Cart.php --------------------------------------------------