roel-vogel Posted June 2, 2010 Share Posted June 2, 2010 Is it posible to remove/disable the login system? I don't want the user to be able to create an account. Regards,Roel Link to comment Share on other sites More sharing options...
rocky Posted June 3, 2010 Share Posted June 3, 2010 You can remove all the links to the login page to make it look like you can't login, but it is impossible to make an order without created an account. Do you want customers to be able buy products from your website or are you just providing contact details so they can manually order? Link to comment Share on other sites More sharing options...
roel-vogel Posted June 3, 2010 Author Share Posted June 3, 2010 Thanks for your reply. I actually want them to buy products. I only want thme to enter their address and name, not an account. It is because I want to use prestashop inside a platform at which the user is already logged in. So it will be strange to the user to create an other account for the webshop only. Link to comment Share on other sites More sharing options...
rocky Posted June 3, 2010 Share Posted June 3, 2010 Try the free module here or the paid modules here or here. Link to comment Share on other sites More sharing options...
roel-vogel Posted June 3, 2010 Author Share Posted June 3, 2010 Thanks, I think this is the solution to my problem. Link to comment Share on other sites More sharing options...
clint Posted June 24, 2011 Share Posted June 24, 2011 You can remove all the links to the login page to make it look like you can't login, but it is impossible to make an order without created an account. Do you want customers to be able buy products from your website or are you just providing contact details so they can manually order? How would I go about doing this? I've tried editing blockuserinfo.tpl but short of deleting the whole file I can't get it to remove just the login buttons and text Link to comment Share on other sites More sharing options...
nyett Posted June 24, 2011 Share Posted June 24, 2011 for PS 1.4don't forget to enable "Force Compiple", otherwise you won't see any changes.then, try to change the blockuserinfo.tpl into this: {* {l s='Welcome' mod='blockuserinfo'}, {if $cookie->isLogged()} {$cookie->customer_firstname} {$cookie->customer_lastname} (getPageLink('index.php')}?mylogout" title="{l s='Log me out' mod='blockuserinfo'}">{l s='Log out' mod='blockuserinfo'}) {else} getPageLink('my-account.php', true)}">{l s='Log in' mod='blockuserinfo'} {/if} *} {if !$PS_CATALOG_MODE} getPageLink("$order_process.php", true)}" title="{l s='Your Shopping Cart' mod='blockuserinfo'}">{l s='Cart:' mod='blockuserinfo'} {$cart_qties} {l s='product' mod='blockuserinfo'} {l s='products' mod='blockuserinfo'} {if $cart_qties >= 0} {if $priceDisplay == 1} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(false, $blockuser_cart_flag)} {else} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(true, $blockuser_cart_flag)} {/if} {/if} {l s='(empty)' mod='blockuserinfo'} {/if} {* getPageLink('my-account.php', true)}" title="{l s='Your Account' mod='blockuserinfo'}">{l s='Your Account' mod='blockuserinfo'} *} Link to comment Share on other sites More sharing options...
fabrizio.brignone Posted October 14, 2014 Share Posted October 14, 2014 (edited) it doesn't work with prestashop 1.6. Someone can help me to understand what i must change for "jump" the login/register step in checkout phase? Edited October 16, 2014 by fabrizio.brignone (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now