[Typo3-shop] For developer tt_product. Fix in template.

Pilot pilot at m-lan.ru
Mon Oct 3 02:44:59 CEST 2005


in ###BASKET_TEMPLATE###
in
<input type="submit" name="products_info" value="Go to payment/ordering" 
onClick="document.forms[0].action='###FORM_URL_INFO###';">

need to replace document.forms[0] to this.form

so it seems like

<input type="submit" name="products_info" value="Go to payment/ordering" 
onClick=" this.form.action='###FORM_URL_INFO###';"> 





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