Hi
I'm running Zen Cart 1.3.8a and have just installed the jgallery contribution but to get it to display the gallery on an ez-page I changed a bit of code which allowed me to run php on an ezpage and now the gallery works but an error has appeared which reads.
Notice: Object of class queryFactoryResult could not be converted to int in /home/dart/public_html/includes/application_bottom.php on line 16
I changed this code in /includes/templates/template_default/templates/tpl_page_default.php in order to allow php in ezpages
from
<div><?php echo $var_pageDetails->fields['pages_html_text']; ?></div>
to
<div><?php eval(stripslashes('?>' . $var_pageDetails->fields['pages_html_text'])); ?></div>
The shop is very nearly complete. Any help would be very much appreciated.
The shop is at www.dartdesigns.co.uk
Bookmarks