Search found 1 match

Page 1 of 1

Search found 1 match

Re: Order total weight to admin's sales order

I have created the fallowing function: public function getOrderWeight($order_id){ $weight = 0; $query_products = $this->db->query("SELECT op.product_id, op.order_product_id, op.quantity, p.weight FROM `" . DB_PREFIX . "order_product` op" ." LEFT JOIN `" . DB_PREFIX . &q...

Jump to post
  • Thu Apr 26, 2018 12:47 pm
  • Replies 14
  • Views 9560

Page 1 of 1

Search found 1 match