Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function hook_uc_order($op, $order, $arg2) {
  2. if ($op == 'update') {
  3. if (($order->order_status == 'payment_received') && ($order->title == 'My Product')) {
  4. // Do something with the $order object.
  5. }
  6. }
  7. }
  8.  
  9. uc_order_page_title($order)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement