[TYPO3-shop] How to link the datasheet

Christian Hernmarck linux at lists.hernmarck.ch
Sat Mar 12 23:51:49 CET 2011


Hi

I use tt_products 2.7(.2.) and want to make use of the datasheet -
show a link to the pdf...

now - what are the markers to use?

all I found in the example templates (partly shortened):

example_template_bill_de.tmpl:
 <!-- ###PRODUCT_LINK_DATASHEET### begin -->
 <p><b><i>Datenblatt</i></b>###ICON_DATASHEET###</p>
 <!-- ###PRODUCT_LINK_DATASHEET### end -->

products_css_de.html:
 <div class="product_datasheet">###PRODUCT_LINK_DATASHEET### als
  PDF-Datei zum freien Download ###PRODUCT_LINK_DATASHEET###</div>

products_de.html:
 ###LINK_DATASHEET### ###ICON_DATASHEET### ###LINK_DATASHEET### <br>

tt_products_example_css.html:
 <li><!-- ###LINK_DATASHEET### begin -->Infoblatt [PDF]<!--
  ###LINK_DATASHEET### end --></li>


LINK_DATASHEET does nothing in my single display
PRODUCT_LINK_DATASHEET does comment the text in between... (as in
product_css_de.html)
 <div class="product_datasheet"><!-- als
  PDF-Datei zum freien Download --></div>

I don't know how to make a link...

Thanks for help
Christian



More information about the TYPO3-project-tt-products mailing list