Jamie Gill
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Duplicate Order] wc mu not workingHi Vanthumbling,
I cannot replicate the issue my end a 500 error is normally a server issue or a fatal error which I do not get this end.
Are WordPress and Woocommerce fully up to date? Also can you turn on WordPress config debug as this may display an error that may help debug the issue if there is a conflict somewhere.
Many Thanks
JamieForum: Reviews
In reply to: [WC Duplicate Order] Not Working with Latest Woocommerce 3.0.6New update now incorporates Fee and Order duplication along with some security enhancements. Feel free to check it out.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Potential security IssuePatched and updated to eliminate users who cannot manage_woocommerce duplicate orders.
Thanks again for the information provided.
Forum: Plugins
In reply to: [Country Based Payments for WooCommerce] Shipping addressI had the same issue however the shipping takes the same as the billing if not selected it was just a case of modifying it to take the shipping address as the controller for the Gateways. I just changed line 66 in woocommerce-country-based-payments.php the core plugin file from $_REQUEST[‘country’] to $_REQUEST[‘s_country’]. So the line should read as follows :-
$this->selected_country = sanitize_text_field($_REQUEST['s_country']);Hope this helps others.
Forum: Plugins
In reply to: [WC Duplicate Order] Potential security IssueHi,
Thankyou for taking the time to evaluate my plugin.
Feel free to mail me theres is an email link in the foot of my site jamiegill.com which you can get to through the donate link.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Fatal ErrorMarking as resolved
Forum: Plugins
In reply to: [WC Duplicate Order] wc mu not workingAwesome glad it worked dude!
Forum: Plugins
In reply to: [WC Duplicate Order] wc mu not workingHi Yossi,
This suggests there was an ampersand in your code on line 20 however the code above does not contain an ampersand did you take out and replace as pasted above?
As mentioned I have tested this and it works fine.
Cheers
JForum: Reviews
In reply to: [WC Duplicate Order] Not Working with Latest Woocommerce 3.0.6Hi Nitesh,
Ah thanks for the re-review. Yes it is on my to do list thanks for pointing them out dude.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] wc mu not workingOn line 20 in the route plugin file wc-duplicate-order.php replace the whole line :-
if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {with :-
include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if (is_plugin_active( 'woocommerce/woocommerce.php')){That should resolve the issue with the Multisite for you.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Fatal ErrorHi,
The new version of the plugin is not compatible below v3 as it is using new CRUD functions and Woo have deprecated the functions I used before.
If you go to my donation link you can download the old version there this is compatible with Woocommerce v2.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] not workingI am marking this as resolved for now as the above suggestion will work once implemented correctly.
Forum: Reviews
In reply to: [WC Duplicate Order] Not Working with Latest Woocommerce 3.0.6Hi Nitesh,
An update has been posted this evening, feel free to give it a try and re review.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] not workingI think here means replace line 20 with his two lines of snippets.
The white screen will be due to an unclosed bracket no doubt, alternatively turn on debug in the config file and it will give you some information on your issue.
Cheers
JForum: Plugins
In reply to: [WC Duplicate Order] Issue with WC 3.xHi guys,
Apologies on my delay had some projects to complete before I could get back to open source stuff.
I have release a new version that has fixed the Product Item issue feel free to give it a whirl.
Cheers
J