I installed your printorder 1.1 extension in Magento 1.9.0.1 and it's working fine in our default store. But not in any other store. The template is being loaded but the if-statement
<?php if ($this->getCanPrintOrder()) :?>
in printorder.phtml is always false.
What could be the cause of this?
Copied from original issue: eltrino/Compatibility#1
From @brrrm on April 20, 2015 10:7
Hi,
I installed your printorder 1.1 extension in Magento 1.9.0.1 and it's working fine in our default store. But not in any other store. The template is being loaded but the if-statement <?php if ($this->getCanPrintOrder()) :?> in printorder.phtml is always false.
What could be the cause of this?
Copied from original issue: eltrino/Compatibility#1