Order Redirects for WooCommerce

Mô tả

Setup custom redirects after a user submits an order or makes a purchase on your WooCommerce powered store. Options allow you to setup a global redirect URL for all orders or setup redirects on a per product or variation basis. Priority settings allow you to determine which redirect rule takes priority when more than one redirect is found for an order.

This plugin was created as a custom project for a client because we needed to pass the Order ID as a URL parameter to a custom Thank You page which had a form on it and no other plugins seemed to easily support this. We also needed the ability to prioritize a redirect for a specific product over all others if it was in the order.

NEW! Template tags allow you to easily include additional order data in the redirect URL. Available template tags include:

{order_id}
{meta:anymetakeyhere}

Example redirect URL:
https://anysite.com/?order_id={order_id}&state={meta:_billing_state}

Visit our website for more information

Ảnh màn hình

  • Global redirect settings
  • Product redirect settings
  • Variation redirect settings

Cài đặt

  1. Upload and activate the plugin
  2. Global Options: Go to WooCommerce > Settings > Advanced > Order Redirects
  3. Product Options: Edit product > Advanced tab
  4. Variation Options: Edit produt > Variations > Edit variation

Đánh giá

Đọc tất cả 1 đánh giá

Người đóng góp & Lập trình viên

“Order Redirects for WooCommerce” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.0.3

  • Declare support for HPOS

1.0.2

  • Fix: Saving variation redirection settings

1.0.1

  • Update compatibility notice for WP 6.1.1 and WC 7.1.1
  • Adjust documentation link

1.0

  • Update compatibility for WP 6.0
  • Stable for 1.0 release!

0.8.1

  • Update compatibility for WP 5.9

0.8

  • Add – Allow any meta data to be included in the URL

0.7

  • Fix – Proper Text Domain

0.6

  • Add – Freemius SDK

0.5

  • Fix – Updates to pass WordPress.org plugin guidelines
  • Add – WordPress.org assets

0.4

  • Add – Global default URL and option to enable/disable including the Order ID in the URL

0.3

  • Add – Priority redirect system

0.2

  • Add – Filter for final redirect URL

0.1

  • Initial build