Reading the forums here I wanted to change the picture displayed on the product display page to show the full picture and not the thumbnail.
Per the directions I changed tmpl/show.php
change:
if(!$this->config->get('thumbnail')){
to
if(!$this->config->get('image')){
Now when I go to any product page, I get nothing at all but a blank page. I changed it back and still get a blank page...
store.tk7studios.com/bracelets
Any help would be appreciated!!! Everything has been going splendid until this, and I'm set to go live next week.