Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Review without account


Guest

Recommended Posts

Posted

I have a client who would like customers to review without an account. Is that possible? Right now, clicking on the write a review link takes them to the membership sign up for them to log in. Is there a way to just go to the page to write the review?

Posted

No, not with the standard osCommerce coding. You would have to remove part of the code.

 

if (!tep_session_is_registered('customer_id')) {

$navigation->set_snapshot();

tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));

}

 

That's in product_reviews_write.php

 

Vger

 

There are further changes you'll have to make also.

 

Vger

Archived

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

×
×
  • Create New...