I see you are posting more advanced questions so you may not need help
on this now but here is a basic breakdown of the page.
It looks like you have a nice banner section across the top of the page.
Some Links to other pages on the left side, The page name is under the
top graphic and under that are more links to someother pages. Under
those links are your products.
You need to decide where you are going to place the page information in
ShopSite and then use the appropriate custom template tags to put the
information in your template. Here are some examples;
You could put the top banner in the store Header section if it will
be on all pages or you could include the code for it in the template
itself. To get the content of the header into the page you simply use
the tag [-- HEADER --]
If the links on the left are going to be on all pages and don't
change you could again include them in the template or create an
"include" file containing the links and then just use the tag
[-- include <filename> --] where you want them.
For the page name you would use the tag [-- Page.name --]
The links under the page name look like they might change depending on
what page they are on. For those you would probably want to use the
[-- loop Links --] [-- link --] [-- end_loop links --] syntax.
Where you have the products you simply put a
[-- loop products --] [-- product --] [-- end_loop products --]
Your page appears to be laid out in a table with sub tables as needed.
You would simply replace the content of your table with the appropriate
custom template tag to put the information in the appropriate place.
There are some simple examples on the ShopSite help pages. You can also
look at the custom templates (rounded, stained glass, tabbed )that ship
with ShopSite to see how to do different thing. Because of the numerous
configuration options available in ShopSite and because our templates
need to take advantage of all the options the included templates are
much more complicated than most people really need but they can give you
lots of ideas on how to do things.
Hope that helps.
Jim
Steve wrote:
Here is my current shop:
http://www.strokersdallas.com/store/I had the main site layout recoded into a cleaner xhtml file and want
to update the shop. At the same time maybe polish up the site a little.
Jim wrote:
Steve,
See the topic "fastest way to get a design layout into shopsite?"
from a few days ago. It gives some basic starting steps.
Post a link to your sample page so we can see what the layout is and
maybe we can give you some pointers.
Jim
Steve wrote:
I am in the process of updating our site and need help with updating
the templates to match our site. I would also like to take this
time to fix up and polish the cart a little. Any ideas were I can
find someone who know about shopsite and making templats? Any time
I post at forums or the rentacoder sites all I get are people
wanting to redesign the site. I already have a new site design I
like. I just want o make shopsite match. Apparently this is a very
hard concept for some people.
Thanks,