Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

customizing the look of the cart


Trusten

Recommended Posts

Posted

i wanted to customize the look of the cart, to match my own layout, is there anything i should look for to keep in all my pages to make sure it all works great?

Posted

Look of shopping_cart.php? or the list on the side?

 

The list on the side doesn't *do* anything so you don't have to be as careful you are just displaying info.

 

shopping_cart.php and order_details.php are functional and have a purpose so you do have to be careful not to lose track of the code, pointers and such.

 

Other than that, have fun with it :D

Posted

yeah, like any include files that will carry the code over from page to page, you know?

 

i don't want to remove anything i need.

 

also, where can i find the main html files to fiddle with. for example, i'd love for the banner to have a link to the main site, so far, i have yet to locate the banner in the scripting code :o(

Posted

Scroll through the Installation questions here and there is an address of a really helpful guide for doing a lot of changes and such ... an the brain has shut down a bit and I cannot recall the URL off hand.

 

Besides ... a search through the questions will help you on your quest to better understand osC :shock:

Posted

The banner is in catalog/includes/header.php.

 

I made my banner a link to my main page

Here is the code I used

 

<td valign="middle" align="center"><?php echo tep_image(DIR_WS_IMAGES . 'banner1.gif', 'Bull Island Merchandising'); ?><br><a href="http://www.bullislandmerchandising.com">Click here to return to our home page</a></td>

 

There are no html file. Most of the look is configured in catalog/stylesheet.css

 

Most of the text can be found in catalog/includes/language/english.php and in the varios files in the catalog/includes/language/english directory

 

all the boxes in the colums are in catalog/include/boxes

 

the best way to do it is just back up the file your changing. make the changes and see if it works. if not then you have your backup to fall back on.

 

You just have to plat with thing to see how your changes effect the program

 

Hope this helps

Archived

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

×
×
  • Create New...