Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

user account with nickname


honk_alert

Recommended Posts

Posted

In reviews php at the moment you have:

<span class="smallText">' . sprintf(TEXT_REVIEW_BY, tep_output_string_protected($reviews['customers_name'])) . '</span>'; ?>

So, if you set up a new fieldname of nickname, you would amend this to:

<span class="smallText">' . sprintf(TEXT_REVIEW_BY, tep_output_string_protected($reviews['nickname'])) . '</span>'; ?>

You would also need to amend the sql statement at the start of this file to query the nickname column of the table, and to put this in to the reviews table you will need to tweak with both the reviews table and the reviews write page....sounds complex, but once you get going you'll be amazed how easy it is!

Archived

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

×
×
  • Create New...