Redirection to a thank you page Woocommerce base on product category

Redirection to a thank you page Woocommerce base on product category

05/02/2023

Here is an example function that you can add to your WordPress theme’s functions.php file to redirect users to a thank you page after a successful purchase in WooCommerce, where the thank you page is different depending on the product category: function custom_woo_thank_you_redirect( $order_id ) { $order = wc_get_order( $order_id ); $items = $order->get_items(); foreach … Read More

Youtube-dl env: python: No such file or directory and Age restriction fix

30/11/2022

HOW TO USE IT 1- Open Terminal 2- Go into Desktop to download everything there cd Desktop 3- Type youtube-dl and then “YOUTUBE URL” inside the doble comillas like this example youtube-dl “https://www.youtube.com/watch?v=dQw4w9WgXcQ” 4- download has started be happy :). HOW TO UPDATE Update use Sudo for permissions sudo youtube-dl -U FOR THE FIX TO … Read More