Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to set up price review for member vs non member


isolina

Recommended Posts

Posted

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

  • 2 months later...
Posted

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))

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...