garysumpter Posted January 19, 2005 Posted January 19, 2005 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
ozcsys Posted January 20, 2005 Posted January 20, 2005 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 <{POST_SNAPBACK}> 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??
boxtel Posted January 20, 2005 Posted January 20, 2005 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 <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.