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