check_billing.diff
| class.tx_commerce_pi3.php (Arbeitskopie) | ||
|---|---|---|
| 287 | 287 |
} |
| 288 | 288 |
} |
| 289 | 289 |
|
| 290 |
|
|
| 290 |
if (isset($this->piVars['billing']) && (!$this->validateAddress('billing'))) {
|
|
| 291 |
$this->currentStep = 'billing'; |
|
| 292 |
} |
|
| 291 | 293 |
switch ($this->currentStep) {
|
| 292 | 294 |
case 'delivery': |
| 293 | 295 |
// get delivery address |