When I had my epiphany in theming Word Press, it was pretty gosh darn simple once I put two and two together. Now I'm throwin' WP blogs on almost every site I build close to nothing extra.
Before, I would try to mash together a default theme with my very neatly, semantically perfect html and by the end of the second hour, my head would be ready to implode with frustration.
Then I realized, "just take your beautiful html and pepper in the WP-specific tags for any/all the modules you need. As long as you have thatat the top of the document, you're good to go!" WOW!Code:<?php get_header(); ?>
And all I really needed were a few of the elements found in most blogs (search, categories, comment boxes, etc...)
Now I'm delving into this Zen jammy and I'm waiting for the same epiphany...
Nothing yet (day two).
Where is the neatly gathered list of zen-specific tags for common shopping cart elements?
I would buy the book that seems to pop up everywhere, but I'm afraid that just gives you a "designers" hand-held wlak through the process.
I successfully got my shell looking good, but it's the innards that are driving me bonkers.
Let's just say, for instance, I'm selling hats. Three different kinds of hats, but you can upgrade them to leather.
All I want is three templates:
1. the homepage with the three categories in a nifty design that makes three categories take up a whole page. (Basically, I have this coded in html and really just need to link to the three category pages).
2. a category index page that lists all the hats in said category.
and
3. the hat detail page with a radio button for the leather option and an "add to cart" button (that I designed).
And I guess the check out process would need some love too, but once I get to that, I'd imagine I've learned what I need to finish up.
What am I missing here?



