Title: Jamie Gill's Replies | WordPress.org

---

# Jamie Gill

  [  ](https://wordpress.org/support/users/patchgill/)

 *   [Profile](https://wordpress.org/support/users/patchgill/)
 *   [Topics Started](https://wordpress.org/support/users/patchgill/topics/)
 *   [Replies Created](https://wordpress.org/support/users/patchgill/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/patchgill/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/patchgill/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/patchgill/engagements/)
 *   [Favorites](https://wordpress.org/support/users/patchgill/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 222 total)

1 [2](https://wordpress.org/support/users/patchgill/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/patchgill/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/patchgill/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/patchgill/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/patchgill/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/patchgill/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Products showing without tax](https://wordpress.org/support/topic/products-showing-without-tax/)
 *  Thread Starter [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/products-showing-without-tax/#post-15707499)
 * Hi John,
 * I hope you are well.
 * Yes what you say and the documentation makes sense. As mentioned most my products
   do react and work correctly. It only seems to be around 20 products out of 700
   that pull through with out tax. However all the global settings are to show including
   tax.
 * So I am unsure why just these select few would pull through minus tax and how
   we resolve this?
 * Thanks
    Jamie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Products showing without tax](https://wordpress.org/support/topic/products-showing-without-tax/)
 *  Thread Starter [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/products-showing-without-tax/#post-15651948)
 * Hi there,
 * Any chance of an update on this please?
 * I am happy to amend things here Facebook are just saying it is the plugin?
 * Many Thanks
    Jamie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Woo Custom Taxonomies Coupons] Percent Discounts](https://wordpress.org/support/topic/percent-discounts/)
 *  Thread Starter [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/percent-discounts/#post-15128820)
 * For anyone trying to get this to work I did manage it using the hook woocommerce_coupon_get_discount_amount.
   As the taxonomy is still stored I used this hook to check if the coupon had a
   custom taxonomy term was saved against the coupon. If so I can then run checks
   with the hook to look at each product, compare if this cart item is assigned 
   to the taxonomy with has_term then apply the respective discount.
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] “Warning: Cannot modify header information”](https://wordpress.org/support/topic/warning-cannot-modify-header-information-201/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years ago](https://wordpress.org/support/topic/warning-cannot-modify-header-information-201/#post-12718008)
 * Hi Eric,
 * I am unsure why this would be as the duplication has no problems this end, perhaps
   a conflict of another plugin?
 * Can you change theme to a default wordpress one and make sure you are updated
   to the latest woocommerce, disable all other plugins and give this a test please?
 * Many Thanks
    Jamie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] Order Status “waiting for payment”](https://wordpress.org/support/topic/order-status-waiting-for-payment/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years ago](https://wordpress.org/support/topic/order-status-waiting-for-payment/#post-12717996)
 * Hi There,
 * As their is no CMS functionality built in to manage this yet the general feedback
   was to keep on hold so you can simply change this once duplicated.
 * This can be changed within the plugin but not recommended should you be looking
   at future updates.
 * Many Thanks
    Jamie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] do not send emails when duplicating](https://wordpress.org/support/topic/do-not-send-emails-when-duplicating/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years ago](https://wordpress.org/support/topic/do-not-send-emails-when-duplicating/#post-12717989)
 * Hi there,
 * I have had this question a few times but my plugin does not fire off emails. 
   Please see :-
 * [https://wordpress.org/support/topic/duplicating-order-sending-email/](https://wordpress.org/support/topic/duplicating-order-sending-email/)
 * Many Thanks
    J
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] Duplicates twice when using in cron job](https://wordpress.org/support/topic/duplicates-twice-when-using-in-cron-job/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years ago](https://wordpress.org/support/topic/duplicates-twice-when-using-in-cron-job/#post-12717981)
 * Hi there,
 * I am unsure why this would be, however I have not added in a hook for users to
   use the duplicate functionality outside of my plugin so you may experience issues
   here.
 * You may need to use my plugin functionality to build your own here, as it seems
   you probably need bespoke funtionality.
 * Many Thanks
    Jamie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] Future support](https://wordpress.org/support/topic/future-support-5/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years ago](https://wordpress.org/support/topic/future-support-5/#post-12717961)
 * Hi there,
 * I have an update due in the pipeline to add some additional functionality. Unfortunately
   due to a busy workload I am slightly delayed.
 * I can confirm the plugin does work with the newest version of woocommerce and
   all previous versions.
 * Many Thanks
    Jamie
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WC Duplicate Order] Not working](https://wordpress.org/support/topic/not-working-3110/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years ago](https://wordpress.org/support/topic/not-working-3110/#post-12717950)
 * Hi Inzerat,
 * This plugin was never designed to automatically fire off any emails. The functionality
   works exactly as intended. Any automated emails can then be controlled after 
   duplication via the backend.
 * If you need this to be automated you would need bespoke works to fire them off
   using woocommerce functions.
 * Thanks
    J
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] The plugin doubles the product](https://wordpress.org/support/topic/the-plugin-doubles-the-product/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/the-plugin-doubles-the-product/#post-11915252)
 * Hi Cristian,
 * I have checked with a dummy site and it seems to work fine. I tested bulk and
   preview duplication and the order is the same.
 * I also checked the code and nothing suggests there should be duplicated items
   and this part of the plugin has not changed since version 1.5.
 * The main functionality was preview duplication and fee/coupon fixes on the names
   nothing major.
 * Cheers
    J
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] Stock not updated when duplicated](https://wordpress.org/support/topic/stock-not-updated-when-duplicated/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/stock-not-updated-when-duplicated/#post-11911678)
 * Hi Giovan,
 * Seem to work like a charm nice fix. I will implement this and try get this released
   for you.
 * Thanks
    J
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] Auto calculate taxes and totals](https://wordpress.org/support/topic/auto-calculate-taxes-and-totals/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/auto-calculate-taxes-and-totals/#post-11911677)
 * Thanks Technigrafix, I will take a look and try get a release out for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] Fee name not copied](https://wordpress.org/support/topic/fee-name-not-copied/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/fee-name-not-copied/#post-11911667)
 * Thanks Technigrafix, I will take a look and try get a release out for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] Duplicate Custom order fields](https://wordpress.org/support/topic/duplicate-custom-order-fields/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/duplicate-custom-order-fields/#post-11911665)
 * Hi There,
 * I have added a hook in here so you can hook in and add in your custom fields 
   an this will be duplicated with each order. A simple example for your functions.
   php would be :-
 * add_action(‘clone_custom_order_fields’, ‘clone_extra_fields’, 10, 2);
 * function clone_extra_fields($order_id, $original_order_id) {
 *  update_post_meta( $order_id, ‘My_Field’, get_post_meta($original_order_id, ‘
   My_Field’, true));
 * }
 * Just change ‘my_field’ to your field name and it should be duplicated fine.
 * Cheers
    J
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Duplicate Order] Permission for role “shop_manager”](https://wordpress.org/support/topic/permission-for-role-shop_manager/)
 *  Plugin Author [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [7 years ago](https://wordpress.org/support/topic/permission-for-role-shop_manager/#post-11510477)
 * Hi Marc,
 * You will be able to amend this in wc-duplicate-order.php currently it is using
   an admin function as follows :-
 * woocommerce_admin_order_actions
 * At the moment my current plugin is compatible for admins only.
 * Many Thanks
    Jamie

Viewing 15 replies - 1 through 15 (of 222 total)

1 [2](https://wordpress.org/support/users/patchgill/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/patchgill/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/patchgill/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/patchgill/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/patchgill/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/patchgill/replies/page/2/?output_format=md)