Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    May 2012
    Posts
    29
    Plugin Contributions
    0

    Default customers name on review page

    Hi, customers first name and last name are shown on review page. It is not good for privacy. Is there a way to show full first name, the first two letters of last name, the rest letters of the last name will be replaced with ***. Is it possible to show customer's name this way?
    Thanks for reply!

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,870
    Plugin Contributions
    96

    Default Re: customers name on review page

    You could try my Reviews - Updated plugin; that's one of the things that it does.

  3. #3
    Join Date
    May 2012
    Posts
    29
    Plugin Contributions
    0

    Default Re: customers name on review page

    I did turn to him for help and edited the below file:
    /includes/modules/pages/product_reviews_write/header_php.php
    and changed:
    $sql = $db->bindVars($sql, ':customersName', $customer->fields['customers_firstname'] . ' ' . $customer->fields['customers_lastname'], 'string');
    to:
    $sql = $db->bindVars($sql, ':customersName', substr($customer->fields['customers_firstname'], 0, 1) . '. ' . $customer->fields['customers_lastname'], 'string');

    However, there are two bugs.
    1.it only accounts for newly written review.
    2. In admin review page,customers' name are shown the same as reviews.php in front website page. I only the customer's full name are shown in admin review page.

    So pls kindly help me. Thanks!
    Quote Originally Posted by lat9 View Post
    You could try my Reviews - Updated plugin; that's one of the things that it does.

 

 

Similar Threads

  1. v151 Customers Name - Last Name, First Name
    By cjcraven in forum General Questions
    Replies: 8
    Last Post: 14 May 2014, 04:08 PM
  2. Replies: 55
    Last Post: 31 Oct 2010, 04:09 PM
  3. Not in FAQs.. How to change Page 2, Page 3 name to the actual page name
    By jdsmith8 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2009, 12:15 AM
  4. Hide name in review - is it possible?
    By elgar in forum Managing Customers and Orders
    Replies: 0
    Last Post: 18 Sep 2008, 10:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg