関数
PayAndShip::filterTemplateBottomErrorMessage( string $emessage )
パラメータ パラメータ
- $emessage
(文字列) (必須)
ファイル: src/Views/CheckoutReview/PayAndShip/PayAndShip.php
public function filterTemplateBottomErrorMessage($emessage) {
if (!empty($this->checkoutDetailsComp->getAddressError())) {
$emessage = $this->checkoutDetailsComp->getAddressErrorMessageBox(
'updateShippingAddressButton2',
'template-bottom'
);
}
return $emessage;
}