[TYPO3] frontend user registration with verification code
Franz Holzinger
franz at fholzinger.com
Sat Oct 21 08:27:33 CEST 2006
Hello Gideon,
> Hi Franz,
>
> Which file should I look into??
>
See the file
template/meerwijn/winkelwagen.tmpl
from http://meerwijn.nl
<td colspan="2"><input name="###INSERT_GIFTCODE###" type="text"
class="field" style="width: 150px;" value="###VALUE_GIFTCODE###"></td>
<td colspan="3"><nobr><input name="products_payment" type="submit"
class="buttonsmall" value="cadeaubon inruilen" onClick="if
(!document.forms['paymentform']['###INSERT_GIFTCODE###'].value!=''){document.forms['paymentform']['###INSERT_GIFTCODE###'].value='';};"> <a
href="#kortingen"
onClick="MM_showHideLayers('cadeaubon','','show')"><img
src="img/bullets/help-icon.gif" alt="meer informatie" name="info_gift"
width="14" height="14" border="0" class="info" style="margin:0px 0px
-2px 0px;" id="info_gift"></a></nobr></td>
and
tt_products/control/class.tx_ttproducts_control.php
case 'products_redeem_gift':
Greets,
Franz
More information about the TYPO3-english
mailing list