When a user clicks on a product from a category listing, what files generate the result for the user?
When a user clicks on a product from a category listing, what files generate the result for the user?
The product info comes from the database rather than a file, also the files are php and not html. What is it you are wanting to do/know?
And the product info is build-up through multiple php-files, so like picandnix said. We need a little more information
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
When I click on a category from the category sidebox, a blank page loads instead of the products in that category.
Blank as in completely empty, or as in center column empty? You likely have a PHP error; see the tutorials or the wiki under "troubleshooting". Also look in your /cache/ folder in your Zen Cart root and post the latest myDebug file.
Center column empty.
myDEBUG-1348339549-197239.log:
[22-Sep-2012 12:45:49] PHP Warning: include_once(includes/languages/english.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/pnaples9/public_html/spa/includes/init_includes/init_templates.php on line 72
[22-Sep-2012 12:45:49] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'includes/languages/english.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pnaples9/public_html/spa/includes/init_includes/init_templates.php on line 72
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you.
The latest debug file when I tested the problem:
[22-Sep-2012 22:30:34] PHP Warning: include_once(includes/languages/english.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/pnaples9/public_html/spa/includes/init_includes/init_templates.php on line 72
[22-Sep-2012 22:30:34] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'includes/languages/english.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pnaples9/public_html/spa/includes/init_includes/init_templates.php on line 72
[22-Sep-2012 22:30:34] PHP Parse error: syntax error, unexpected T_REQUIRE in /home/pnaples9/public_html/spa/includes/templates/custom/templates/tpl_product_info_display.php on line 1
Are you attempting to add a mod? If so which one, and are you merging files or just overwriting.