Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Integrate a HTML/CSS site as a template in my store?

Integrate a HTML/CSS site as a template in my store?

Locked

Views: 1,695

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
26 Oct 2010, 11:26 AM
#1
grundell avatar

grundell

New Zenner

Join Date:
Oct 2010
Location:
Sweden
Posts:
3
Plugin Contributions:
0

Integrate a HTML/CSS site as a template in my store?

Hello,

So I'm starting a new company/ web-shop, the idea behind it is to use Zen-Cart as the web-shop database. Though since i don't know how Zen-Cart is built and I actually don't really know that much about PHP coding i don't really know how i should integrate my html/css code in to Zen-Cart.

I have built the website as an regular website, it's at http://rockamoj.websitefactory.se/.

I wondered if anyone might have an idea about how I should proceed with my work, or if it's even possible to do this ?

Best Regards.

26 Oct 2010, 11:30 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Integrate a HTML/CSS site as a template in my store?

Yes it is possible....
But you will design Zencart to look like your current site/page and then scrap them
ZenCart will become your web site

Check private messages

26 Oct 2010, 1:17 PM
#3
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Integrate a HTML/CSS site as a template in my store?

php knowledge is helpful, but not mandatory. You can do lots just with the css.

26 Oct 2010, 2:35 PM
#4
grundell avatar

grundell

New Zenner

Join Date:
Oct 2010
Location:
Sweden
Posts:
3
Plugin Contributions:
0

Re: Integrate a HTML/CSS site as a template in my store?

Well the thing is that i need to integrate the xhtml / css to the
Zen-Cart and i know that it would help a lot if i had some php knowledge but sadly I don't have enough so i need to find some way to work around it....

26 Oct 2010, 2:39 PM
#5
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Integrate a HTML/CSS site as a template in my store?

The design of your site is fairly simple and shouldn't be difficult to reproduce in Zen Cart. I recommend you install Zen Cart in a subdirectory on your site (or run it locally on your PC if you want) and play around with it. I think you'll be surprised at how little php you really need to know.

26 Oct 2010, 4:50 PM
#6
grundell avatar

grundell

New Zenner

Join Date:
Oct 2010
Location:
Sweden
Posts:
3
Plugin Contributions:
0

Re: Integrate a HTML/CSS site as a template in my store?

Yeah,

Got that a whole lot is already done for me by Zen-Cart developers, but where am i supposed to start?

Really don't know my way around a database....

26 Oct 2010, 5:09 PM
#7
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Integrate a HTML/CSS site as a template in my store?

Grundell:

Really don't know my way around a database....

Me neither, and I've been using Zencart for a while.

Start here:

Install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

Some prefer Firebug, which does much the same thing.

That will let you see what Zencart does with the various page elements, and you'll see where you need to make changes based on your current design.

The important thing, I think, is to just jump in and try stuff.

Experienced Zenners could reproduce your site design in Zencart using pretty much only the stylesheets and admin switches.