[TYPO3-commerce] FE-Form for Addressmanagement doesn't work
Andre Dittmar
typo3 at hotbytes.de
Fri Nov 16 14:11:21 CET 2007
Hello,
Actually it seems that it can never work, because the action in the
form-Tag is empty? In the class.tx_commerce_pi4.php, the needed
variable seems to be always empty?? Is this feature still missing, did
I something wrong? We are using the lastest official version 0.92.
Relevant Part in the class starting at line 442:
---
// get action link
if (isset($this->piVars['backpid'])){
#$link = $this->pi_getPageLink($this->piVars['backpid']);
$link = '';
} else {
$link = '';
}
return '<form method="post" action="' .$link .'">' .$this->cObj-
>substituteMarkerArray($tplBase, $baseMA) .'</form>';
---
Any ideas??
Thanks
Andre
More information about the TYPO3-project-commerce
mailing list