[TYPO3-shop] CSS-based template for tt_products
Robert Markula
robert.markula at gmx.net
Mon Aug 28 19:40:08 CEST 2006
Ryan Hayle wrote:
> Robert Markula wrote:
>> With the new tt_products 2.5.0 a modern, table-less (regarding
>> layout-tables) and css-based template is shipped. It validates XHTML
>> 1.0 strict (XHTML 1.1 compatible) and is accessible (WCAG Priority
>> 1,2,3, german BITV).
>> Franz and I were working hard to eliminate any bugs, but please report
>> any bugs you encounter either to this newsgroup or directly to my
>> e-mail address. Thanks!
>
> Can you provide any very basic instructions for using this template? I
> have tried without success, and can only get the old template to
> display. I'm still new to Typo3 and tt_products, and I assume this is
> due to my lack of understanding of the template system. I've tried to
> go through the German tutorial as best I can, aber mein Deutsch ist
> ziemlich schlimm. Any basic setup help would be appreciated!
>
> Thanks,
> Ryan
Hi Ryan,
First of all (althought it is a bit late): a warm welcome! Did you get
tt_products working in the meantime? If not, where are you stuck?
I don't know the german tutorial, but for using the new template, you
have to do the following things:
1. Include the "Shop System Old Style (tt_products)" template in your
"Include static (from extensions)" list.
2. Copy the css-based template from
'typo3conf/ext/tt_products/template/products_css_en.html' to your
'fileadmin/' folder (there are other ways, but I'd recommend this way to
avoid any problems that may arise with future upgrades).
3. Include the new template by putting this line in your TS Setup:
<snip>
# Inlcude the tt_products template
# The location needs to point to your real location of this file of course
plugin.tt_products.templateFile = fileadmin/products_css_en.html
</snip>
Does it work now?
Cheers,
Ro
More information about the TYPO3-project-tt-products
mailing list