Renamed hooks
This commit is contained in:
parent
a4cdc68855
commit
1984cf5b85
|
@ -187,7 +187,7 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods();
|
|||
endforeach;
|
||||
endif;
|
||||
|
||||
do_action( 'woocommerce_cart_contents_review' );
|
||||
do_action( 'woocommerce_cart_contents_review_order' );
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -58,7 +58,7 @@ $order = new WC_Order( $order_id );
|
|||
endforeach;
|
||||
endif;
|
||||
|
||||
do_action( 'woocommerce_cart_contents_review' );
|
||||
do_action( 'woocommerce_cart_contents_order_details' );
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue