Changeset 3468652
- Timestamp:
- 02/24/2026 01:04:12 PM (5 weeks ago)
- Location:
- boxy-woocommerce-custom-redirect-after-checkout/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
boxy woocommerce custom redirect after checkout .php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boxy-woocommerce-custom-redirect-after-checkout/trunk/README.txt
r2947017 r3468652 1 === Boxy woocommerce custom redirect after checkout === 2 Contributors: Mandeep Singh Mann 3 Tags: wocommerce custom redirect, woocommerce thankyou page, boxy plugins 4 Requires at least: 4.7 5 Tested up to: 5.9.2 6 Stable tag: 3.5.3 1 === Boxy WooCommerce Custom Redirect After Checkout === 2 Contributors: mandeep-singh-maan 3 Tags: woocommerce, redirect, checkout, thankyou page 4 Requires at least: 5.8 5 Tested up to: 6.5 6 Requires PHP: 7.4 7 Stable tag: 1.0.2 7 8 License: GPLv2 or later 8 License URI: http ://www.gnu.org/licenses/gpl-2.0.html9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 10 10 11 == Description == 11 12 12 This is a plugin used to redirect user to custom link after successful checkout. 13 13 Redirect users to a custom URL after successful WooCommerce checkout. 14 15 Compatible with the latest versions of WordPress and WooCommerce. 16 14 17 == Installation == 15 18 16 1. Upload `boxy woocommerce custom redirect after checkout .php` to the `/wp-content/plugins/` directory 17 2. Activate the plugin through the 'Plugins' menu in WordPress 18 3. Go to settings and find option name Boxy Wc Redirect. 19 4. you have done. see result on frontend at time of successfull checkout. 20 21 == Upgrade Notice == 22 23 Upgrade normally nothing will affect. 19 1. Upload the plugin folder to the `/wp-content/plugins/` directory. 20 2. Activate the plugin through the 'Plugins' menu in WordPress. 21 3. Go to Settings → Boxy WC Redirect. 22 4. Set your custom redirect URL. 23 5. Save settings and test after checkout. 24 24 25 25 == Frequently Asked Questions == 26 26 27 no questions yet. 27 = Does this work with the latest WooCommerce? = 28 29 Yes, it has been tested with the latest WooCommerce version. 28 30 29 31 == Changelog == 30 Tested up to: 6.2.231 = 1.0.1 =32 * Enjoy the plugin!33 32 34 33 = 1.0.2 = 35 * Just a Regular Update! 34 * Updated compatibility for latest WordPress (6.5). 35 * Version bump. 36 * Minor readme cleanup. 36 37 37 = 1.0. 3=38 * Tested and No errors in recent wordpress update till 6.2.238 = 1.0.1 = 39 * Initial stable release. -
boxy-woocommerce-custom-redirect-after-checkout/trunk/boxy woocommerce custom redirect after checkout .php
r2253583 r3468652 1 1 <?php 2 3 2 /** 4 3 * The plugin bootstrap file 5 4 * 6 * This file is read by WordPress to generate the plugin information in the plugin 7 * admin area. This file also includes all of the dependencies used by the plugin, 8 * registers the activation and deactivation functions, and defines a function 9 * that starts the plugin. 10 * 11 * @link http://appiesoftwebsolutions.com/ 12 * @since 1.0.0 5 * @link https://appiesoftwebsolutions.com/ 6 * @since 1.0.2 13 7 * @package Boxy_Woocommerce_Custom_Redirect_After_Checkout 14 8 * 15 9 * @wordpress-plugin 16 * Plugin Name: Boxy woocommerce custom redirect after checkout17 * Plugin URI: http ://www.9infodev.com18 * Description: This is a plugin used to redirect user to custom link after successfulcheckout.19 * Version: 1.0. 120 * Author: Mandep singh Maan21 * Author URI: http ://appiesoftwebsolutions.com/22 * License: GPL-2.0 +23 * License URI: http ://www.gnu.org/licenses/gpl-2.0.txt24 * Text Domain: boxy woocommerce custom redirect after checkout10 * Plugin Name: Boxy WooCommerce Custom Redirect After Checkout 11 * Plugin URI: https://wordpress.org/plugins/boxy-woocommerce-custom-redirect-after-checkout/ 12 * Description: Redirect users to a custom link after successful WooCommerce checkout. 13 * Version: 1.0.2 14 * Author: Mandep Singh Maan 15 * Author URI: https://appiesoftwebsolutions.com/ 16 * License: GPL-2.0-or-later 17 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 18 * Text Domain: boxy-woocommerce-custom-redirect-after-checkout 25 19 * Domain Path: /languages 20 * Requires at least: 5.8 21 * Requires PHP: 7.4 22 * Tested up to: 6.5 26 23 */ 27 24
Note: See TracChangeset
for help on using the changeset viewer.