関数
Review::confirmPageFooter()
Adds address error message to bottom of page if one exists
戻り値 戻り値
ファイル: src/Views/ConfirmPageReview/Review.php
protected function confirmPageFooter() { if (!empty($this->checkoutDetailsComp->getAddressError())) { echo $this->checkoutDetailsComp->getAddressErrorMessageBox('updateShippingAddressButton2', 'template-bottom'); } }