Uncategorized

Build app online

install Build app online Plugins   2. go to woocomerce > setting > Advance > Rest API > Add Key > Description = APP Name > User = Difult >  Permissions =  Read & Write Copy Consumer key & Consumer secret Go to this Link https://prothemeworld.net/online-app-builder/ or Direct This Link https://mstoreapp.com/build/#/ Enter Purchase code –

Build app online Read More »

How to Redirect After Order Product

Go to them edit Function.php Past this code on Last of The Colum video link  https://www.youtube.com/watch?v=scwoeFpl-fM   /** * Redirect WooCommerce to a custom page after checkout */ add_action( ‘woocommerce_thankyou’, ‘reialesa_redirect_woo_checkout’); function reialesa_redirect_woo_checkout( $order_id ){ $order = wc_get_order( $order_id ); $url = ‘your URL here’; if ( ! $order->has_status( ‘failed’ ) ) { wp_safe_redirect( $url

How to Redirect After Order Product Read More »