Community Add-Ons
GuestBook Module
for osCommerce Online Merchant v2.2
This is a simple GuestBook module that uses the existing Reviews system. Admin is thru the Reviews system. 99.9% of the code is managed by the Reviews system. Basicly just a custom report running ontop of Reviews.
Legend:
Download
Report
Simple GuestBook. Basicly just a custom report running on top of Reviews.
Bug fixed.
<code>
$reviews_query = tep_db_query($reviews_query_raw);
$reviews_split = new splitPageResults($reviews_query_raw, MAX_DISPLAY_NEW_REVIEWS, '*', $HTTP_GET_VARS['page']);
</code>
[Full package]
