viccie85
Forum Replies Created
-
Forum: Plugins
In reply to: [PostNL for WooCommerce] Warning: Cannot modify header informationIk heb precies dezelfde melding na het updaten, dit lijkt me een bug. Graag zo snel mogelijk weer een update 🙂
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Add VAT Number to PDFHi Yordan,
Thanks for your quick reply. That works very well, thanks for your help.
Great plugin!
Done
Of course, what’s your e-mail address?
Yes I did, I dunno what else to do because it broke the entire site and the plugin page. Right now the plugin works, I get a green Mage.php found message and I just purchased the Shortcodes & Widgets and activated it.
The line of code on the instructions didn’t work, maybe you have a solution for me?
I know I had to change it
if(!function_exists('__')) { function __() { return Mage::app()->getTranslator()->translate(func_get_args()); } }if(!function_exists('__')) { function __() { function __() { return Mage::app()->getTranslator()->translate(func_get_args()); } } }Look again, code is a bit different. 🙂
Same here, followed instructions, entered the url to the Mage.php file, broke the entire website. Managed to get it working by changing the line of code in functions.php to
if(!function_exists('__')) { function __() { return Mage::app()->getTranslator()->translate(func_get_args()); } }