icemanrj Posted February 22, 2012 Share Posted February 22, 2012 like how can i set this option like if u a visit my website they only can see the price if they register how can i do? Link to comment Share on other sites More sharing options...
rturner Posted February 22, 2012 Share Posted February 22, 2012 I just set that up. If you don't mind a paid module, this one was easy to set up and works very well: http://www.etiendas.co/en/etiendas-prestashop-modules/22-prestashop-registered-clients-only-shopping-module.html The developer is one of the regulars here and was very helpful when I emailed him. His module puts your site into catalog-only mode (no prices, no shopping cart) until you login. Then all the shopping cart stuff is visible. I have a wholesale only site for members that I have to approve, so I bought his companion module that works for that purpose. Link to comment Share on other sites More sharing options...
icemanrj Posted February 22, 2012 Author Share Posted February 22, 2012 don't have any free? Link to comment Share on other sites More sharing options...
El Patron Posted February 23, 2012 Share Posted February 23, 2012 don't have any free? There is also a registered only module, i.e. after registering the new member can then see your shop. It is less than the authorized only module. Sorry, but the amount of work creating a compliant module with documentation takes a lot of time and testing. Our products are modules and ps's. The current defined way to do this in the forum is to change every line of code where catalog is checked. We don't do that...two simple (small footprint patches) is all that our module changes on your site. I will post the code you need to find and change if you are interested. Best to you and your business Link to comment Share on other sites More sharing options...
dhada Posted February 23, 2012 Share Posted February 23, 2012 you can do that by adding this in price {if $cookie->isLogged()} Link to comment Share on other sites More sharing options...
El Patron Posted February 23, 2012 Share Posted February 23, 2012 you can do that by adding this in price {if $cookie->isLogged()} what about add to cart buttons, price reductions, the cart itself...specials?...the list goes on. Any code developed for this sort of environment should be built upon catalog mode or you end up with a highly modified system that will fail the next time you load a module that has prices. if you could get it working at all. Link to comment Share on other sites More sharing options...
CarriedAwayCrafts Posted March 9, 2012 Share Posted March 9, 2012 I just set that up. If you don't mind a paid module, this one was easy to set up and works very well: http://www.etiendas....ing-module.html The demo does not seem to be working. I input the user name, [email protected], and the password, testtest, but do not get logged in and do not see prices. I hope this can be fixed as I may be interested in buying this Module. Thanks. Link to comment Share on other sites More sharing options...
El Patron Posted March 9, 2012 Share Posted March 9, 2012 The demo does not seem to be working. I input the user name, [email protected], and the password, testtest, but do not get logged in and do not see prices. I hope this can be fixed as I may be interested in buying this Module. Thanks. Hi, thank you for your interest. I just tested the demo with [email protected] pwd testtest and it worked as expected. Sorry you experienced a problem, if it was you that added your email via registration with password 'test test', you can also use that email and pwd as I enabled you as an authorized customer. Link to comment Share on other sites More sharing options...
CarriedAwayCrafts Posted March 11, 2012 Share Posted March 11, 2012 Hello elpatron, You were correct in instructing me to clear my browsing cache (in Google Chrome). As soon as I did that, the demo worked properly. Thank you for your help. I will consider purchasing your module. Cheers, CarriedAwayCrafts Link to comment Share on other sites More sharing options...
Recommended Posts