Jamie Gill
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Duplicate Order] Add note to old order?Hi,
I am unsure if you emailed yeterday but i sent a quick solution via email :-
On line 146 add :-
$original_order->add_order_note(‘Order Cloned to #’.$order_id.”);
Above
$order->add_order_note(‘Cloned Order from #’.$this->original_order_id.”);
This should create the paper trail you can use html in the notes so could link to the order ids using the variables.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] MultisiteHi there,
I would imagine it would need quite a bit of rework to get it to work with multisite.
I do not have over much experience in multisite builds but i would imagine any DB query would need tweaking so it carries the ID of the correct multisite duplicating an order.
The good thing is i only use existing WP and Woo tables so it might not be over difficult.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Duplicating Order Sending EmailHi there,
Haha unfortunately due to a large project I have had no time to commit to my hobbies/unpaid works.
As you say though it is the though that counts I am still here, whether I am half a year late hah!
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Stock not updated when duplicatedHi Fred,
hanks for using my plugin! You are right I think this maybe a change in Woocommerce recently from what I have read as the plugin is running ‘wc_reduce_stock_levels()’.
It seems the payment status changes are now not allowing this function to run.
I will see what I can find out.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Duplicating Order Sending EmailHi Guys,
I cannot replicate this issue. I have a fresh install of woo and my plugin and emails are not fired off.
I certainly do not fire off emails from the plugin so it maybe another plugin on order creation?
Cheers
JForum: Reviews
In reply to: [WC Duplicate Order] One Small Change?Hi thanks for your feedback!
Ah it originally was this but there was a huge call to make it on-hold so users could edit the order after duplication.
Ideally I need to build in an admin for settings like this.
Forum: Plugins
In reply to: [WC Duplicate Order] No billing detials in Email , after duplicating orderI am unable to replicate this is there any custom email plugins running or is the billing detail fields not default?
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Woocommerce multisite compatibilityHi Adamha,
I am unsure what the issue might be here to be honest I have never taken in the fact to have this built for multisites.
Is there any JS errors in your console? As adding this I am just using JS to add this into the menu.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Duplicate orders and translations (WPML)Hi Quinox,
Yes I have taken feedback and reduce what I believe is necessary for this plugin.
I will be happy to look into more functionality and would love to her feedback on what you would like cloning in future.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Add note to old order?Hi There,
On line 147 in the clone order class just add the folowing :-
$order->add_order_note('Order cloned to #'.$order_id.'');Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] How to hook in?Great marking as resolved.
Hi Rainer,
As this plugin is a hobby and not my full time project it relies on my spare time unfortunately.
Feel free to get in touch with me via my site http://jamiegill.com/ and I will see what I can do for you.
Cheers
JamieHi Rainer,
I am enhancing my plugin and this running on a query string was not a bug but not desirable.
I have looked into a redirect after duplication to stop this happening and is in testing stage but seems to be working fine.
Many Thanks
JamieForum: Plugins
In reply to: [WC Duplicate Order] Filterable Order StatusHi,
I can certainly look into adding an admin interface as I have also been thinking about people been able to choose what is duplicated and other PRO features I could introduce.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Tax not duplicatedThanks for pointing this out I shall look at automating this process moving forward. As you mention it is possible after duplication so I am unsure if this would effect people duplicating orders to other countries/areas.
Cheers
J