I wan’t to hide the prices, for example, if users are not logged in. I think this can be done by design.
Secondly i would like the hide and disable the cart (and mini cart in right column) and the checkout pages before the user is logged in.
This is a modulair modification i guess.
Would be easyer of it could be done centralised.
Hi iDave
i’m not a specialist, but if you hide the price only by design, they stay available with “watch the source” of the page in the code non ?
So if you really want to protect this data, i seems not to be a very secure way to proceed ??
If somebody can confirm or not because i’m a newbie !
I second that !!!
numerous situations where it would be necessary, for instance; if you want to have a kind of VIP club with some exclusive to some parts of the site…
Yes, This sounds something like the Mebership level in x-cart, Basically you can assing a user a certain membership level, either normal, none, Wholesale, Dealer, VIP etc. THen you can have products be available to only one or not one of the Membership levels, as well as having different pricing for the different membership levels. This is a must-have. Can manage taxes based on membership levels as well.
I’d like to second the option for different user levels. I’m currently looking for a solution whereby I can use my site to sell both retail and wholesale.
At the very least, I need to be able to hide the prices (the wholesale part of the business is primary, and I obviously don’t want to show the end-user the wholesale prices).
I’ve been looking at Magento as it looks like such a far superior product to things like osCommerce.
I would also be interested in this.
The seo capablilities of Magento out of the box are so good that I am finding it hard to hide wholesale pricing from my retail customers. Has anyone come up with a solution for this?
I am running 4 different stores, and the multiple pricing works perfectly. The only thing lacking is the ability to hide pricing from those that have not logged in.
Is there a way to do this with files outside of magento? I have a videos directory that I would like to see if the user is logged in or not and if not redirect them to the login page.
I also need to find out what the currently logged in user’s id is so that I can pull down their videos. What’s the best method for that?
i think this code only checks if the customer ID is present on the current session of Magento but in the Admin Area the user still appears to be offline.