Hey there!
When the woo-order-test plugin is active and a user is logged in in WP / on the WooCommerce shop then all payment gateways disappear from the checkout page, also the Test Gateway doesn’t show up. Deactivating the plugin restores all available gateways.
Happens for us with most recent WordPress 6.6.1, WooCommerce 9.14 and WooCommerce Order Test 3.2. Downgrading WooCommerce to 9.0.2 would also let the gateways reappear without deactivating your plugin.
Could you please have a look at it?
Thanks
Aaron
I see your current version (3.2) has not been tested on the current version of WP (6.6.1) . hopefully it will be fixed soon.
When I select the option to test. I as admin am simply not given any option in the shopping cart to place the order.
Hi just wanted to point out that there’s a typo in your description where it says “Easy setup and and SUPER EASY testing!”. One “and” should be enough ??
]]>Hello, we were using your WooCommerce Order Test plugin and this past month, the Test Order option had been visible to customers and some were taking advantage of that to make orders. I thought that only admins were able to see that option? We are using Version 2.1 8.1 Woocommerce 6.3.1 WordPress
I’ve had to deactivate the plugin, but I’m trying to figure out if it’s the plugins fault or some other backdoor way.
]]>in public function __construct(), add:
$this->supports = array('subscriptions');
after
$this->init_settings();
and your plugin will support Woocommerce Subscriptions
]]>I get the following error after installing
The plugin could not be activated because it caused a fatal error.
and there is no way to activate it
]]>Test
]]>Hi, thanks for the plugin.
As mentioned in a previous topic (https://www.ads-software.com/support/topic/reduce_order_stock-is-deprecated/),
The WC_Order::reduce_order_stock function is deprecated since version 3.0. Replace with wc_reduce_stock_levels.
Plugin file wc-ot.php needs to be updated to replace:
$order->reduce_order_stock();
with
wc_reduce_stock_levels( $order_id );
Not a big deal at the moment but please consider updating the plugin before it becomes officially deprecated.
]]>Hi,
I am using the free Wholesale Suite Plugin. During the order-process, the prices are shown correctly and the customer is asked to pay the correct wholesale price.
But in the order history, as well as the invoices we create after the order is completed, only the retail prices are shown
Hello,
I have enabled plugin, however it won’t show at checkout even when login as admin?
WooCommerce 4.8.0
Thank you,
Tom
On a live transactional website I maintain for a client, we have had 3 orders from the test gateway, one got caught in time but 2 didn’t.
It only happens sporadically, but to the point I have to disable the plugin until I need to use it to test, as leaving it active allows these anomalies to occur.
Site info:
Do you know of any reason why this could occur?
Thanks
]]>The image you show for setting up this plugin appears to be outdated.
In the updated WooCommerce settings, where do you find the options for this plugin?
]]>This does not seem to work with ” WooCommerce Blocks ” .
https://www.ads-software.com/plugins/woo-gutenberg-products-block/
=========
Will it work in the next update ?
Look forward to your assist.
Thanks in advance.
]]>Hi,
I noticed you use reduce_order_stock() on version 1.6 which is deprecated and throws below error. Can you fix this in the next version release? Thanks for listening ??
The WC_Order::reduce_order_stock function is deprecated since version 3.0. Replace with wc_reduce_stock_levels.
Is it possible to configure this plugin such that all users can submit test transactions, not just admin?
Thanks.
]]>I have install this plugin on a website. Its working fine but after update woocommerce 4.0 it stop working. can you help me
]]>Is there an option to test subscription/recurring order?
]]>The plugin is sort of working but it takes me to a wp.website.com/thankyou page and that’s not the url of my thankyou page.
Where can I edit this url ?
]]>I have it installed and activated but I see no options or setting to let it run. Conflict with the latest version of WooCommerce maybe?
]]>Is there an option to test subscription/recurring order?
]]>Hi,
This is a great plugin!
However during testing my stock quantity gets deducted. Woocommerce does not correct this when a (test) order is deleted. Perhaps you can add a feature in your plugin where stock is not deducted at all when the test gateway is selected by an admin during checkout?
Thanks for listening!
]]>