Uncategorized

Install Microsoft Office on MacBook

 Office 2024 Standard for Mac Installation Guide 1. Uninstall Existing Versions and restart mac (if you have ) 2. Remove Old Licenses  (file 1) 3. Use Activation licenses File (file 2) 4. Download Office 2024 Applications (file 3)   Office 2019 Standard for Mac install Office Pack 2019  :- Office 2019 Volume 16.27.0  License  :-  […]

Install Microsoft Office on MacBook 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 »