woocommerce_review_order_before_payment hook. #3501
This commit is contained in:
parent
5a3b5bf5ea
commit
7221cc1a26
|
@ -139,6 +139,8 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods();
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<?php do_action( 'woocommerce_review_order_before_payment' ); ?>
|
||||
|
||||
<div id="payment">
|
||||
<?php if ($woocommerce->cart->needs_payment()) : ?>
|
||||
<ul class="payment_methods methods">
|
||||
|
@ -211,4 +213,6 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods();
|
|||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<?php do_action( 'woocommerce_review_order_after_payment' ); ?>
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue