Magento 1.7 Override Pdf Classes
问题 I tried to override Pdf classes for making changes toInvoice/Shipment/Creditmemo pdf but it doesnt seem to reflect. I created a module with following in the Mymodule/etc/config.xml <config> <modules> <Mymodule_Printtemplates> <version>0.1.0</version> </Mymodule_Printtemplates> </modules> <global> <models> <sales> <rewrite> <order_pdf_abstract>Mymodule_Printtemplates_Model_Order_Pdf_Abstract</order_pdf_abstract> <order_pdf_invoice>Mymodule_Printtemplates_Model_Order_Pdf_Invoice</order_pdf