Guest User

Untitled

a guest
Feb 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $order_detail = new OrderDetail((int) $params['id_order_detail']);
  2. $products = $this->context->cart->getProducts(true);
  3.  
  4. $amount = (float) ($products[(int) $order_detail->id]['product_price_wt'] * (int) $cancel_quantity[(int) $order_detail->id]);
Add Comment
Please, Sign In to add comment