Product Popularity Count

Hi All,



Anyone have any idea on how to display the product popularity count of the detailed product store?



I think that {$product_popularity_count} would do it, but when I put this code in the product_data.tpl, it doesn't show. Do I need to put something else with it?



Like this: Popularity ([color=#ff0000]1250[/color])



My CS version: 2.1.x



Thanks.

Popularity is a separate table and needs to be fetched separately or you need to add a PHP hook that will adjust the JOIN before the date is retrieved.



If you are wanting this for a specific page only, then it would be easiest to simply use a 'post' controller for the controller.mode you want the data available on and set the variable aor add the data to an existing variable.

thanks tbirnseth.