Parse error: syntax error, unexpected '}' in /packages/core_commerce/blocks/product/templates/plain/view.php on line 279

Permalink
Hi There,

I'm trying to style the core commerce add-on and have found a template "Plain" which uses divs - so am trying to use this template as the basis for modification.

But before modifying it, I decided to test it and get this error:
"Parse error: syntax error, unexpected '}' in path/to/packages/core_commerce/blocks/product/templates/plain/view.php on line 279"


If I go to line 279 in the file referenced and change this:
<?php  } ?>

to this:
<?php ?>


The list of products display.

But this add-on looks really complicated and I'm scared it may have ramifications down the line!

Any help would be much appreciated.

Cheers

Ben