Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 48
  1. #11
    Join Date
    Mar 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: What shows in a customer review

    LOL can you post the edit you made to make the last name go away :) That one I cant figure out to save my hiney!!

    Thanks!
    Musey

  2. #12
    Join Date
    Dec 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: What shows in a customer review

    Look back at post #3 where Linda tells you where to find the file to modify and the line of code to change... and then remove this part..

    customers_lastname

    taking care to leave the single quotation marks in there

    if I ever figure out that city thing in place of the last name, i'll put that in here too

  3. #13
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: What shows in a customer review

    I have taken Linda's Code and gotten rid of the last name.

    Could I instead of leaving it blank, replace
    PHP Code:
    customers_lastname 
    with
    PHP Code:
    customers_nick 
    ?

    And if so, how do I turn on the Nick Name in the first place...

    I see
    Nick Name
    Minimum length of Nick Name
    in the Admin...but no references to how to turn it on....

    and where would it appear? Create_account? would it be editable in my account?

  4. #14
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: What shows in a customer review

    I also removed customers_lastname from

    PHP Code:
    $customer_query "SELECT customers_firstname, customers_lastname, customers_email_address
                       FROM " 
    TABLE_CUSTOMERS "
                       WHERE customers_id = :customersID"

    from line 42 of the product reviews write header page...is that safe to do?

  5. #15
    Join Date
    Nov 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: What shows in a customer review

    one question about this...can this page be done as an override?

  6. #16
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: What shows in a customer review

    /includes/modules/pages/product_reviews_write/header_php.php

    has no override file.

    Its ok to change it, just make a note to yourself that you changed it, so that when you upgrade, you can change the new upgraded /includes/modules/pages/product_reviews_write/header_php.php file in the same way.

  7. #17
    Join Date
    Aug 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: What shows in a customer review

    HELP! I made the changes to remove the last name, worked beautifully, however, now my review page is showing the wrong title and small thumbnail picture - the same wrong title and picture, on every review entry.

    https://dprhensim67.doteasy.com/~adm...en7rnmsea5nkl2

    In this view the review is correct. Why is that dang stroller showing up on every page! Grrrrr....
    http://www.princesstimetoys.com/zen-...n7rnmsea5nkl2I

    Any assistance would be most welcomed.
    Last edited by princesstimetoys; 11 Aug 2008 at 08:47 AM. Reason: Added a second URL

  8. #18
    Join Date
    Aug 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: What shows in a customer review

    I reset the file from the backup so it's working right again, but the last names are back

  9. #19
    Join Date
    Nov 2005
    Posts
    53
    Plugin Contributions
    0

    Default Re: What shows in a customer review

    hi guys thanks for the info - my customers will be SO happy if i can make this work!

    i deleted the 'customers_lastname' tag from line 42 AND from line 80 and the last names are still showing up in all my reviews... does this not work on existing reviews, only new ones?

    is there any way to change the way the existing reviews are displayed?
    zencart installation is at http://oyinhandmade.com/shop

  10. #20
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Idea or Suggestion Re: What shows in a customer review

    The reviews take the first and last name in the main customer table in your database and put them together in the reviews table in your database. So any reviews already compiled are set. The only way to eliminate the last name in the existing reviews is to physically go into your reviews table in your database and delete the last name in that column, leaving the first name intact.

    If you are not used to going into the database or do not have a tool to do that, search the forum here for database editing advice. It is pretty scary, but can be done safely. You can't be reckless about it.

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. How do I change what shows in browser window?
    By ravenwolf in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 4 Apr 2013, 05:11 AM
  2. Why Only One Review shows on the side box?
    By zihaizi in forum Basic Configuration
    Replies: 4
    Last Post: 17 Sep 2010, 03:09 PM
  3. Review page for specific product shows no reviews
    By vampofvegas in forum General Questions
    Replies: 0
    Last Post: 5 May 2010, 01:33 AM
  4. Replies: 2
    Last Post: 28 Sep 2009, 10:10 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