[quote name='hglu' timestamp='1405890695' post='187869']
I would like to direct my customers to a testimonials page. Is there one?
I must be missing it.
[/quote]
The URL of the Testimonials page is not obvious in CS-Cart. After the testimonials are enabled, please go to the phpMyAdmin page and check the cscart_discussion table. You should find a line where the object type is E . Then get the value of the thread_id column. For example, it is 20. It means the the URL of the Testimonials page is
http://domain.com/index.php?dispatch=discussion.view&thread_id=20
Hope that helps.