The two moments that funnel every visitor into a Powerhouse account: the arrival join popup (any ActivPower asset) and the account-required checkout (Powerhouse Checkout Center). Every customer must create a Basic or Premium account, or log in to an existing Powerhouse account.
One free account across IRx, Canis and beyond: member shipping, points on everything, referral rewards, and 400+ knowledge articles. It takes a minute.
// Every checkout visitor must authenticate
if (!loggedIn) {
choose('basic'); // default account tier
showAccountForm();
}
// Basic registration -> existing cart -> checkout
// Premium registration -> add $75 membership -> checkout
// Existing member login -> existing cart -> checkout