Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I add our own store design


Guest

Recommended Posts

Posted

How do we add our own store design into oscommerce while keeping the oscommerce admin panel active.

Posted

There are many tutorials showing how to do this, or you can buy a templating system if your design (if you have already got one) would fit into the structure of the Mini Template System.

 

Commercial Links:

http://www.oscommerce.com/Services&templates&minitemplate

http://www.oscommerce.com/Services&books&oscbooks

 

Forum Links:

http://www.oscommerce.com/forums/topic/369510-designing-new-themes-the-easy-way/

http://www.oscommerce.com/forums/topic/367912-basics-for-design-v23/

 

Posted

It can be useful to have two copies of template_top.php. Once the admin is picking up on its own copy, it will be unaffected by changes that are made to the other.

 

<!--
<script type="text/javascript" src="ext/jquery/jquery-1.8.0.min.js"></script>
-->

<style>
table {
border:1px solid blue;
}
</style>

 

Comment-out some jquery, add some css. Whatever.

Archived

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

×
×
  • Create New...