Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Login to view prices - Please Help !


garysumpter

Recommended Posts

Posted

Hi all.

 

I tried to install the addon that makes all pricing invisible until you log in. It didnt work so I have had to restart the whole store.

 

Have any of you managed to do this? I am setting up a wholesale website and need pricing to only been seen when you are logged in.

 

Also, if possible, I need to be able to specify different pricing for each customer.

 

PLEASE help if you can.

 

Thanks!

 

Gary

Posted
Hi all.

 

I tried to install the addon that makes all pricing invisible until you log in. It didnt work so I have had to restart the whole store.

 

Have any of you managed to do this? I am setting up a wholesale website and need pricing to only been seen when you are logged in.

 

Also, if possible, I need to be able to specify different pricing for each customer.

 

PLEASE help if you can.

 

Thanks!

 

Gary

 

Did you try the support thread for the contribution? That is usually the best place to start when you are having problems or have questions about a particular contribution.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
Hi all.

 

I tried to install the addon that makes all pricing invisible until you log in. It didnt work so I have had to restart the whole store.

 

Have any of you managed to do this? I am setting up a wholesale website and need pricing to only been seen when you are logged in.

 

Also, if possible, I need to be able to specify different pricing for each customer.

 

PLEASE help if you can.

 

Thanks!

 

Gary

 

 

you go to class currencies:

 

after this:

 

function display_price($products_price, $products_tax, $quantity = 1) {

 

 

you add this :

 

if (!tep_session_is_registered('customer_id') ) {

return 'Login for prices';

}

Treasurer MFC

Archived

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

×
×
  • Create New...