Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Simple Layout


Guest

Recommended Posts

Posted

I have been looking and looking for an answer to this and always coming up short. I need to integrate this cart into an exhisting design, the design will have no need for infoboxes or stuff like that, just the essential products page, cart and registration, etc. Does anyone know what I need to do to strip this down to the marrow?

 

I like the full cart, please don't get me wrong, however for this particular site, the full features will cramp the design.

Posted

could u post in the right forum

Don't die with the music in you!!!

 

Failure is just another boundary to sucess!!! But that doesn't mean your getting somewhere...

Posted

Sorry, I thought that it must be some sort of tip on how I could cut it down, thanks for the help though.

Posted

yeh, just thought that in the right forum you are more likely to get an answer

Don't die with the music in you!!!

 

Failure is just another boundary to sucess!!! But that doesn't mean your getting somewhere...

Posted

well, which forum is the right one? I've posted this question on other sections of this forum, with no answers...

Posted

I'd try the general forum

 

i'd also check out

Wiki

 

quick help:

U can remove all those info boxs by commenting them out in these 2 files

 

catalog/includes/column_left.php

catalog/includes/column_right.php

Posted

Very basically, OSC breaks each pge into sections.

 

header

footer

column left

column right

body

 

A typical page in osc, in psyudocode, would do the following

 

meta tags

variables

requires

include header

include column left

body

include column right

include footer

 

So, basically, all you have to do is break yourcurrent website design into a header.php, footer.php, column_left.php, and column_right.php.

 

I would *not* attempt this unless you are at least intermediatly proficient with php and html.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Archived

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

×
×
  • Create New...