Multiple users, same address book
-
We have a use case where multiple users enter orders on a private website. They all share the same address book. In previous versions, we simply edited $user_id = 8 and hard coded that in the plugin. All the users shared and edited the same address book.
With the recent changes in version 3+ we were faced with the same issue. Seemed simple enough just to modify – “function get_current_customer” to return $user_id = 8. But this doesn’t work, It just runs in a loop until it finally times out.Any suggestions on how we can get all the users on a single site to use the same address book?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.