In the templates under content/products.tpl it shows this
Code: Select all
<tr>
<td align="left"><input type="button" value="<?php echo $button_reviews; ?>" onclick="location='<?php echo $review; ?>'" /></td>
<td align="right"><input type="submit" value="<?php echo $button_add_to_cart; ?>" /></td>