X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Remove Change Password (https://forum.x-cart.com/showthread.php?t=59065)

caucus 04-25-2011 12:32 PM

Remove Change Password
 
Hello Great Forum

I think I am getting close to a finished product

What I need to do now is remove the Change Password on the Account Details Page.

I could not find the tpl page to do that on. Or maybe I need something more than just the tpl file

I did find one of them:

File: /vivid_dreams_aquamarine/customer/main/register_account.tpl

I wonder if I screwed anything else up when I did this.


Thanks for your help.

DrQuietus 05-05-2011 02:07 AM

Re: Remove Change Password
 
I thought there was a security setting, but I couldn't find it so you could just comment out lines 86-91 on /common_files/customer/main/register_account.tpl (or the vivid_dreams tpl you mentioned)
Code:

{*
{else}
<tr>
  <td class="data-name">{$lng.lbl_password}</td>
  <td></td>
  <td><a href="change_password.php">{$lng.lbl_chpass}</a></td>
</tr>
*}


caucus 05-05-2011 04:09 AM

Re: Remove Change Password
 
Hello

Thanks for the reply. I followed your instructions and things worked perfectly.

Thanks for your response and your help.


All times are GMT -8. The time now is 09:18 AM.

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