xdracox Posted December 10, 2013 Share Posted December 10, 2013 Witam serdecznie, mam mały problem podczas przeglądania zamówień - wyskakuje biała strona po włączeniu trybu debugowania: Fatal error: Class 'OrderSlip' not found in /public_html/controllers/admin/AdminOrdersController.php on line 1326 linia 1326 zaczyna się tak $resume = OrderSlip::getProductSlipResume($product['id_order_detail']); $product['quantity_refundable'] = $product['product_quantity'] - $resume['product_quantity']; $product['amount_refundable'] = $product['total_price_tax_incl'] - $resume['amount_tax_incl']; $product['amount_refund'] = Tools::displayPrice($resume['amount_tax_incl'], $currency); $product['refund_history'] = OrderSlip::getProductSlipDetail($product['id_order_detail']); $product['return_history'] = OrderReturn::getProductReturnDetail($product['id_order_detail']); poproszę o pomoc co tutaj może być źle... dziękuję i pozdrawiam Link to comment Share on other sites More sharing options...
0 vekia Posted December 11, 2013 Share Posted December 11, 2013 sprawdź czy istnieje ten plik: /classes/orders/OrderSlip.php dodatkowo, problem wystąpił bez przyczyn? może jakiś update? modyfikacje core? Link to comment Share on other sites More sharing options...
0 xdracox Posted December 11, 2013 Author Share Posted December 11, 2013 dziekuje za pomoc, nadpisałem plik na stary z dysku i ok Link to comment Share on other sites More sharing options...
Question
xdracox
Witam serdecznie,
mam mały problem podczas przeglądania zamówień - wyskakuje biała strona
po włączeniu trybu debugowania:
Fatal error: Class 'OrderSlip' not found in /public_html/controllers/admin/AdminOrdersController.php on line 1326
linia 1326 zaczyna się tak
$resume = OrderSlip::getProductSlipResume($product['id_order_detail']);
$product['quantity_refundable'] = $product['product_quantity'] - $resume['product_quantity'];
$product['amount_refundable'] = $product['total_price_tax_incl'] - $resume['amount_tax_incl'];
$product['amount_refund'] = Tools::displayPrice($resume['amount_tax_incl'], $currency);
$product['refund_history'] = OrderSlip::getProductSlipDetail($product['id_order_detail']);
$product['return_history'] = OrderReturn::getProductReturnDetail($product['id_order_detail']);
poproszę o pomoc co tutaj może być źle...
dziękuję i pozdrawiam
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now