Hat keiner eine Idee?
Ich habe eine Frage zu Anpassung bzw. Verschönerung meines Commerce Templates. (Siehe: Outdoorhosen)
Und zwar möchte ich die Artikelbezeichnung (in den grauen Balken) in weißer Schrift darstellen, genau wie in den Artikeldetails. Hab es versucht im Template einzustellen, leider ohne Erfolg.
Das Template:
HTML-Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <TITLE>Products example template</TITLE> </head> <SCRIPT LANGUAGE="JavaScript"> </SCRIPT> <body> <br> <br> <br> <H1>PRODUCT TEMPLATES</H1> <h2>EXAMPLE</h2> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>ITEM_LIST_TEMPLATE</h3> <em>This subpart is used to display the regular list of products. It's also used by search-results.</em><br> <br> <br> <!-- ###ITEM_LIST_TEMPLATE### begin This subpart is used to display the regular list of products. It's also used by search-results. --> <TABLE border="0" cellspacing="0" cellpadding="1" width=750> <tr> <td><!--###LINK_PREV###-->###GW2B###<div align="left"><b>Previous page</b></div>###GW2E###<!--###LINK_PREV###--></td> <td></td> <td></td> <td><!--###LINK_NEXT###-->###GW2B###<div align="right"><b>Next page</b></div>###GW2E###<!--###LINK_NEXT###--></td> </tr> <tr> <td><img src="clear.gif" width=100 height=1></td> <td><img src="clear.gif" width=5 height=1></td> <td><img src="clear.gif" width=300 height=1></td> <td><img src="clear.gif" width=100 height=1></td> </tr> <!-- ###ITEM_CATEGORY_AND_ITEMS### begin --> <!-- ###ITEM_CATEGORY### begin --> <!--<tr> <td colspan=4><br>###GW1B###<font size=3><strong>###CATEGORY_TITLE###</strong></font> ###GW1E### <br> </td> </tr> --> <!-- ###ITEM_CATEGORY### end --> <!-- ###ITEM_LIST### begin --> <!--<tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b>Product:</b>###GW2E###</td> <td bgcolor="###GC2###">###GW2B###<b>Enter quantity:</b>###GW2E###</td> </tr> --> <tr> <td colspan=4><img src="clear.gif" width=1 height=1></td> </tr> <!-- ###ITEM_SINGLE### begin--> <tr> <td colspan=4> <FORM method="post" action="###FORM_URL###" name="###FORM_NAME###"> <TABLE border="0" cellspacing="0" cellpadding="1" width=100%> <tr> <td><img src="clear.gif" width=100 height=1></td> <td><img src="clear.gif" width=5 height=1></td> <td><img src="clear.gif" width=300 height=1></td> <td><img src="clear.gif" width=100 height=1></td> </tr> <tr> <td colspan=4><img src="clear.gif" width=1 height=6></td> </tr> <tr> <td colspan=4 bgcolor="#353533"><!--###LINK_ITEM###--> <font color="#FFFFFF">###GW1B###<b>###PRODUCT_TITLE###</b>###GW1E###</font> <!--###LINK_ITEM###--> <br> <br></td> </tr> <TR> <TD width="100" valign=top>###PRODUCT_IMAGE###</TD> <td width="25"></td> <TD width="40%" valign=top> <!--###LINK_ITEM###-->###GW2B######PRODUCT_NOTE######GW2E###<br /> ###GW1B###<B>Preis:</b> <font color=black><strong>###PRICE_TAX### EUR</strong></font>###GW1E### <!--###LINK_ITEM###--><br /> <!-- ###GW2B###(w/o VAT: ###PRICE_NO_TAX###)###GW2E### --> </TD> <TD valign=top nowrap align=right>###GW2B### <!--Menge: ###GW2E###<INPUT size="3" maxlength="4" type="text" name="###FIELD_NAME###" value="###FIELD_QTY###"><BR><input type="Submit" name="order" value="In den Warenkorb " onClick="if (!document.forms['###FORM_NAME###']['###FIELD_NAME###'].value!=''){document.forms['###FORM_NAME###']['###FIELD_NAME###'].value=1;};"> --> </TD> </TR> </TABLE> </FORM> </td> </tr> <!-- ###ITEM_SINGLE### end --> <!-- ###ITEM_LIST### end --> <!-- ###ITEM_CATEGORY_AND_ITEMS### end --> <tr> <td height="25" colspan="4"> </td> </tr> <tr> <td><!--###LINK_PREV###-->###GW2B###<div align="left"><b>Previous page</b></div>###GW2E###<!--###LINK_PREV###--></td> <td></td> <td></td> <td><!--###LINK_NEXT###-->###GW2B###<div align="right"><b>Next page</b></div>###GW2E###<!--###LINK_NEXT###--></td> </tr> </TABLE> <BR><BR> <!-- ###ITEM_LIST_TEMPLATE### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>ITEM_SINGLE_DISPLAY</h3> <em>This subpart is used to display single products.</em><br> <br> <br> <!-- ###ITEM_SINGLE_DISPLAY### begin This subpart is used to display single products. --> <TABLE class="shoporange text" border="0" cellspacing="3" cellpadding="1" width=750> <FORM method="post" action="###FORM_URL###"> <tr> <td><img src="clear.gif" width=100 height=1></td> <td><img src="clear.gif" width=5 height=1></td> <td><img src="clear.gif" width=300 height=1></td> </tr> <tr> <td colspan=3><img src="clear.gif" width=1 height=6></td> </tr> <tr> <td colspan=3 bgcolor="#353533"><!--###LINK_ITEM###--> <font color="#FFFFFF">###GW1B###<b>###PRODUCT_TITLE###</b>###GW1E###</font> <!--###LINK_ITEM###--> <br> <br></td> </tr> <TR> <TD width="220" valign=top>###PRODUCT_IMAGE###</TD> ###PRODUCT_IMAGE2### <td width="2"></td> <TD width="528" valign=top> ###GW1B### <B></B><!-- ###CATEGORY_TITLE### --> <br> <B>Artikel-Nr.:</B> ###PRODUCT_ITEMNUMBER###<br> <B></B> <font color=red><strong>###PRICE_TAX### EUR</strong></font>###GW2B### <!-- (w/o VAT ###PRICE_NO_TAX###)--> ###GW2E###<br> <!-- <B>Web-Price:</B> <font color=red><strong>###PRICE_TAX2### EUR</strong></font>###GW2B### (w/o VAT ###PRICE_NO_TAX###)###GW2E###<br> --> <br><B>Beschreibung:</B><br> <!-- ###display_variant1### --> ###GW2B### ###GW2E### Farbe <SELECT style="font-size: 10px" name="###FIELD_COLOR_NAME###" rows="1">###PRODUCT_COLOR###</SELECT> <!-- ###display_variant1### --> <!-- ###display_variant2### --> ###GW2B### ###GW2E### Grösse <SELECT style="font-size: 10px" name="###FIELD_SIZE_NAME###" rows="1">###PRODUCT_SIZE###</SELECT><br> <!-- ###display_variant2### --><br> ###PRODUCT_NOTE###<br> ###GW1E### <br> <nobr>###GW2B### Menge: ###GW2E###<INPUT size="3" maxlength="4" type="text" name="###FIELD_NAME###" value="###FIELD_QTY###"> <input type="Submit" name="order" value="In den Warenkorb" onClick="if (!document.forms[0]['###FIELD_NAME###'].value!=''){document.forms[0]['###FIELD_NAME###'].value=1;};"> </nobr> </TD> </TR> <TR> <TD height="50" colspan="3" align="center" valign=middle><br> ###GW2B### <!--###LINK_ITEM###--> <b><- Zurück </b> <!--###LINK_ITEM###--> ###GW2E### <br></TD> </TR> </form> </TABLE> <!-- <TABLE border="0" cellspacing="0" cellpadding="1" width=1> <tr> <B>Verfügbarkeit:</B> ###BESTAND### <br> </tr> </TABLE> --> <br> <br> <!-- ###ITEM_SINGLE_DISPLAY### end --> <BR> <BR><BR><BR><HR><BR><BR><BR> <h3>ITEM_SEARCH</h3> <em>Subpart for the search-form.</em><br> <br> <br> <!-- ###ITEM_SEARCH### begin Subpart for the search-form --> <FORM method="post" action="###FORM_URL###"> Artikelsuche - Bitte geben Sie die Artikelnummer oder den Modellnamen ein: <br> <br> <INPUT size="25" maxlength="100" type="text" name="swords" value="###SWORDS###"> <input type="Submit" name="order" value="Suchen"> </form> <!-- ###ITEM_SEARCH### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>ITEM_SEARCH_EMPTY</h3> <em>Subpart displayed if the search was empty. If the search was successfull, the ITEM_LIST_TEMPLATE in the top is used.</em><br> <br> <br> <!-- ###ITEM_SEARCH_EMPTY### begin Subpart displayed if the search was empty. If the search was successfull, the ITEM_LIST_TEMPLATE in the top is used. --> ###GW1B###<B>The search was empty.</B>###GW1E### <!-- ###ITEM_SEARCH_EMPTY### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>BASKET_TEMPLATE</h3> <em> Subpart used to display the content of the shopping basket.<br> The product list part has the exact same features as the regular LIST_ITEM_TEMPLATE subpart.<br> In addition there's a number of fields used for delivery and payment information.<br> </em><br> <br> <br> <!-- ###BASKET_TEMPLATE### begin Subpart used to display the content of the shopping basket. The product list part has the exact same features as the regular LIST_ITEM_TEMPLATE subpart. In addition there's a number of fields used for delivery and payment information. --> ###EXTERNAL_COBJECT### <FORM method="post" action="###FORM_URL###"> <TABLE border="0" cellspacing="0" cellpadding="1" width=1> <tr> <td><img src="clear.gif" width=100 height=1></td> <td><img src="clear.gif" width=5 height=1></td> <td><img src="clear.gif" width=200 height=1></td> <td colspan=3><img src="clear.gif" width=200 height=1></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Artikel</font></b>###GW2E###</td> <td bgcolor="###GC2###">###GW2B###<b><font color=white>Preis</font></b>###GW2E###</td> <td bgcolor="###GC2###">###GW2B###<b><font color=white>Menge</font></b>###GW2E###</td> <td align=center bgcolor="###GC2###">###GW2B###<b><font color=white>Gesamt</font></b>###GW2E###</td> </tr> <!-- ###ITEM_CATEGORY_AND_ITEMS### begin --> <!-- ###ITEM_CATEGORY### begin --> <tr> <td colspan=6><br>###CATEGORY_TITLE###<br> </td> </tr> <!-- ###ITEM_CATEGORY### end --> <!-- ###ITEM_LIST### begin --> <!-- ###ITEM_SINGLE### begin--> <tr> <td colspan=6><img src="clear.gif" width=1 height=6></td> </tr> <TR> <TD valign=top>###PRODUCT_IMAGE###</TD> <td></td> <TD valign=top> <!--###LINK_ITEM###-->###GW1B###<b>###PRODUCT_TITLE###</b> ###GW1B### <br>###PRODUCT_COLOR### ###PRODUCT_SIZE### ###GW1E###<!--###LINK_ITEM###--> </TD> <td valign=top>###GW1B### ###PRICE_TAX### ###GW1E###</td> <TD valign=top> <INPUT size="3" maxlength="4" type="text" name="###FIELD_NAME_BASKET###" value="###FIELD_QTY###"> </TD> <td valign=top align=right>###GW1B### <b>###PRICE_TOTAL_TAX###</b> ###GW1E###</td> </TR> <!-- ###ITEM_SINGLE### end --> <!-- ###ITEM_LIST### end --> <!-- ###ITEM_CATEGORY_AND_ITEMS### end --> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Lieferung:</font></b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=6></td> </tr> <TR> <td colspan=5> ###GW1B###Shipping: <b>###SHIPPING_TITLE###</B>###GW1E###<br><br> ###SHIPPING_SELECTOR### ###SHIPPING_IMAGE### </td> <td valign=top align=right>###GW1B### <b>###PRICE_SHIPPING_TAX###</b> ###GW1E###</td> </TR> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Zahlungsart:</font></b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=6></td> </tr> <TR> <td colspan=5> ###GW1B### ###PAYMENT_SELECTOR### ###GW1E### ###GW2B### <!-- ###MESSAGE_PAYMENT### begin This whole subpart, message_payment is substituted with the subpart 'message_payment_[number-of-method-in-typoscript]' --> <!-- ###MESSAGE_PAYMENT_10### begin --> <BR><B>Bankverbindung: <br> Postbank Leipzig, D-04347 Leipzig/Deutschl.<br> Konto: 202239905 BLZ: 86010090 <br><br> BIC/Swift PBNKDEFF 860<br> Account: 202239905<br> IBAN DE12 8601 0090 0202 2399 05<br> BIC PBNKDEFF860 </b><br> <!-- ###MESSAGE_PAYMENT_10### end --> <!-- ###MESSAGE_PAYMENT### end --> ###GW2E### </td> <td valign=top align=right>###GW1B### <b>###PRICE_PAYMENT_TAX###</b> <BR> ###GW1E###</td> </TR> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=6 bgcolor="###GC2###">###GW2B###<b><font color=white>GESAMT:</font></b>###GW2E###</td> </tr> <TR> <td valign=top colspan=5></td> <td valign=top align=right nowrap>###GW1B### <b>EUR ###PRICE_TOTAL_TAX###</b><br> (ohne MWST / w/o VAT ###PRICE_TOTAL_NO_TAX###) ###GW1E###</td> </TR> </TABLE> <input type="hidden" name="mode_update" value="1"> <input type="Submit" name="products_update" value="Warenkorb aktualisieren"> <input type="Submit" name="products_info" value="Weiter zur Bezahlung" onClick="document.forms[0].action='###FORM_URL_INFO###';"> <br><hr><br> International Customers:<br><input type="Submit" name="products_update" value="Update basket"> <input type="Submit" name="products_info" value="Go to payment/ordering" onClick="document.forms[0].action='###FORM_URL_INFO###';"> </FORM> <BR> <!-- ###BASKET_TEMPLATE### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>BASKET_INFO_TEMPLATE</h3> <em> Subpart used if the GPvar "products_info" was set. This is normally used to let people enter address information separately from the real basket.<BR> Exact same features as BASKET_TEMPLATE<BR> </em><br> <br> <br> <!-- ###BASKET_INFO_TEMPLATE### begin Subpart used if the GPvar "products_info" was set. This is normally used to let people enter address information separately from the real basket Exact same features as BASKET_TEMPLATE --> <FORM method="post" action="###FORM_URL###"> <TABLE border="0" cellspacing="0" cellpadding="1" width=1> <tr> <td><img src="clear.gif" width=100 height=1></td> <td><img src="clear.gif" width=5 height=1></td> <td><img src="clear.gif" width=200 height=1></td> <td colspan=3><img src="clear.gif" width=200 height=1></td> </tr> <tr> <td colspan=6 bgcolor="###GC2###">###GW2B###<b><font color=white>Rechnungsanschrift / Invoice address:</font></b>###GW2E###</td> </tr> <tr> <td colspan=6> <!-- ###BILLING_ADDRESS### start --> ###GW1B### Bitte geben Sie hier hier Rechnungsanschrift ein. Sie können unten eine abweichende Lieferanschrift eingeben. <br> <br> Enter your postal address here. This name and address will be printed on the invoice as the one, who buys the goods.<br> Normally we will send the goods to this address, but if you enter an alternative address in the fields below, we'll send your goods there instead.<br> If you chose "Pickup" as delivery form, your goods are not shipped to you of course. ###GW1E### <br> <br> <table> <tr> <td>###GW1B###<strong>Name/Company: </strong>*###GW1E###</td> <td><input type="text" name="recs[personinfo][name]" size="30" value="###PERSON_NAME###"></td> </tr> <tr> <td>###GW1B###<strong>Address: </strong>*###GW1E###</td> <td><textarea cols=30 rows=5 name="recs[personinfo][address]" wrap="off">###PERSON_ADDRESS###</textarea></td> </tr> <tr> <td>###GW1B###<strong>Telefon: </strong>*###GW1E###</td> <td><input type="text" name="recs[personinfo][telephone]" size="30" value="###PERSON_TELEPHONE###"></td> </tr> <tr> <td>###GW1B###<strong>Email:</strong>###GW1E###</td> <td><input type="text" name="recs[personinfo][email]" size="30" value="###PERSON_EMAIL###"></td> </tr> </table><br> ###GW1B### <em>Felder mit * müssen ausgefüillt werden!</em> <em>Notice: Fields with * must be filled in!</em> ###GW1E### <!-- ###BILLING_ADDRESS### end--> <!-- ###BILLING_ADDRESS_LOGIN### start If this part is not empty then this will be used instead of BILLING_ADDRESS if there is a FE-login user. --> <br> <table> <tr> <td>###GW1B###<strong>Name/Company:</strong>###GW1E###</td> <td>###GW1B######PERSON_NAME######GW1E###</td> </tr> <tr> <td>###GW1B###<strong>Postal address:</strong>###GW1E###</td> <td>###GW1B######PERSON_ADDRESS_DISPLAY######GW1E###</td> </tr> <tr> <td>###GW1B###<strong>Phone:</strong>###GW1E###</td> <td>###GW1B######PERSON_TELEPHONE######GW1E###</td> </tr> <tr> <td>###GW1B###<strong>Email:</strong>###GW1E###</td> <td>###GW1B######PERSON_EMAIL######GW1E###</td> </tr> </table> <!-- ###BILLING_ADDRESS_LOGIN### end--> </td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Abweichende Lieferanschrift / Other delivery address:</font></b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=3> ###GW1B### Bitte Lieferanschrift nur eingeben, falls abweichend von Rechnungsanschrift<br><br> If you wish your goods to be delivered to another address than the invoice address above, enter the full address here. You can also enter the contact person/email at this location. ###GW1E### <br> <br> <table> <tr> <td>###GW1B###<strong>Contact person:</strong>###GW1E###</td> <td><input type="text" name="recs[delivery][name]" size="30" value="###DELIVERY_NAME###"></td> </tr> <tr> <td>###GW1B###<strong>Address:</strong>###GW1E###</td> <td><textarea cols=30 rows=5 name="recs[delivery][address]" wrap="off">###DELIVERY_ADDRESS###</textarea></td> </tr> <tr> <td>###GW1B###<strong>Phone:</strong>###GW1E###</td> <td><input type="text" name="recs[delivery][telephone]" size="30" value="###DELIVERY_TELEPHONE###"></td> </tr> <tr> <td>###GW1B###<strong>Email:</strong>###GW1E###</td> <td><input type="text" name="recs[delivery][email]" size="30" value="###DELIVERY_EMAIL###"></td> </tr> </table> </td> <td colspan=3></td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Anmerkungen / Notes:</font></b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=3> ###GW1B### Hier können Sie Hinweise zu Ihrer Bestellung eingeben.<br><br>If you have any further comments to your order, please use this field: ###GW1E### <br> <br> <table> <tr> <td>###GW1B###Hinweise / <br>Comments:###GW1E###</td> <td><textarea cols=30 rows=5 name="recs[delivery][note]">###DELIVERY_NOTE###</textarea></td> </tr> </table> </td> <td colspan=3></td> </tr> </TABLE> <br><br> Sie bestätigen hiermit, dass Sie die AGB´s von DEPROC Freizeitartikel GmbH gelesen haben und diese akzeptieren. Sie können Ihre Bestellung im nächsten Schritt noch einmal überprüfen.<br> <input type="Submit" name="products_update" value="Zurück zum Warenkorb"> <input type="Submit" name="products_payment" value="AGB's akzeptiert" onClick="document.forms[0].action='###FORM_URL_FINALIZE###';"> <br><hr><br> International Customers: <br> <input type="Submit" name="products_update" value="Back to basket"> <input type="Submit" name="products_payment" value="Terms and conditions accepted" onClick="document.forms[0].action='###FORM_URL_FINALIZE###';"> </FORM> <BR> <!-- ###BASKET_INFO_TEMPLATE### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>BASKET_PAYMENT_TEMPLATE</h3> <em> Subpart used if the GPvar "products_payment" was set. This displays the final information about the order before the payment is initiated.<BR> Exact same features as BASKET_TEMPLATE<BR> </em><br> <br> <br> <!-- ###BASKET_PAYMENT_TEMPLATE### begin Subpart used if the GPvar "products_payment" was set. This displays the final information about the order before the payment is initiated. Exact same features as BASKET_TEMPLATE --> ###EXTERNAL_COBJECT### <TABLE border="0" cellspacing="0" cellpadding="1" width=1> <tr> <td><img src="clear.gif" width=100 height=1></td> <td><img src="clear.gif" width=5 height=1></td> <td><img src="clear.gif" width=200 height=1></td> <td colspan=3><img src="clear.gif" width=200 height=1></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Artikel <br>Product</font></b>###GW2E###</td> <td bgcolor="###GC2###">###GW2B###<b><font color=white>Preis<br>Price</font></b>###GW2E###</td> <td bgcolor="###GC2###">###GW2B###<b><font color=white>Menge<br>Quantity</font></b>###GW2E###</td> <td bgcolor="###GC2###">###GW2B###<b><font color=white>Gesamt<br>Total</font></b>###GW2E###</td> </tr> <!-- ###ITEM_CATEGORY_AND_ITEMS### begin --> <!-- ###ITEM_CATEGORY### begin --> <tr> <td colspan=6><br>###CATEGORY_TITLE###<br> </td> </tr> <!-- ###ITEM_CATEGORY### end --> <!-- ###ITEM_LIST### begin --> <!-- ###ITEM_SINGLE### begin--> <tr> <td colspan=6><img src="clear.gif" width=1 height=6></td> </tr> <TR> <TD valign=top>###PRODUCT_IMAGE###</TD> <td></td> <TD valign=top> ###GW1B###<b>###PRODUCT_TITLE###</b><br> ###PRODUCT_COLOR### ###PRODUCT_SIZE### ###GW1E### </TD> <td valign=top>###GW1B### ###PRICE_TAX### ###GW1E###</td> <TD valign=top>###GW1B### ###FIELD_QTY### ###GW1E###</TD> <td valign=top align=right>###GW1B### <b>###PRICE_TOTAL_TAX###</b> ###GW1E###</td> </TR> <!-- ###ITEM_SINGLE### end --> <!-- ###ITEM_LIST### end --> <!-- ###ITEM_CATEGORY_AND_ITEMS### end --> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Rechnungsanschrift / Invoice address:</font></b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=3> <table cellspacing=3> <tr> <td>###GW1B###Name/Company:###GW1E###</td> <td>###GW1B###<strong>###PERSON_NAME###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Address:###GW1E###</td> <td>###GW1B###<strong>###PERSON_ADDRESS_DISPLAY###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Phone:###GW1E###</td> <td>###GW1B###<strong>###PERSON_TELEPHONE###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Email:###GW1E###</td> <td>###GW1B###<strong>###PERSON_EMAIL###</strong>###GW1E###</td> </tr> </table> </td> <td colspan=3></td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Lieferanschrift / Delivery address:</font></b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=3> <table> <tr> <td>###GW1B###Address:###GW1E###</td> <td>###GW1B###<strong>###DELIVERY_ADDRESS_DISPLAY###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Contact:###GW1E###</td> <td>###GW1B###<strong>###DELIVERY_NAME###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Phone:###GW1E###</td> <td>###GW1B###<strong>###DELIVERY_TELEPHONE###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Email:###GW1E###<br> </td> <td>###GW1B###<strong>###DELIVERY_EMAIL###</strong>###GW1E### ###GW2B###<BR>(Adresse für die Bestellbestätigung.<br>This address will recieve the order confirmation!)###GW2E###<BR> </td> </tr> </table> </td> <td colspan=3></td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Hinweise / Notes:</font></b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=3> <table> <tr> <td>###GW1B###Comment:###GW1E###</td> <td>###GW1B###<strong>###DELIVERY_NOTE_DISPLAY###</strong>###GW1E###</td> </tr> </table> </td> <td colspan=3></td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b><font color=white>Liefer- und Zahlungsbedingungen / Delivery/Payment:</font></b>###GW2E###</td> <td colspan=3></td> </tr> <TR> <td valign=top colspan=3>###GW1B### <strong>Method of shipping:</strong><br> ###SHIPPING_IMAGE### ###SHIPPING_TITLE### ###GW1E###</td> <td valign=top align=right colspan=3>###GW1B### <b>###PRICE_SHIPPING_TAX###</b><br> (###PRICE_SHIPPING_NO_TAX###)<br> ###GW1E###</td> </TR> <TR> <td valign=top colspan=3>###GW1B### <strong>Method of payment:</strong><br> ###PAYMENT_IMAGE### ###PAYMENT_TITLE### ###GW1E### ###GW2B### <!-- ###MESSAGE_PAYMENT### This whole subpart, message_payment is substituted with the subpart 'message_payment_[number-of-method-in-typoscript]' --> <!-- ###MESSAGE_PAYMENT_10### begin --> <BR><B>You can use international Mastercards ONLY in our shop!</b><br> <!-- ###MESSAGE_PAYMENT_10### end --> <!-- ###MESSAGE_PAYMENT### --> ###GW2E### </td> <td valign=top align=right colspan=3>###GW1B### <b>###PRICE_PAYMENT_TAX###</b><br> (###PRICE_PAYMENT_NO_TAX###)<br> ###GW1E###</td> </TR> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=6 bgcolor="###GC2###">###GW2B###<b><font color=white>TOTAL:</font></b>###GW2E###</td> </tr> <TR> <td valign=top colspan=3>###GW1B### <strong>Gesamtbetrag in EUR / Total amount in EUR:</strong> ###GW1E###</td> <td valign=top align=right colspan=3 nowrap>###GW1B### <b>EUR ###PRICE_TOTAL_TAX###</b><br> (ohne MWST/VAT: ###PRICE_TOTAL_NO_TAX###)<br> ###GW1E###</td> </TR> </TABLE> <br> <FORM method="post" action="###FORM_URL###"> <input type="Submit" name="products_update" value="Zurück zum Warenkorb"> <input type="Submit" name="products_finalize" value="Bestellung abschicken" onClick="document.forms[0].action='###FORM_URL_THANKS###'; document.forms[0].target='###FORM_URL_TARGET###';"> <br><br> <input type="Submit" name="products_update" value="Back to basket"> <input type="Submit" name="products_finalize" value="Finalize order!" onClick="document.forms[0].action='###FORM_URL_THANKS###'; document.forms[0].target='###FORM_URL_TARGET###';"> </FORM> <BR> <!-- ###BASKET_PAYMENT_TEMPLATE### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>BASKET_ORDERCONFIRMATION_TEMPLATE</h3> <em> Subpart used if the GPvar "products_payment" was set. This displays the final information about the order before the payment is initiated.<BR> Exact same features as BASKET_TEMPLATE<BR> </em><br> <br> <br> <!-- ###BASKET_ORDERCONFIRMATION_TEMPLATE### begin Subpart used if the order is finalized and this is thus the confirmation shown. --> <TABLE border="0" cellspacing="0" cellpadding="1" width=1> <tr> <td><img src="clear.gif" width=100 height=1></td> <td><img src="clear.gif" width=5 height=1></td> <td><img src="clear.gif" width=200 height=1></td> <td colspan=3><img src="clear.gif" width=200 height=1></td> </tr> <tr> <td colspan=6> ###GW1B### <b>Bestellung erfolgreich abgeschickt / Order confirmation:</b><br> Vielen Dank für Ihre Bestellung! Ihre Bestellung ist bei uns eingegangen und hat folgende Nummer:<br><br> <B>###ORDER_UID###</B> <br><br> Thanks for doing business with us!<br> Your order is complete and has number:<br><br> <B>###ORDER_UID###</B> <br> <br> <!-- Use this number as a reference when you contact us.<br> The order confirmation is also sent by email to the email address entered at "Delivery" (###DELIVERY_EMAIL###). However you should under all circumstances print out this page as a proff of your order.<br> --> <br> <!-- ###MESSAGE_PAYMENT### This whole subpart, message_payment is substituted with the subpart 'message_payment_[number-of-method-in-typoscript]' --> <!-- ###MESSAGE_PAYMENT_40### begin Message for payment method 40, in this case not a credit card but plain ordering --> <B>Important! The next step:</B><br> You have chosen to pay for your goods by a money transaction to our bank account. This is the information you need:<br> - Bank: Superbank Reg: <strong>xxxx</strong> Account: <strong>xxxxxxxx</strong><br> - Cheque: Send the cheque to our postal address. See bottom of this page.<br> Remember to enter the order-number, ###ORDER_UID###, on the transaction!<br> <br> <!-- ###MESSAGE_PAYMENT_40### --> <!-- ###MESSAGE_PAYMENT_50### begin Message for payment method 50, in this case the customer has chosed to by on credit. <B>Credit</B><br> You have the priviledge to be a good customer (you have a login...), so we'll give you credit - as you're used to...<br> --> <!-- ###MESSAGE_PAYMENT_50### --> <!-- ###MESSAGE_PAYMENT### --> <b>Delivery and orderstatus.</b><br> Delivery will be done according to our sales policy. Your order is dated ###ORDER_DATE###.<br> <br> You can follow your order by using your tracking number, which is: <br> <strong>###ORDER_TRACKING_NO###</strong>. Click here to <a href="http://###DOMAIN###/index.php?id=36&type=0&tracking=###ORDER_TRACKING_NO###">see the status now.</a><br><br> <br> ###GW1E### ###EXTERNAL_COBJECT### </td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b>Product:</b>###GW2E###</td> <td bgcolor="###GC2###">###GW2B###<b>Price:</b>###GW2E###</td> <td bgcolor="###GC2###">###GW2B###<b>Quantity:</b>###GW2E###</td> <td bgcolor="###GC2###">###GW2B###<b>Total:</b>###GW2E###</td> </tr> <!-- ###ITEM_CATEGORY_AND_ITEMS### begin --> <!-- ###ITEM_CATEGORY### begin --> <tr> <td colspan=6><br>###CATEGORY_TITLE###<br> </td> </tr> <!-- ###ITEM_CATEGORY### end --> <!-- ###ITEM_LIST### begin --> <!-- ###ITEM_SINGLE### begin--> <tr> <td colspan=6><img src="clear.gif" width=1 height=6></td> </tr> <TR> <TD valign=top>###PRODUCT_IMAGE###</TD> <td></td> <TD valign=top> ###GW1B###<b>###PRODUCT_TITLE###</b>###GW1E### </TD> <td valign=top>###GW1B### ###PRICE_TAX### ###GW1E###</td> <TD valign=top>###GW1B### ###FIELD_QTY### ###GW1E###</TD> <td valign=top align=right>###GW1B### <b>###PRICE_TOTAL_TAX###</b> ###GW1E###</td> </TR> <!-- ###ITEM_SINGLE### end --> <!-- ###ITEM_LIST### end --> <!-- ###ITEM_CATEGORY_AND_ITEMS### end --> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b>Billing address:</b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=3> <table cellspacing=3> <tr> <td>###GW1B###Name/Company:###GW1E###</td> <td>###GW1B###<strong>###PERSON_NAME###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Postal Address:###GW1E###</td> <td>###GW1B###<strong>###PERSON_ADDRESS_DISPLAY###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Phone:###GW1E###</td> <td>###GW1B###<strong>###PERSON_TELEPHONE###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Email:###GW1E###</td> <td>###GW1B###<strong>###PERSON_EMAIL###</strong>###GW1E###</td> </tr> <!-- ###FE_USER_SECTION### begin --> <tr> <td>###GW1B###Username:###GW1E###</td> <td>###GW1B###<strong>###FE_USER_USERNAME###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###User ID:###GW1E###</td> <td>###GW1B###<strong>###FE_USER_UID###</strong>###GW1E###</td> </tr> <!-- ###FE_USER_SECTION### end --> </table> </td> <td colspan=3></td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b>Shipping address:</b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=3> <table> <tr> <td>###GW1B###Postal address:###GW1E###</td> <td>###GW1B###<strong>###DELIVERY_ADDRESS_DISPLAY###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Contact:###GW1E###</td> <td>###GW1B###<strong>###DELIVERY_NAME###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Phone:###GW1E###</td> <td>###GW1B###<strong>###DELIVERY_TELEPHONE###</strong>###GW1E###</td> </tr> <tr> <td>###GW1B###Email:###GW1E###</td> <td>###GW1B###<strong>###DELIVERY_EMAIL###</strong>###GW1E###</td> </tr> </table> </td> <td colspan=3></td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b>Notes:</b>###GW2E###</td> <td colspan=3></td> </tr> <tr> <td colspan=3> <table> <tr> <td>###GW1B###Comment:###GW1E###</td> <td>###GW1B###<strong>###DELIVERY_NOTE_DISPLAY###</strong>###GW1E###</td> </tr> </table> </td> <td colspan=3></td> </tr> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=3 bgcolor="###GC2###">###GW2B###<b>Delivery/Payment:</b>###GW2E###</td> <td colspan=3></td> </tr> <TR> <td valign=top colspan=3>###GW1B### <strong>Method of delivery:</strong><br> ###SHIPPING_IMAGE### ###SHIPPING_TITLE### ###GW1E###</td> <td valign=top align=right colspan=3>###GW1B### <b>###PRICE_SHIPPING_TAX###</b><br> (###PRICE_SHIPPING_NO_TAX###)<br> ###GW1E###</td> </TR> <TR> <td valign=top colspan=3>###GW1B### <strong>Method of payment:</strong><br> ###PAYMENT_IMAGE### ###PAYMENT_TITLE### ###GW1E###</td> <td valign=top align=right colspan=3>###GW1B### <b>###PRICE_PAYMENT_TAX###</b><br> (###PRICE_PAYMENT_NO_TAX###)<br> ###GW1E###</td> </TR> <tr> <td colspan=6><img src="clear.gif" width=1 height=10></td> </tr> <tr> <td colspan=6 bgcolor="###GC2###">###GW2B###<b>TOTAL:</b>###GW2E###</td> </tr> <TR> <td valign=top colspan=3>###GW1B### <strong>Total amount in EUR:</strong> ###GW1E###</td> <td valign=top align=right colspan=3>###GW1B### <b>EUR ###PRICE_TOTAL_TAX###</b><br> (w/o VAT: ###PRICE_TOTAL_NO_TAX###)<br> ###GW1E###</td> </TR> <tr> <td colspan=6> ###GW1B### <br> <br> Mit freundlichen Gruessen / Best regards: <br> <br> <strong>DEPROC Freizeitartikel GmbH </strong><br> Vertriebsbuero<br> Am Abrahamschacht 1a<br> 09496 Marienberg<br> <br> Phone: +49 89 3188 3810<br> Fax: +49 89 3188 3812<br> ###GW1E### </td> </tr> </TABLE> <br> <BR> <!-- ###BASKET_ORDERCONFIRMATION_TEMPLATE### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>BASKET_TEMPLATE_EMPTY</h3> <em> If the basket is empty this subpart is displayed<br> </em><br> <br> <br> <!-- ###BASKET_TEMPLATE_EMPTY### begin If the basket is empty this subpart is displayed --> ###GW1B###<B>Warenkorb ist leer! / Basket is empty.</B>###GW1E### <!-- ###BASKET_TEMPLATE_EMPTY### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>BASKET_REQUIRED_INFO_MISSING</h3> <em> If payment is initiated but the required information fields are not filled in correctly, this happens.<br> </em><br> <br> <br> <!-- ###BASKET_REQUIRED_INFO_MISSING### begin If payment is initiated but the required information fields are not filled in correctly, this happens --> ###GW1B###<br><br><B>Bitte alle mit * gekennzeichneten Felder ausfüllen! </b><br>You have not filled in all required fields with address information. <br><br>-><b>###ERROR_DETAILS### </b><br><br>Bitte korrigieren Sie Ihre Eingaben! <br>Please go back and do that!###GW1E###<br><br> <FORM method="post" action="###FORM_URL###"> <input type="Submit" name="products_info" value="Zurück " onClick="document.forms[0].action='###FORM_URL_INFO###';"> <input type="Submit" name="products_info" value="Go back" onClick="document.forms[0].action='###FORM_URL_INFO###';"> </FORM> <!-- ###BASKET_REQUIRED_INFO_MISSING### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>TRACKING_DISPLAY_INFO</h3> <em> Displays the view of the order status by tracking codes.<br> </em><br> <br> <br> <!-- ###TRACKING_DISPLAY_INFO### begin Displays the view of the order status by tracking codes. --> ###GW1B### <B>Your order (###ORDER_UID###) has this status:</B><br> (Last line is the latest change)<br> <br> <table border=1 cellpadding=0 cellspacing=4> <tr> <td>###GW2B### <strong>Time:</strong> ###GW2E###</td> <td>###GW2B### <strong>Code:</strong> ###GW2E###</td> <td>###GW2B### <strong>Action:</strong> ###GW2E###</td> <td>###GW2B### <strong>Comment:</strong> ###GW2E###</td> </tr> <!-- ###STATUS_ITEM### begin This part is repeated for each order status item and finally this part in the template code is substituted with the accumulated code for all order status actions. --> <tr> <td nowrap valign=top>###GW2B### ###ORDER_STATUS_TIME### ###GW2E###</td> <td valign=top>###GW2B### ###ORDER_STATUS### ###GW2E###</td> <td nowrap valign=top>###GW2B### ###ORDER_STATUS_INFO### ###GW2E###</td> <td valign=top>###GW2B### ###ORDER_STATUS_COMMENT### ###GW2E###</td> </tr> <!-- ###STATUS_ITEM### end --> </table> <br> <!-- ###ADMIN_CONTROL### begin --> <table border=0 cellpadding=1 cellspacing=0 bgcolor="black"><tr><td> <table border=0 cellpadding=10 cellspacing=0 bgcolor="#92AFCB"><tr><td> ###GW1B### <strong>Shop ADMIN:</strong><br> Order: ####ORDER_UID### <br> ###GW1B### <!-- ###ADMIN_CONTROL_OK### begin --> <FORM method="post" action="###FORM_URL###"> <select name="orderRecord[status][]" size="9" multiple> ###STATUS_OPTIONS### </select> <br> ###GW1B###Comment to the new order status:###GW1B###<br> <textarea cols="40" rows="5" name="orderRecord[status_comment]"></textarea><br> <input type="hidden" name="tracking" value="###TRACKING_NUMBER###"><br> <input type="hidden" name="update_code" value="###UPDATE_CODE###"><br> <input type="Submit" name="submit" value="Add order status"> </FORM> <hr> Switch to another order: <FORM method="post" action="###FORM_URL###"> <select name="tracking" size="9"> ###OTHER_ORDERS_OPTIONS### </select><br><br> <input type="Submit" name="submit" value="Select"> <input type="hidden" name="update_code" value="###UPDATE_CODE###"><br> </FORM> <!-- ###ADMIN_CONTROL_OK### begin --> <!-- ###ADMIN_CONTROL_DENY### begin --> <FORM method="post" action="###FORM_URL###"> <input type="hidden" name="tracking" value="###TRACKING_NUMBER###"><br> ###GW1B###Code:###GW1B###<br> <input type="password" size=40 name="update_code" value="###UPDATE_CODE###"> <input type="Submit" name="submit" value="Enter code"> </FORM> <!-- ###ADMIN_CONTROL_DENY### begin --> </td></tr></table> </td></tr> </table><br> <!-- ###ADMIN_CONTROL### end --> <strong>Email message:</strong><br> If you wish to recieve a message to the contact email of the order (###FIELD_EMAIL###) each time the status is updated, please check this:<br> <FORM method="post" action="###FORM_URL###"> <input type="hidden" name="orderRecord[email_notify]" value="0"> <input type="checkbox" name="orderRecord[email_notify]" value="1"###FIELD_EMAIL_NOTIFY###>Recieve message by status changes.<br> <input type="text" size=40 name="orderRecord[email]" value="###FIELD_EMAIL###"> <input type="hidden" name="tracking" value="###TRACKING_NUMBER###"> <input type="Submit" name="submit" value="Update"> </FORM> <br><br> <strong>Message to the shop:</strong><br> You can send a message to the shop regarding this order.<br> <FORM method="post" action="###FORM_URL###"> <input type="hidden" name="tracking" value="###TRACKING_NUMBER###"> ###GW1B###Select topic:###GW1B###<br> <select name="orderRecord[status][]" size="1"> <!-- NOTICE: The values/topics MUST correspond with those setup in the TypoScript of the shop! --> <option value=51>Message from the customer to the shop</option> <option value=50>The customer requests to cancel the order</option> </select> <br> ###GW1B###Comment to follow:###GW1B###<br> <textarea cols="40" rows="5" name="orderRecord[status_comment]"></textarea><br> <input type="Submit" name="submit" value="Send message"> </FORM> <br> <br> <B>This is the original order confirmation:</B><br><br> ###GW1E### <HR> <br> ###ORDER_HTML_OUTPUT### <!-- ###TRACKING_DISPLAY_INFO### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>TRACKING_ENTER_NUMBER</h3> <em> Displays form for entering the tracking number.<br> </em><br> <br> <br> <!-- ###TRACKING_ENTER_NUMBER### begin Displays form for entering the tracking number. --> ###GW1B###<B>Bitte Tracking Code eingeben / Enter your tracking code:</B>###GW1E###<br> <FORM method="post" action="###FORM_URL###"> <input type="text" name="tracking"><br> <input type="Submit" name="submit" value="Status abrufen / See status"> </FORM> <!-- ###ADMIN_CONTROL### begin --> <table border=0 cellpadding=1 cellspacing=0 bgcolor="black"><tr><td> <table border=0 cellpadding=10 cellspacing=0 bgcolor="#92AFCB"><tr><td> ###GW1B### <strong>Shop ADMIN:</strong><br> <!-- ###ADMIN_CONTROL_DENY### begin --> <FORM method="post" action="###FORM_URL###"> ###GW1B###Code:###GW1B###<br> <input type="password" size=40 name="update_code" value=""> <input type="Submit" name="submit" value="Enter code"> </FORM> <!-- ###ADMIN_CONTROL_DENY### begin --> </td></tr></table> </td></tr> </table><br> <!-- ###ADMIN_CONTROL### end --> <!-- ###TRACKING_ENTER_NUMBER### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>TRACKING_WRONG_NUMBER</h3> <em> Displays error message if no tracking code.<br> </em><br> <br> <br> <!-- ###TRACKING_WRONG_NUMBER### begin Displays error message if no tracking code. --> ###GW1B###<B>The tracking code did not exist! Make sure it was correct and try again!</B>###GW1E###<br> <FORM method="post" action="###FORM_URL###"> <input type="text" name="tracking"><br> <input type="Submit" name="submit" value="See status"> </FORM> <!-- ###TRACKING_WRONG_NUMBER### end --> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>TRACKING_EMAILNOTIFY_TEMPLATE</h3> <em> Subpart used as template for the notify emails.<br> First line is used as subject for the mail.<br> </em><br> <br> <br> <pre> <!-- ###TRACKING_EMAILNOTIFY_TEMPLATE### begin Subpart used as template for the notify emails First line is used as subject for the mail. --> My Shop order status (####ORDER_UID###) ORDER INFORMATION (####ORDER_UID###): The status of your order has been changed: Time: ###ORDER_STATUS_TIME### Status: ###ORDER_STATUS_INFO### Comment: ###ORDER_STATUS_COMMENT### TRACKING: You get this email, because you have chosen to recieve information about your order. You can follow you order status and change settings for order information by using this tracking number: ###ORDER_TRACKING_NO### Click here to see information now: http://###DOMAIN###/index.php?id=36&type=0&tracking=###ORDER_TRACKING_NO### Mit freundlichen Gruessen / Best regards DEPROC Freizeitartikel GmbH Vertriebsbuero Am Abrahamschacht 1a<br> 09496 Marienberg<br> Phone: +49 89 3188 3810<br> Fax: +49 89 3188 3812<br> Bankverbindung / Bank reference: Postbank Leipzig, D-04347 Leipzig/Deutschl. Konto: 202239905 BLZ: 86010090 BIC/Swift PBNKDEFF 860 Account: 202239905 IBAN DE12 8601 0090 0202 2399 05 BIC PBNKDEFF860 <!-- ###TRACKING_EMAILNOTIFY_TEMPLATE### end --> </pre> <BR><BR><BR><BR><HR><BR><BR><BR> <h3>EMAIL_PLAINTEXT_TEMPLATE</h3> <em> Subpart used as template for the order-emails.<br> First line is used as subject for the mail.<br> </em><br> <br> <br> <pre> <!-- ###EMAIL_PLAINTEXT_TEMPLATE### begin Subpart used as template for the order-emails First line is used as subject for the mail. --> DEPROC.de Online-Shop Auftragsnr.: E_###ORDER_UID### Bestätigung des Bestelleingangs: Ihre Bestellung ist bei uns eingegangen und wird umgehend bearbeitet. Für Rückfragen geben Sie bitte Ihre o.g. Auftragsnummer an. Vielen Dank! Bestellung: 1) Warenkorb: <!-- ###ITEM_CATEGORY_AND_ITEMS### --> <!-- ###ITEM_LIST### begin --> <!-- ###ITEM_SINGLE### begin--> Artikel: ###PRODUCT_TITLE### Artikelnr.: ###PRODUCT_ITEMNUMBER### Farbe: ###PRODUCT_COLOR### Groesse: ###PRODUCT_SIZE### Preis: ###PRICE_TAX### EUR Menge: ###FIELD_QTY### = ###PRICE_TOTAL_TAX### EUR <!-- ###ITEM_SINGLE### end --> <!-- ###ITEM_LIST### end --> <!-- ###ITEM_CATEGORY_AND_ITEMS### end --> 2) Rechnungsanschrift: ###PERSON_NAME### ###PERSON_ADDRESS### Tel.: ###PERSON_TELEPHONE### Email: ###PERSON_EMAIL### 3) Lieferanschrift: ###DELIVERY_ADDRESS### z.Hd. ###DELIVERY_NAME### Telefon: ###DELIVERY_TELEPHONE### Email: ###DELIVERY_EMAIL### 4) Anmerkungen: ###DELIVERY_NOTE_DISPLAY### 5) Lieferung per: ###SHIPPING_TITLE### Preis: ###PRICE_SHIPPING_TAX### EUR (###PRICE_SHIPPING_NO_TAX### .Mwst.) 6) Zahlung per: ###PAYMENT_TITLE### Preis: ###PRICE_PAYMENT_TAX### EUR (###PRICE_PAYMENT_NO_TAX### o.Mwst.) TOTAL: ________________________ EUR ###PRICE_TOTAL_TAX### (w/o VAT: ###PRICE_TOTAL_NO_TAX###) Mit freundlichen Grüssen, Ihr DEPROC Team! Bankverbindung für Online-Überweisung: Postbank Leipzig, D-04347 Leipzig/Deutschl. Konto: 202239905 BLZ: 86010090 BIC/Swift PBNKDEFF 860 Account: 202239905 IBAN DE12 8601 0090 0202 2399 05 BIC PBNKDEFF860 ORDER CONFIRMATION: Your order is completed and has number ###ORDER_UID###. Use this number as a reference when you contact us. TRACKING: You can follow you order status by using this tracking number: http://###DOMAIN###/index.php?id=36&type=0&tracking=###ORDER_TRACKING_NO### ORDER: 1) Goods: <!-- ###ITEM_CATEGORY_AND_ITEMS### --> <!-- ###ITEM_LIST### begin --> <!-- ###ITEM_SINGLE### begin--> Producttitle: ###PRODUCT_TITLE### Itemnumber: ###PRODUCT_ITEMNUMBER### Price: ###PRICE_TAX### EUR Quantity: ###FIELD_QTY### = ###PRICE_TOTAL_TAX### EUR <!-- ###ITEM_SINGLE### end --> <!-- ###ITEM_LIST### end --> <!-- ###ITEM_CATEGORY_AND_ITEMS### end --> 2) Billing address: ###PERSON_NAME### ###PERSON_ADDRESS### Phone: ###PERSON_TELEPHONE### Email: ###PERSON_EMAIL### 3) Shipping address: ###DELIVERY_ADDRESS### att. ###DELIVERY_NAME### Telefon: ###DELIVERY_TELEPHONE### Email: ###DELIVERY_EMAIL### 4) Notes: ###DELIVERY_NOTE_DISPLAY### 5) Shipping: ###SHIPPING_TITLE### Price: ###PRICE_SHIPPING_TAX### EUR (###PRICE_SHIPPING_NO_TAX### w/o VAT) 6) Method of payment: ###PAYMENT_TITLE### Price: ###PRICE_PAYMENT_TAX### EUR (###PRICE_PAYMENT_NO_TAX### w/o VAT) TOTAL: ________________________ EUR ###PRICE_TOTAL_TAX### (w/o VAT: ###PRICE_TOTAL_NO_TAX###) Mit freundlichen Gruessen / Best regards, DEPROC Freizeitartikel GmbH Vertriebsbuero Am Abrahamschacht 1a<br> 09496 Marienberg<br> Phone: +49 89 3188 3810<br> Fax: +49 89 3188 3812<br> <!-- ###EMAIL_PLAINTEXT_TEMPLATE### end --> </pre> </body> </html>
Dann besteht noch ein Problem, die Bilder - welche im Fileadmin 750 Pixel in der Höhe und mit transparenten Hintergrund als .png-Datei geladen und gespeichert sind. Werden total anders dargestellt, fehlerhaft und mit weißem Hintergrund.
Wo könnte hier Fehler liegen? Bzw. wo kann man das einstellen?
Danke!
Hat keiner eine Idee?
Hay Steffi!
Sorry mein Beitrag war nicht richtig. Habe ihn wieder entfernt.
Endgültiges Löschen scheint hier leider nicht möglich.
Zu dumm von mir
Annna
Geändert von Annna (11.09.2009 um 13:23 Uhr) Grund: Dummheit :-((
Online-Shop für TYPO3-Websites: www.fertige-typo3-websites.de
Ist doch besser, für die Formatierung css Dateien zu nutzen.
Die Schriftfarbe kommt von hier:
http://www.deproc.de/typo3temp/style...3277538905.css
Das würde ich aber in deine eigene css Datei einbauen, das müsste diese sein
http://www.deproc.de/fileadmin/styles.css
Ich analysiere das, was im FE vom css ankommt, immer im Firefox mit Firebug.
gruss solei
Danke.
Mein Problem ist, das ich mich noch nicht so richtig mit CSS auskenne.
Wie man sieht: Funktionsjacken ist die Überschrift nun weiß, doch dafür auch der Preis sowie die Artikelbeschreibung in der Detailansicht.
Hab folgenden Code in meiner style.css eingefügt:
aber irgendwie bekomme ich das nicht hin, das nur die Überschrift (Artikelbezeichnung in der Farbe weis angezeigt wird, wegen dem grauen Balken) der gesamte andere Text soll in der Farbe: #353533 angezeigt werden, auch die Links sollen nicht unterstrichen werden... und so blau bzw. lila markiert werden.HTML-Code:/* default styles for extension "tt_products" */ .tx-ttproducts-pi1-wrap1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; } .tx-ttproducts-pi1-wrap2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }
Wenn mir einer helfen kann, wäre ich sehr dankbar. Sitze schon ewig und probiere herum, ... :-(
Im Typoscript habe ich folgenden Code für den Produktkatalog:
CONSTANTS:
SETUP:HTML-Code:##plugin.tt_products.file.templateFile = fileadmin/products_en.tmpl.sav plugin.tt_products.file.templateFile = fileadmin/products_template.tmpl [usergroup = 1] plugin.tt_products.file.templateFile = fileadmin/products_template_dealers.tmpl [global] ## template from bananaguard ##plugin.tt_products.file.templateFile = fileadmin/example_template_bill_de.tmpl plugin.tt_products.TAXpercentage = 19 plugin.tt_products.priceDecPoint = , plugin.tt_products.maxW_list = 10 plugin.tt_products.outputfolder = fileadmin/data # Produkttitel plugin.tt_products.color2 = ##353533 plugin.tt_products.color1 = #353533 // Schriftfarbe Produktliste plugin.tt_products.wrap2 = <font face="verdana" size=2 color=#353533> | </font> content.tableCellColor = #FFFFFF plugin.tt_products.priceThousandPoint = plugin.tt_products.clickEnlarge = 1 plugin.tt_products.orderEmail_subject = Ihre Bestellung bei deproc.de - Your order at deproc.de ## zum testen plugin.tt_products.useArticles = 1 plugin.tt_products.pageAsCategory = 1 a
Ich dank euch!HTML-Code:plugin.tt_products.code.field = select_key plugin.tt_products.AlwaysInStock = 1 plugin.tt_products.statusCodes.1 = Bestellungseingang plugin.tt_products.statusCodes.11 = Der DEPROC wartet auf Ihren Zahlungseingang plugin.tt_products.statusCodes.20 = Ihre Ware wird versendet plugin.tt_products.statusCodes.101 = Bestellung abgeschlossen plugin.tt_products.statusCodes.200 = Bestellung storniert plugin.tt_products.orderEmail_from = oliver.damm@deproc.de plugin.tt_products.orderEmail_fromName = Kundenservice@deproc.de plugin.tt_products.orderEmail_to = af@deproc.de ##plugin.tt_products.orderEmail_to = oliver.damm@deproc.de orderNumberPrefix = orderDC_2009_ plugin.tt_products.discountGroupName = Team plugin.tt_products.lockLoginUserInfo=true plugin.tt_products.displayBasketColumns = 6 plugin.tt_products.outputFolder = {$plugin.tt_products.outputfolder} ###price2 als HEK fuer Haendler, af [usergroup = 1] # plugin.tt_products.priceNoReseller =2 # [global] ##plugin.tt_products.file.templateFile = fileadmin/products_template.tmpl plugin.tt_products { payment > payment { radio = 1 TAXpercentage = 19 10.title = Vorkasse 20.title = Rechnung (ab der 3. Lieferung) 20.percentOfTotalShipping = 0 30.title = Nachnahme 30.discountDeactive = 1 30.priceTax.1 = 4.64 30.priceTax.50 = 0 30.showLimit = 99 //30.percentOfTotalShipping = 0.1 40.title = Lastschrift 40.percentOfTotalShipping = 0 } shipping { radio = 1 TAXpercentage = 19 10.title = Deutschland 10.image.file = 10.priceTax.type = count 10.priceTax.1 = 8.70 10.priceTax.50 = 0 10.percentOfGoodstotal = 0 20.title = Europa (nicht Deutschland) 20.image.file = 20.priceTax.type = count 20.priceTax.1 = 14.50 20.priceTax.100 = 14.50 20.percentOfGoodstotal = 0 30.title = Selbstabholung 30.image.file = 30.priceTax.1 = 0 30.percentOfGoodstotal = 0 } pricecalc { type = count field = price 10.prod.1 = 4.99 10.prod.2 = 8.99 10.prod.5 = 19.99 20.prod.1 = 6.99 20.prod.2 = 13.98 20.prod.5 = 29.99 } discountprice { 10.type = count 10.field = price 10.additive = 1 10.where = 10.prod.1 = 4.99 10.prod.100 = 2.89 10.prod.1050 = 2.77 20.type = count 20.field = price 20.where = 20.prod.1 = 6.99 20.prod.100 = 3.00 20.prod.1050 = 2.89 } } plugin.tt_products.basketImage.imageLinkWrap.height = 800 plugin.tt_products.listImage.file.maxW = 150 plugin.tt_products.shipping.40 > plugin.tt_products.AGBattachment = fileadmin/download/AGB_de.pdf plugin.tt_products.domain = www.deproc.de ## PID von AGB is 80 plugin.tt_products.PIDagb = plugin.tt_products.agbtarget = _self plugin.tt_products.createUsers = 1 plugin.tt_products.orderEmail_htmlmail = 1 plugin.tx_srfeuserregister_pi1.email = info_feuser@deproc.de
Hallo,
verwendest du wirklich die Commerce extension? in deinem Typoscript ist alles voll mit tt_products?
Sorry, dass ich dir nicht weiterhelfen kann. Ich habe auch grad massive Problem mit der Commerce Extension
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
Lesezeichen