Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need Help with reviews


Guest

Recommended Posts

Posted

my site www.markedfordeathpaintball.com/catalog

 

 

I dont see anywhere where customers can leave reviews.. im guessing that the code was left out of the product_info so does anyone havethe coding so that i can add the review system back into the store?

 

 

thanks!

 

Chris

Posted

I've had a look at your site and as far as I can see, the necessary pages are present, they're just not being called. There's a reviews infobox you can call, but I see that you're not using infoboxes in the site, so the alternative is to put in a link on the product_info.php page for a reviews button -

 

<?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?>

 

 

The Review button is in there and the good news is it's not the hideous default button, it's the fancy blue one, so the code above should work straight off the bat.

Archived

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

×
×
  • Create New...