当我安装名为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);
}