[Typo3-shop] basket

Eric Vlemmings evlem at world-remove-online.nl
Thu Jul 28 16:40:59 CEST 2005


I have the following:

<!-- ###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="100%">
 <tr>
  <td colspan="4" align="center">
   <b>
   <!--###LINK_PREV###-->###GW2B###<<###GW2E###<!--###LINK_PREV###-->
   <!--###LINK_BROWSE###-->###BROWSE_LINKS###<!--###LINK_BROWSE###-->
   <!--###LINK_NEXT###-->###GW2B###>>###GW2E###<!--###LINK_NEXT###-->
   </b>
  </td>
 </tr>
 <!-- ###ITEM_CATEGORY_AND_ITEMS### begin -->
  <!-- ###ITEM_CATEGORY### begin -->
  <tr>
   <td class="TITLE" width="80"></td>
   <td class="TITLE" width="300">Product</td>
   <td class="TITLE" width="100">Prijs</td>
   <td class="TITLE" width="80"></td>
  </tr>
  <!-- ###ITEM_CATEGORY### end -->
  <!-- ###ITEM_LIST### begin -->
  <!-- ###ITEM_SINGLE### begin-->
   <FORM method="post" action="###FORM_URL###" name="###FORM_NAME###">
   <TR>
    <TD align="center" height="80" style="border-top: 1px dotted 
#3F4F73;"><!--###LINK_ITEM###-->###PRODUCT_IMAGE###<!--###LINK_ITEM###--></TD>
    <TD style="border-top: 1px dotted #3F4F73;">
     <!--###LINK_ITEM###-->###GW1B###<b>###PRODUCT_TITLE###</b>###GW1E###<!--###LINK_ITEM###--><BR>###GW2B######PRODUCT_SUBTITLE######GW2E###<BR>
     ###PRODUCT_NOTE###<BR>
    </TD>
    <TD width="140" style="border-top: 1px dotted #3F4F73;">
     ###GW1B###<strong>? ###PRICE_NO_TAX### </strong> ###GW1E###<BR>
     ###GW2B### (? ###PRICE_TAX### incl. BTW) ###GW2E### <BR>
     ###GW2B###<strong>Aantal: </strong> ###GW2E###<BR><INPUT size="3" 
maxlength="4" type="text" name="###FIELD_NAME###" value="###FIELD_QTY###">
    </strong></TD>
    <TD style="padding: 2px 2px 2px 2px; border-top: 1px dotted 
#3F4F73;">&nbsp;</TD>
   </TR>


   <!-- ###ITEM_SINGLE### end -->
   <tr>
    <td colspan="4" style="padding: 2px 2px 2px 2px; border-top: 1px solid 
#3F4F73;">
     <input type="image" name="order2" 
src="fileadmin/notetaker/images/winkel/bestel.gif" value="in de winkelwagen" 
onclick="if 
(!document.forms['###FORM_NAME###']['###FIELD_NAME###'].value!=''){document.forms['###FORM_NAME###']['###FIELD_NAME###'].value=1;};">
    </td>
   </tr>
   </FORM>

  <!-- ###ITEM_LIST### end -->
 <!-- ###ITEM_CATEGORY_AND_ITEMS### end -->
 <tr>
  <td colspan="4" align="center">
   <b>
   <!--###LINK_PREV###-->###GW2B###<<###GW2E###<!--###LINK_PREV###-->
   <!-- ###LINK_BROWSE### begin -->###BROWSE_LINKS###<!-- ###LINK_BROWSE### 
end-->
   <!--###LINK_NEXT###-->###GW2B###>>###GW2E###<!--###LINK_NEXT###-->
   </b>
  </td>
 </tr>
</TABLE>
<BR>
<!-- ###ITEM_LIST_TEMPLATE### end -->



and the basket_template is:

<!-- ###BASKET_TEMPLATE### -->
###EXTERNAL_COBJECT###

<a href="index.php?id=20"><img name="NoteTaker Winkel" border="0" 
src="typo3/ext/tt_products/pi/basket.gif"><Strong>Klik hier om verder te 
winkelen.</strong></a>

<FORM method="post" action="###FORM_URL###" name="basketform">
<TABLE border="0" cellspacing="0" cellpadding="1" width=1>
 <tr>
  <td><img src="typo3/ext/tt_products/pi/clear.gif" width=100 height=1></td>
  <td><img src="typo3/ext/tt_products/pi/clear.gif" width=5 height=1></td>
  <td><img src="typo3/ext/tt_products/pi/clear.gif" width=200 height=1></td>
  <td colspan=3><img src="typo3/ext/tt_products/pi/clear.gif" width=200 
height=1></td>
 </tr>
 <tr>
  <td colspan=3 bgcolor="###GC2###">###GW2B###<b>Product:</b>###GW2E###</td>
  <td bgcolor="###GC2###">###GW2B###<b>Prijs:</b>###GW2E###</td>
  <td bgcolor="###GC2###">###GW2B###<b>Aantal:</b>###GW2E###</td>
  <td align=right 
bgcolor="###GC2###">###GW2B###<b>Totaal:</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="typo3/ext/tt_products/pi/clear.gif" width=1 
height=6></td>
    </tr>
    <TR height=15>
     <TD valign=top rowspan=2>###PRODUCT_IMAGE###</TD>
     <td rowspan=2></td>
     <TD rowspan=2 valign=top>
      <!--###LINK_ITEM###-->###GW1B###<b>###PRODUCT_TITLE###</b>###GW1E###<!--###LINK_ITEM###--><BR>
      ###GW2B######PRODUCT_SUBTITLE######GW2E###<br>
      ###BULKILY_WARNING###
     </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###" 
onchange="submit();"></TD>
     <td valign=top align=right>###GW1B### <b>? 
###PRICE_TOTAL_TAX###</b>###GW1E###</td>
    </TR>
    <TR>

      <td valign=top>###GW1B### <!-- Size:<br>
        Kleur: -->  </td>
     <td valign=top>###GW1B### ###FIELD_SIZE_VALUE### 
###GW1E###<br>###GW1B######FIELD_COLOR_VALUE######GW1E###</td>
     <td>&nbsp;</td>
    </TR>
   <!-- ###ITEM_SINGLE### end -->
  <!-- ###ITEM_LIST### end -->
 <!-- ###ITEM_CATEGORY_AND_ITEMS###  end -->
 <tr>
  <td colspan=6><img src="typo3/ext/tt_products/pi/clear.gif" width=1 
height=10></td>
 </tr>

 <tr>
      <td colspan=3 bgcolor="###GC2###">###GW2B###<b>Kies verstuur 
methode:</b>###GW2E###</td>
  <td colspan=3></td>
 </tr>
 <tr>
  <td colspan=6><img src="typo3/ext/tt_products/pi/clear.gif" width=1 
height=6></td>
 </tr>
 <TR>
  <td colspan=5>
<!---  ###GW1B###Totaal gewicht: <b>###SHIPPING_WEIGHT### 
kg</B>###GW1E###<br> --->
  ###GW1B###Methode: <b>###SHIPPING_TITLE###</B>###GW1E###<br><br>

  ###SHIPPING_SELECTOR###

  ###SHIPPING_IMAGE###
  </td>
  <td align=right><br>###GW1B### <b><!--- ? 
###PRICE_SHIPPING_TAX### ---></b>

  <!--- <BR>(###PRICE_SHIPPING_NO_TAX###)---> ###GW1E###

  </td>
 </TR>
        <tr>
  <td colspan=6><img src="typo3/ext/tt_products/pi/clear.gif" width=1 
height=10></td>
 </tr>

 <tr>
      <td colspan=3 bgcolor="###GC2###">###GW2B###<b>Methode 
kiezen:</b>###GW2E###</td>
  <td colspan=3></td>
 </tr>
 <tr>
  <td colspan=6><img src="typo3/ext/tt_products/pi/clear.gif" width=1 
height=6></td>
 </tr>
        <TR>
                <td colspan=5>
                ###GW1B###
                ###PAYMENT_SELECTOR###
                ###GW1E###
                </td>
                <td align=right>

    ###GW1B### <b>? ###PRICE_PAYMENT_TAX###</b> ###GW1E###

    </td>
        </TR>
        <tr>
                <td colspan=6><img src="typo3/ext/tt_products/pi/clear.gif" 
width=1 height=10></td>
        </tr>
 <tr>

      <td colspan=5 bgcolor="###GC2###">###GW2B###<b>Totaal bedrag:</b> 
(incl. BTW)###GW2E###</td>
  <td bgcolor="###GC2###" align=right nowrap>###GW1B### <b>? 
###PRICE_TOTAL_TAX###</b></td>
 </tr>
 <TR>
  <td valign=top colspan=5></td>
  <td valign=top align=right nowrap><!--- ###GW1B###(netto: ? 
###PRICE_TOTAL_NO_TAX###) ###GW1E### ---></td>
 </TR>
 <tr>
  <td valign=top colspan=6>
  <table>
  <tr>
   <td>
    <input type="hidden" name="mode_update" value="1">
    <input type="Submit" name="products_update" value="Aantallen 
veranderen"><br>
   </td>
   <td>
    <input type="Submit" name="products_info" value="Verder &gt;&gt;" 
onclick="document.getElementsByName('basketform')[0].action='###FORM_URL_INFO###';">
   </td>
  </tr>
  </table>
  </td>
 </tr>
</TABLE>
</FORM>
<a href="index.php?id=20"><img name="NoteTaker Winkel" border="0" 
src="typo3/ext/tt_products/pi/basket.gif"><Strong>Klik hier om verder te 
winkelen.</strong></a>

<BR><BR><BR><BR>
<!-- ###BASKET_TEMPLATE### end -->



"Franz Holzinger" <franz at fholzinger.com> schreef in bericht 
news:mailman.1.1122560801.7843.typo3-project-tt-products at lists.netfielders.de...
> Eric Vlemmings a écrit :
>> I don't use colors or sizes. And I thought it worked this morning. so 
>> that's why I don't know how and why it suddenly happens. I just installed 
>> all the extensions again, to hopefully fix my other problems but well 
>> that didn't.
>>
>
> Then this is probably an error with your basket template.
>
> Post your  ###ITEM_LIST_TEMPLATE###  and ###BASKET_TEMPLATE### here or 
> verify it with the example templates.
>
>
> Franz
>
>
> 





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