osCommerce Templates | Magento Themes | Free osCommerce Themes - eCommerce Engine

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size

Make an osCommerce Template by Yourself (14)

E-mail Print PDF

We now need to do something with that “New Products for...” Box. There are a number of great contributions to allow you to put something in there that is much better than the standard Oscommerce Box.

I like my own piece of code, which you can get from http://www.oscbooks.com/samples/new_products.zip



You must follow the instructions as set out in that .zip file for it to work as intended!!! It's very important for you to take your time doing that. Adding in that code has made the page very long, so we need to go back into our Admin section and action the following: admin > configuration > maximum values > new products module > edit > { set to 3 } > update Next open up stylesheet.css and find the following:


.infoBox {
background: #b6b7cb;
}


Change it to:


.infoBox {
background: #cccccc;}


Find:


.infoBoxContents {
background: #f8f8f9;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}


Change to:


.infoBoxContents {
background: #fafafa;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
}


Find:


TD.infoBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #bbc3d3;
color: #ffffff;
}


Change it to:


TD.infoBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
background: transparent;
color: #000000;
}


What we have done here is make the Boxes in the pages the same background colour as the background of the page (#fafafa), and the border of those boxes the same colour as the Left Hand Side Column (#cccccc). There are only a few more changes to make. In stylesheet.css, find this:


TABLE.productListing {
border: 1px;
border-style: solid;
border-color: #b6b7cb;

 

border-spacing: 1px;
}
.productListing-heading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background: #b6b7cb;
color: #FFFFFF;
font-weight: bold;
}


And change it to:


TABLE.productListing {
border: 0px;
border-style: solid;
border-color: #cccccc;
border-spacing: 1px;
}
.productListing-heading {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
background: #fafafa;
color: #000000;
font-weight: bold;
}


This gives style to the Shopping Cart Listings (and other listings). Now our new oscommerce template Shop looks like this:

 

Feedbacks

hello  I made my ecommerce with prestashop but i need someone that can help me to make some updates.

--- Martini

I want to buy VirtueMart Template Tools Store 28431 and when I bought it I will install yagendoo vamazing theme. Thanks ….sorry about my English 

--- Ppmak

We are interested in this template. Do you also provide the PSD file so we can make our own changes in this template and is it compatible with Magento 1.6? What kind of service do you provide? Do you do the installation for us? 

--- Tom

I bought a teme osCommerce Flooring Store Template 33157  and i cant found slovak language pack. Could you help me?

--- Kasko

Do you offer services to help upload existing templates to a server?  I am in need of assistance.

-- Eric

 
You are here: osCommerce Tutorial Make an osCommerce Template by Yourself (14)