| 开发者 | ymmvplugins |
|---|---|
| 更新时间 | 2025年12月9日 23:24 |
| PHP版本: | 6.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Plugins > Add NewClone / Duplicate Orders for WooCommerceClone / Duplicate Orders for WooCommerce once it appearsClone / Duplicate Orders for WooCommerce from your Plugins page.clone-duplicate-orders-for-woocommerce folder to the directory /wp-content/plugins/.The Clone button on the Orders Index page is in the Actions menu. This is not displayed by default by WooCommere. Go to Screen Options at the top of the screem. then select "Actions" and the Actions column will appear which includes the Clone button.
No. Clone / Duplicate Orders for WooCommerce only loads files in the admin area of WordPress and will not impact the performance or speed of your website or WooCommerce store. = Does Clone / Duplicate Orders plugin support HPOS? Yes. Clone / Duplicate Orders for WooCommerce supports High Performance Order Storage (HPOS), as well as posts storage. = Does Clone / Duplicate Orders plugin support Multisite? Yes. Clone / Duplicate Orders for WooCommerce is compatible with WordPress Multisite and Network Activations.
We make WooCommerce stores for our clients and found they often needed to clone/duplicate shop orders for repeat customer, phoned orders or for any numerous of reasons. We found other solution lacking, so we created our own tool that copied orders in your WooCommerce store.
Yes. The Clone / Duplicate Orders for WooCommerce plugin is secure. All plugins from our team meet the WordPress Coding Standards and are analysed for multiple issues before release.
Yes. Clone / Duplicate Orders for WooCommerce is designed to work with all properly coded WordPress themes. The plugin only adds functionality to the WooCommerce admin area and doesn't affect your frontend theme appearance.
Clone / Duplicate Orders for WooCommerce includes comprehensive developer filters and action hooks (since version 1.0.8): Filters for customizing clone behavior:
cdo_wc_clone_order_status - Change the status of cloned orders (default: 'pending')cdo_wc_clone_customer_note - Modify the customer note on cloned orderscdo_wc_clone_use_current_price - Use current product prices instead of original order pricescdo_wc_clone_check_stock - Enable stock checking to exclude out-of-stock productscdo_wc_clone_date_created - Control the date/time used for cloned orderscdo_wc_clone_order_note - Customize or remove the note added to cloned orderscdo_wc_clone_order_ignore_meta_keys - Add or remove meta keys that should not be copied (since 1.0.7)cdo_wc_permission_capabilities - Customize user permissions for cloning orders
Action hook:
cdo_wc_after_order_cloned - Run custom code after an order is successfully cloned
Example usage - Use current product prices instead of the original product price:
add_filter( 'cdo_wc_clone_use_current_price', '__return_true' );
No, Clone / Duplicate Orders for WooCommerce is optimized for performance and only loads its files in the WordPress admin area. It will not impact your website's frontend performance or loading speed.
Clone / Duplicate Orders for WooCommerce is designed for individual order cloning. Each order is cloned one at a time through the intuitive interface in your WooCommerce orders list or from the order itself.
Yes. Clone / Duplicate Orders for WooCommerce fully supports the Sequential Order Numbers plugin and other custom order numbering plugins. The cloned orders will follow your existing numbering sequence.
Clone / Duplicate Orders for WooCommerce will copy subscription product orders, but the cloned order will be treated as a regular order, not an active subscription. This is useful for creating manual renewal orders.
Once Clone / Duplicate Orders for WooCommerce creates a cloned order, it becomes a standard WooCommerce order. You can manage it like any other order - edit, cancel, or delete it as needed through the standard WooCommerce interface.
Yes. Clone / Duplicate Orders for WooCommerce is compatible with all payment gateways. However, payment information is intentionally not copied to cloned orders for security reasons - a new payment will need to be processed for the cloned order.
Yes. Clone / Duplicate Orders for WooCommerce automatically copies custom checkout fields, including those created by plugins like WooCommerce Checkout Field Editor and similar extensions.
Yes. Clone / Duplicate Orders for WooCommerce is fully translation-ready and includes translation files for multiple languages. You can translate the plugin using standard WordPress translation tools or contribute translations.
Yes. Clone / Duplicate Orders for WooCommerce is compatible with the WooCommerce REST API. Orders cloned through the plugin will be accessible via the API like any other WooCommerce order.
Yes. Clone / Duplicate Orders for WooCommerce adds a note to each cloned order indicating it was duplicated and from which original order, providing a clear audit trail for your records.
Yes. Clone / Duplicate Orders for WooCommerce is an admin tool and works with all WooCommerce implementations, including sites using WooCommerce blocks for checkout and cart pages.
cdo_wc_clone_order_ignore_meta_keyscdo_wc_clone_use_current_price filter by ensuring tax-exclusive prices are usedcdo_wc_clone_order_status - Control the status of cloned orderscdo_wc_clone_customer_note - Modify customer note on cloned orderscdo_wc_clone_use_current_price - Use current product prices instead of original order pricescdo_wc_clone_check_stock - Enable stock checking to exclude out-of-stock productscdo_wc_clone_date_created - Control the date/time of cloned orderscdo_wc_clone_order_note - Customize or remove the clone note added to orderscdo_wc_after_order_cloned - Hook to run custom code after order cloning completescdo_wc_clone_order_ignore_meta_keys for customizable meta exclusion