mindstorm wrote:
Installed and activated. When I go to options i get the following:
Fatal error: Call to undefined function hikashop_get() in /home/masilun/public_html/showernichekit.com/plugins/hikashopshipping/usps.php on line 330
Any ideas?
What version of HikaShop? The code in question (line 230) is
$this->currency = hikashop_get('type.currency');
. That came directly from the existing Australian Post plugin.
Ah, I found this post by Nicolas regarding a similar issue:
It should be $class = hikashop::get('class.category'); and not $class = hikashop_get('class.category'); if you use a version of HikaShop prior to 1.5.2
Upgrading to the latest version of Hikashop should solve that problem. My apologies, I wasn't aware of that change and didn't have any "old" versions of HikaShop to test against. If you are unable to upgrade, I should be able to adjust the code to take the version into account.