I am trying to setup a system where I can deliver a list price when a user isn't logged in on a product page. When they log in, I want it to show their pricing, but the pricing is different for different users. Any idea how to pull this off?
I am trying to setup a system where I can deliver a list price when a user isn't logged in on a product page. When they log in, I want it to show their pricing, but the pricing is different for different users. Any idea how to pull this off?
Perhaps you could use is_user_logged_in() in combination with custom fields.
This topic has been closed to new replies.