Our site uses power reviews and we are going to be testing a new details page with tabbed content. We'd like to have one of the tabs have the star rating image for that product instead of text. The reviews call to make that image is:
PAGE_ID is a token that gets replaced by the sku # by the vb.net code behind.
Can I get some suggestions on how to add this to the radTab?
<script type=
"text/javascript"
>POWERREVIEWS.display.snippet(document, { pr_page_id :
"PAGE_ID"
});</script>
PAGE_ID is a token that gets replaced by the sku # by the vb.net code behind.
Can I get some suggestions on how to add this to the radTab?