Repeat Order for WooCommerce

Description

Would your customers like to repeat their order and place it in their shopping cart again? WooCommerce has provided an option for this in WooCommerce Core. The button is only displayed in the detail page of the order and if the order have the status “completed” in the customers account.

With our extension you can integrate and display the button “re-order”, “repeat order” on the overview page. This is especially useful when complex shopping cart contents are needed again and again, for example by resellers or in the B2B sector. Customers can place the goods they have already ordered in the shopping basket directly from the overview page.

In addition, we have provided additional features for our expansion:

  • Activation of “Order note” with a reference to the original order.
    The shop manager thus has the information from which completed order the new order was triggered.

  • Activation of the standard button “Re-order” of WooCommerce, if you use WooCommerce Germanized version 2.0.4 or older, or
    another plugin or theme suppresses the button “Re-order”. Then activate this option to reactivate the button.

Filter and Actions

repeat_order_for_woocommerce_init

This action is called at the end of the class constructor

plugin_locale

This filter can be used to change the plugin locale before translations are loaded. See https://developer.wordpress.org/reference/hooks/plugin_locale/

repeat_order_for_woocommerce_order_note

This filter can be used to change the order note in the backend

woocommerce_valid_order_statuses_for_order_again

This filter can be used to change the order status for viewing the reorder link

repeat_order_for_woocommerce_settings

With this filter it is possiable to add/remove entrys from the plugin settingspage

do_repeat_order_for_woocommerce_email_notice

This filter can be used to suppress the reorder note in the emails

repeat_order_for_woocommerce_email_notice

This filter can be used to change the text of the reorder notice of the emails

repeat_order_for_woocommerce_email_notice_addon

This action is called in the reorder notice for emails funnction

Screenshots

  • My Account Detail Page
  • My Account Overview Page
  • Settings
  • Order Note "Re-order"
  • Orderlist actions columns with "reorder" icon

Installation

  1. Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Installation Instructions

  1. Upload plugin files to your plugins folder, or install the plugin through the WordPress plugins screen directly;
  2. Activate the plugin through the ‘Plugins’ screen in WordPress;
  3. Go to the Settingspage “WooCommerce->Settings->Repeat Order screen to configure the plugin.

Can your plugin also be translated into other languages?

Yes, the plugin can be translated into many languages via WordPress Translate.

Can I really use this plugin free of charge?

Yes, Repeat Order for Woocommerce is available for free.

Does Repeat Order for Woocommerce share any of my data? (GDPR)

No, Repeat Order for Woocommerce keeps all your data inside your own WordPress & WooCommerce install. There is no data transmitted to us or a third party service.

Reviews

October 24, 2020 2 replies
Not appearing to work for Dokan based sites.
May 16, 2019 1 reply
Congratulation, Great job! is a very good plugin. Thank you so much
May 3, 2019 1 reply
Thank you to Frank and Ulf for their reactivity and great support. Their plugin is a great functionality to be added to a woocommerce site, especially if you deal with wholesalers who need to easily place repeat orders. This is exactly what I needed. Two thumbs up!
February 9, 2019 1 reply
This is working fine on WP 5.0.3 together with Woo Commerce 3.5.4 with Flatsome theme 3.7.2 and a host of other plugins. Many thanks to the author. Great way of getting repeat orders off customers.
Read all 6 reviews

Contributors & Developers

“Repeat Order for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

“Repeat Order for WooCommerce” has been translated into 5 locales. Thank you to the translators for their contributions.

Translate “Repeat Order for WooCommerce” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3.3

  • [New] Support for WooCommerce 8.5.2
  • [fix] prevent posible error with rollback/updates

1.3.2

  • [New] Support for WooCommerce 8.4.0
  • [fix] Set the order status completed as standard if update from 1.2.0
  • [fix] load the plugin scripts if HPOS isn’t activate on backend

1.3.1

  • [New] Support for WooCommerce 8.3.0
  • [fix] Replace deprecated filter in WooCommerce to woocommerce_account_orders_columns
  • [fix] Check if the function wc_get_page_screen_id exist

1.3.0

  • [New] Support for WooCommerce 8.2.1
  • [New/Added] Reorder info row in users my orders list (enable/disable in plugin settings)
  • [New/Added] Reorder for all status
  • [Dev] Added HPOS Support
  • [Improvement] Removed unnecessary CSS. Props to @camilo517.

1.2.0

  • [Added] Reorder icon in orderlist actions column that links to the original order

1.1.0

  • [Added] Preview icon in order note

1.0.1

  • [Feature] WooCommerce 3.5 compatibility
  • [Changed] Typo in Title

1.0.0

  • First release.