I created a View Argument and saved it as a block. I wanted to theme the Row style output and hence created a "views-view-fields--product-content-box2--block-1.tpl.php" and input my div tags with my class names and then included print commands to print the node body and node title. I did this based on the useful video @ http://mustardseedmedia.com/podcast/episode23
My problem is that when the page containing the above view block is shown, the newly created "views-view-fields--product-content-box2--block-1.tpl.php" isnt being used. Instead the standard block.tpl.php is used.
I have emptied the cache to no avail.
Any ideas on how to get this working will be much appreciated.