Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Password Protect Prices


andrewonline

Recommended Posts

Posted

I am new to OSCommerce. I want to set up a wholesale store. Is there a way to hide prices or the entire store unless the visitor has an account?

 

Prevent anyone from creating an account? We would create accounts for approved customers.

 

If anyone uses OSCommerce for a wholesale store, let me know what you do. Thanks!

Posted

The Hide Prices contribution could be what you want.

 

A more thorough search through the contributions may reveal others more suited.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

if (!tep_session_is_registered('customer_id')) {

$navigation->set_snapshot();

tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));

}

 

 

placing this code on any of the files You do not want visitors to get in without login will take them to login page.Plus remove link of create account.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Archived

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

×
×
  • Create New...