v0idnull Posted December 30, 2003 Share Posted December 30, 2003 Ok, this is the scenario: I have a bunch of already made templates both for user end and administration end. So, I was looking as osCommerce as a shopping cart solution because of its massive portability among CC processors as opposed to coding my own. Now, can osCommerce be used in these templates. By used I mean I would do something like this: <html> <head> <title>Website!</title> </head> <body> <div id="navbar"> Navbar code </div> <div id="shoppingcart"> <?php include("osCommerce.php"); ?> </div> </body> </html> If this requires some custom coding, thats fine, but is it feasable to do this both for displaying the shopping cart and displaying the administration? Thanks, Alex Link to comment Share on other sites More sharing options...
equilla Posted December 30, 2003 Share Posted December 30, 2003 Hi Alex, if you check out the contributions section, you will find the STS (Simple Template System contribution), which will allow you to what you want. Basically you design the look of the site from one html file, dropping in keywords such as $categorybox, etc, where you want to drop in the active elements. HTH, Mark Stephens Contribs: http://www.oscommerce.com/community/contributions,1680 http://www.oscommerce.com/community/contributions,1467 http://www.oscommerce.com/community/contributions,1422 Link to comment Share on other sites More sharing options...
v0idnull Posted December 30, 2003 Author Share Posted December 30, 2003 Hmm, this is a start, but doesn't quite have every feature I want. This more like inserting widgets where needed but not being able to customize said widgets. Link to comment Share on other sites More sharing options...
paulm2003 Posted December 30, 2003 Share Posted December 30, 2003 The BTS? http://www.oscommerce.com/community/contributions,1263 (catalog only) Link to comment Share on other sites More sharing options...
John Doswell Posted January 5, 2004 Share Posted January 5, 2004 The BTS?http://www.oscommerce.com/community/contributions,1263 (catalog only) yep, only catalog changes required!!! Regards John Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.