dsmcphee Posted December 12, 2002 Posted December 12, 2002 I have an existing web site that I developed using Dreamweaver and templates. And this has made life a lot easier for me. I now want to use OSCommerce with my site. I have tried to insert the /catalog/default.php as an include into my main index.php file but I get an error message saying that the file was unable to open. Before the obvious is asked, yes the path is correct. But I'm assuming that what I want to do is not possible. Or is it ? Any helpers ? DM
mattice Posted December 12, 2002 Posted December 12, 2002 In short: not possible. osCommerce needs to run as the 'master' app. You can then try to merge your templates with osC but not the other way around. Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them"
Guest Posted December 12, 2002 Posted December 12, 2002 Making a guest here! If your index.php is out side of your catalog directory make sure you have full path for require('includes/application_top.php'); should be require('catalog/includes/application_top.php'); If you haven't tried that already it wouldn't hurt... :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.