Jump to content
  • 0

Biała strona po kliknięciu na dowolne zamówienie w Backoffice


xdracox

Question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...