Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Template integration


v0idnull

Recommended Posts

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

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,

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...