Seems commenting this out around line 72 did the trick, finally

Edit code below

Code:
'currency_value' => zen_get_currency_value(DEFAULT_CURRENCY),
to

Code:
//'currency_value' => zen_get_currency_value(DEFAULT_CURRENCY),