X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   how to remove register from the storefront? (https://forum.x-cart.com/showthread.php?t=69152)

verizona 05-08-2014 10:18 PM

how to remove register from the storefront?
 
Hi,
how can i remove register from the storefront?
i don't want public to register accounts in the shop.
as an admin, i would like to create customer accounts and send login credentials to my private customers. i am using xcart 5.0.14
thanks

verizona 05-08-2014 10:19 PM

Re: how to remove register from the storefront?
 
i am new to xcart 5

tony_sologubov 05-12-2014 06:40 AM

Re: how to remove register from the storefront?
 
Hi!

You need to specify the following CSS code in the System Settings > Look & feel > Custom CSS section in your admin area:

Code:

.account-links .register {
  display: none;
}


verizona 05-12-2014 11:03 AM

Re: how to remove register from the storefront?
 
Thanks a lot Tony


All times are GMT -8. The time now is 12:54 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.