isolina Posted February 25, 2007 Posted February 25, 2007 i would like to set up the site only provide price for the members only. the algorithm will be something like if you are member, you can review the price if not, doesn't show the price. this site will be the site for the whold saler so end users shouldn't see the price. it has to be only for the whole salers. if you know any, please post it asap. many thanks, Isolina
xbrianx Posted May 16, 2007 Posted May 16, 2007 I would like to see something like this too? Anyone know how this could be achieved?
dropdeadred Posted May 16, 2007 Posted May 16, 2007 I'd guess you could use the code that appears in header.php to identify guests v members and use it in product_info.php to condition showing the price. Something like: if (tep_session_is_registered(product_price))
Recommended Posts
Archived
This topic is now archived and is closed to further replies.