ASTRA_Ext_WooCommerce_Markup::multistep_checkout()
Multistep checkout.
Description
Return
(void)
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
public function multistep_checkout() { if ( astra_get_option( 'cart-multistep-checkout' ) && ( is_cart() || is_checkout() || is_wc_endpoint_url( 'order-received' ) ) ) { add_action( 'astra_entry_content_before', array( $this, 'multistep_checkout_html_output' ), 9, 1 ); } }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |