Order Redirects for WooCommerce

설명

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

스크린샷

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

설치

  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

후기

모든 1 평가 읽기

기여자 & 개발자

“Order Redirects for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Order Redirects for WooCommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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