Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Seems so simple, but driving me crazy!

Seems so simple, but driving me crazy!

Views: 787

Results 1 to 4 of 4
6 Dec 2011, 4:58 PM
#1
cilaes avatar

cilaes

New Zenner

Join Date:
Dec 2011
Posts:
8
Plugin Contributions:
0

Seems so simple, but driving me crazy!

I've been custom coding my own sites and designs for 8 years or so now, but never got into creating templates for anything and now this is almost a necessity as I need something launched as soon as possible. I have my design, it was hand coded into html & css by me and I also coded my own shopping cart, HOWEVER I don't want to risk security through my inexperience in a shopping cart and just want to convert this design to work with zen and a certain payment module that works through zen.

I only have 4 products, all I need is when someone clicks the product, it takes them to the product page where they can add to cart. That's all I need! I don't want the 3-column layout with categories, search, etc. I've been digging and digging and reading the documentation, but it all seems so much more cluttered and difficult than what I'm simply trying to do. If I could just hard-code, split my page into <header> <body> <footer>, <product_display>, and <cart_display> I'd be in heaven... Am I missing a simple document somewhere?

6 Dec 2011, 5:13 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Seems so simple, but driving me crazy!

Yes. you are missing Tutorials / FAQ on top of this page.
what you want to do is accomplished through admin section .

you can turn off both side boxes leaving center box , you can turn off center boxes .

shopping cart option is available only as side box , however, there is a simple addon that will show shopping cart in header.

6 Dec 2011, 5:22 PM
#3
cilaes avatar

cilaes

New Zenner

Join Date:
Dec 2011
Posts:
8
Plugin Contributions:
0

Re: Seems so simple, but driving me crazy!

tony_sar:

Yes. you are missing Tutorials / FAQ on top of this page.
what you want to do is accomplished through admin section .

you can turn off both side boxes leaving center box , you can turn off center boxes .

shopping cart option is available only as side box , however, there is a simple addon that will show shopping cart in header.

i'm not wanting to turn off the side boxes, I want to hard-code my current HTML into a new template and use the zencart template variable to send the user from main page -> product page -> checkout... that's it!

I've created my own template from the documentation, etc, but when creating "includes/templates/ <my template> /common/tpl_main_page.php" it doesn't change anything.

6 Dec 2011, 6:14 PM
#4
cilaes avatar

cilaes

New Zenner

Join Date:
Dec 2011
Posts:
8
Plugin Contributions:
0

Re: Seems so simple, but driving me crazy!

cilaes:

i'm not wanting to turn off the side boxes, I want to hard-code my current HTML into a new template and use the zencart template variable to send the user from main page -> product page -> checkout... that's it!

I've created my own template from the documentation, etc, but when creating "includes/templates/ <my template> /common/tpl_main_page.php" it doesn't change anything.

I take that back, sorry. I'm beginning to gain some ground here by referencing default_template... However, where does the original styling come from when I don't have a file in place? For example, I'm trying to display my main content using ```php
require($body_code)