Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $products = db_get_fields("SELECT cart FROM ?:abandoned_cart WHERE user_id = ?s", $acId);
  2. fn_print_r($products);
  3. $products = unserialize($products[0][0]);
  4. fn_print_die($products);
  5.  
  6. returns: http://postimg.org/image/nnpoxx0mn/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement