Changeset 3159416
- Timestamp:
- 09/29/2024 04:19:30 AM (6 months ago)
- Location:
- easy-duplicate-woo-order
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
easy-duplicate-woo-order/tags/2.5.0/includes/wb-duplicate-order-admin-option.php
r3159415 r3159416 44 44 'name' => __('Copy Old Price', 'easy-duplicate-woo-order'), 45 45 'type' => 'checkbox', 46 'desc' => __('Enable copying of price from the original order.<br>Enable if you use multi currency', 'easy-duplicate-woo-order'),46 'desc' => __('Enable copying of price from the original order.<br>Enable if you use multi-currency. This option will copy the currency data and the price together.', 'easy-duplicate-woo-order'), 47 47 'id' => 'wizbee_duplicate_order_copy_old_price', 48 48 'default' => 'yes', -
easy-duplicate-woo-order/trunk/includes/wb-duplicate-order-admin-option.php
r3159415 r3159416 44 44 'name' => __('Copy Old Price', 'easy-duplicate-woo-order'), 45 45 'type' => 'checkbox', 46 'desc' => __('Enable copying of price from the original order.<br>Enable if you use multi currency', 'easy-duplicate-woo-order'),46 'desc' => __('Enable copying of price from the original order.<br>Enable if you use multi-currency. This option will copy the currency data and the price together.', 'easy-duplicate-woo-order'), 47 47 'id' => 'wizbee_duplicate_order_copy_old_price', 48 48 'default' => 'yes', -
easy-duplicate-woo-order/trunk/readme.txt
r3159415 r3159416 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.2 7 WooCommerce requires at least: 9.3.0 7 8 Stable tag: 2.5.0 8 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.