mtepaa Posted October 4, 2007 Share Posted October 4, 2007 Hi there.. I wondering how I can add the product information (and ordering buttons & options) into my sites (html) pages? I'm pretty new to all this, but I have setup my html pages at www.tuffdogz.co.nz, and my oscomerce is setup at www.tuffdogz.co.nz/catalog (just got a few products on there to play around with at the moment) I'll only have about 4 categories & 20 products and will not need to update very much at all, so I'm just after simple html pages, with the necessary elements from oscommerce embedded into the html pages. I might be thinking bout this the wrong way, so any advice would be much appreciated. basically the only thing I want (visually) from oscommerce is the product info, cart & checkout, none of the other boxes. thanks heaps Link to comment Share on other sites More sharing options...
Andrew Yuen Posted October 4, 2007 Share Posted October 4, 2007 I think you are heading in the wrong direction. If all you want is the product info, cart and checkout what you can do is modify the design of your store instead of adding information to html sites. What I mean by modification of design is to actually go in and remove includes/column_left.php and includes/column_right.php as well as going into every file in the main directory and remove all references to: <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> and <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> In addition, you would have to also go in and edit the includes/header.php file and stylesheet. If you still want to add product information to a html file I suggest: http://addons.oscommerce.com/info/2405 Andrew Yuen osCommerce, Community Team Link to comment Share on other sites More sharing options...
mtepaa Posted October 4, 2007 Author Share Posted October 4, 2007 Thank you for that. Could I possibly use a standard html frameset, and in oscommerce strip out the left column and header, to just keep the main oscommerce content showing in the main frame??? Also is STS relevent for me.. I'm just trying to steer away from too much technical php, as I'm a newbie. thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.