関数
PayAndShip::afterTemplateInclude()
delivery_info_script.php if no address errordelivery_info_script.php if no address errorファイル: src/Views/CheckoutReview/PayAndShip/PayAndShip.php
protected function afterTemplateInclude() {
if (empty($this->checkoutDetailsComp->getAddressError())) {
wcexaap_include_delivery_info_script();
}
}
使用するアイテム #使用するアイテム | 説明 |
|---|---|
| src/Includes/include_delivery_info_script.php: wcexaap_include_delivery_info_script() |
|