Guest User

Untitled

a guest
Jun 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $dbBasketItems = CSaleBasket::GetList(
  2. array("NAME" => "ASC"),
  3. array("ORDER_ID" => $orderID),
  4. false,
  5. false,
  6. array("PRODUCT_ID", "ID", "NAME", "QUANTITY", "PRICE", "CURRENCY")
  7. );
Add Comment
Please, Sign In to add comment