You are here

function uc_cart_user_login in Ubercart 7.3

Same name and namespace in other branches
  1. 8.4 uc_cart/uc_cart.module \uc_cart_user_login()

Implements hook_user_login().

File

uc_cart/uc_cart.module, line 280

Code

function uc_cart_user_login(&$edit, $account) {

  // Add items from an anonymous cart to a user's permanent cart on login.
  uc_cart_login_update($account->uid);
}