调用未定义的方法Cart :: getDeposit()in

时间:2016-02-18 17:11:41

标签: php prestashop

当我安装名为myownreservations的新模块时,我在prestashop中收到此错误。

有人可以帮忙吗?我不是最好的。
非常感谢。

  

[18-Feb-2016 17:38:34 Europe / Copenhagen] PHP致命错误:在/home/wpshopfr/public_html/xxxxxx.dk/modules/myownreservations/controllers/中调用未定义的方法Cart :: getDeposit()第259行的hooks.php

这是代码:

if ($cart->getDeposit()>0 && Configuration::get('MYOWNRES_DEPOSIT_SHOW')!=1 ) {
    $depositMsg = Configuration::get('MYOWNRES_MSG_DEPOSIT', $cookie->id_lang);
    self::forceTranslation('blockcart', '', 'Wrapping', $depositMsg);
    self::forceTranslation('', 'shopping-cart', 'Total gift-wrapping:', $depositMsg.':');
    self::forceTranslation('', 'shopping-cart', 'Total gift-wrapping (tax incl.):', $depositMsg.':');
    self::forceTranslation('', 'shopping-cart', 'Total gift-wrapping', $depositMsg);
    self::forceTranslation('', 'order-payment', 'Total gift-wrapping:', $depositMsg.':');
    self::forceTranslation('', 'order-payment', 'Total gift-wrapping (tax incl.):', $depositMsg.':');
    self::forceTranslation('', 'order-payment', 'Total gift-wrapping', $depositMsg);
}

0 个答案:

没有答案