Guest Posted October 12, 2005 Posted October 12, 2005 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?
♥Vger Posted October 13, 2005 Posted October 13, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.