huduyudesign Posted June 3, 2014 Share Posted June 3, 2014 Hoping someone can help... When customers create account & login to our store http://adogstore.com the superadmin's (me) name appears. Will say Welcome (my name) instead of their name. This is very confusing in which they think they created account wrong. Can anyone help with this issue? Thank you! Link to comment Share on other sites More sharing options...
Premium 99GB Hosting Posted June 3, 2014 Share Posted June 3, 2014 Did you try to other PC yet? Link to comment Share on other sites More sharing options...
csschopper.com Posted June 3, 2014 Share Posted June 3, 2014 There is some problem with session variable or name is written as static. I also registered & showing Susan Long. Link to comment Share on other sites More sharing options...
vekia Posted June 3, 2014 Share Posted June 3, 2014 can you show contents of blockuserinfo.tpl file. please? Link to comment Share on other sites More sharing options...
huduyudesign Posted June 3, 2014 Author Share Posted June 3, 2014 Here it is. {** 2007-2013 PrestaShop** NOTICE OF LICENSE** This source file is subject to the Academic Free License (AFL 3.0)* that is bundled with this package in the file LICENSE.txt.* It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php* If you did not receive a copy of the license and are unable to* obtain it through the world-wide-web, please send an email* to [email protected] so we can send you a copy immediately.** DISCLAIMER** Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. If you wish to customize PrestaShop for your* needs please refer to http://www.prestashop.com for more information.** @author PrestaShop SA <[email protected]>* @copyright 2007-2013 PrestaShop SA* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)* International Registered Trademark & Property of PrestaShop SA*}<!-- Block user information module HEADER --><div id="header_user"> <ul id="header_nav"> {if !$PS_CATALOG_MODE} <li id="shopping_cart"> <a href="{$link->getPageLink($order_process, true)}" title="{l s='View my shopping cart' mod='blockuserinfo'}" rel="nofollow">{l s='Cart' mod='blockuserinfo'} <span class="ajax_cart_quantity{if $cart_qties == 0} hidden{/if}">{$cart_qties}</span> <span class="ajax_cart_product_txt{if $cart_qties != 1} hidden{/if}">{l s='Product' mod='blockuserinfo'}</span> <span class="ajax_cart_product_txt_s{if $cart_qties < 2} hidden{/if}">{l s='Products' mod='blockuserinfo'}</span> <span class="ajax_cart_total{if $cart_qties == 0} hidden{/if}"> {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} </span> <span class="ajax_cart_no_product{if $cart_qties > 0} hidden{/if}">{l s='(empty)' mod='blockuserinfo'}</span> </a> </li> {/if} <li id="your_account"><a href="{$link->getPageLink('my-account', true)}" title="{l s='View my customer account' mod='blockuserinfo'}" rel="nofollow">{l s='Your Account' mod='blockuserinfo'}</a></li> </ul></div><!-- /Block user information module HEADER --> Link to comment Share on other sites More sharing options...
vekia Posted June 3, 2014 Share Posted June 3, 2014 it's a file from /modules/blockuserinfo/ directory? or from themes/YOUR_THEME/modules/blockuserinfo/ ? Link to comment Share on other sites More sharing options...
huduyudesign Posted June 3, 2014 Author Share Posted June 3, 2014 The one I posted is from adogstore.com/modules/blockuserinfo I am using default theme & in the modules folder under blockuserinfo folder is only a translations folder with en.php file. Link to comment Share on other sites More sharing options...
huduyudesign Posted June 4, 2014 Author Share Posted June 4, 2014 vekia I was wondering did I post to you the correct file? Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts