Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Reviews show first and last name!


dailce

Recommended Posts

  • 2 weeks later...
Reviews show first and last name!

 

A got a few emails from people saying they don't want that, how can I change this?

 

Maybe just first or some kind of handle?

 

You need to make a change in product_reviews.php and product_reviews_info.php.

 

BACKUP YOUR PAGES BEFORE YOU MAKE THE CHANGES!!!!!!

 

change:

sprintf(TEXT_REVIEW_BY, tep_output_string_protected($review['customers_name'])

 

To:

sprintf(TEXT_REVIEW_BY, tep_output_string_protected($customer_first_name)

 

In both pages.

 

Hope that helps.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...