Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

product review error


daggy

Recommended Posts

Hi.

 

Product reviews are stored properly, and shows in admin section, but not in the shop.

 

It says: written by (and no name) and date written (and no date)

 

then comes the text, it works.

 

and then:

 

TEXT_REVIEW_RATING

 

Anyone have a clue what's wrong ?

Link to comment
Share on other sites

Sounds like this is missing from /catalog/includes/languages/english.php

 

define('TEXT_REVIEW_BY', 'by %s');
define('TEXT_REVIEW_WORD_COUNT', '%s words');
define('TEXT_REVIEW_RATING', 'Rating: %s [%s]');
define('TEXT_REVIEW_DATE_ADDED', 'Date Added: %s');
define('TEXT_NO_REVIEWS', 'There are currently no product reviews.');

while (!succeed) {try()};

 

GMT -6:00

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...