im using wordpress 4.3 and also woocommerce 2.4.6
I found out when i activated this plugin, and if i go to order and click resend the order completed email action,
it will show this
Warning: mysql_real_escape_string() expects parameter 1 to be string, object given in /home4/secret/public_html/topfavoritelist.com/tw/wp-includes/wp-db.php on line 1094
Warning: Cannot modify header information – headers already sent by (output started at /home4/secret/public_html/topfavoritelist.com/tw/wp-includes/wp-db.php:1094) in /home4/secret/public_html/topfavoritelist.com/tw/wp-includes/pluggable.php on line 1207
Thank you
https://www.ads-software.com/plugins/wc-sequential-order-numbers/
]]>Hi
woocommerce 2.4.5
When I order the wc sequential order number shown error
SyntaxError: Unexpected token <
the created but cancel status
https://www.ads-software.com/plugins/wc-sequential-order-numbers/
]]>All was fine with WordPress 4.2.4 and Woocommerce 2.3, but after updating to Woocommerce 2.4.2 when customer tries to place an order, we see:
[12-Aug-2015 09:13:43 UTC] PHP Fatal error: Call to undefined method WC_Sequential_Order_Numbers_Frontend::format_order_number() in /var/www/vhosts/xxx/httpdocs/wordpress/wp-content/plugins/wc-sequential-order-numbers/classes/class-wc-Sequential-Order-Numbers-frontend.php on line 61
https://www.ads-software.com/plugins/wc-sequential-order-numbers/
]]>First of all thank you for this plugin, this is exactly what i was looking for!
Even though it still has a bug of adding products as free when the skip free order is checked but it is not a feature that i use anyway.
Besides, the plugin works great as described except that it throws the
following error when adding a new order from the woocommerce dashboard:
Fatal error: Undefined class constant 'TEXT_DOMAIN' in SITEURL/wp-content/plugins/wc-sequential-order-numbers/classes/class-wc-Sequential-Order-Numbers-admin.php on line 166
Thanks again for your hard work,
Best
https://www.ads-software.com/plugins/wc-sequential-order-numbers/
]]>Hi,
I try to get the order-id generated by the plugin to use it as the name of a text file but it won’t work
Here is my function:
function imagevo_cancelled($order_id) {
global $woocommerce, $post;
$order = new WC_Order($post->ID);
//to escape # from order id
$order_id = trim(str_replace(‘#’, ”, $order->get_order_number()));
$filename = get_template_directory().’/commandes/’.$order_id.’.txt’;
echo ($filename);
$myfile = fopen($filename, “a+”);
}
This should return orderid.txt but it returns 0.txt
Can you help me?
https://www.ads-software.com/plugins/wc-sequential-order-numbers/
]]>Hi,
when you selsect “skip free order” checkbox there is an error:
Fatal error: Call to undefined method WC_Sequential_Order_Numbers_Admin::is_free_order() in /wp-content/plugins/wc-sequential-order-numbers/classes/class-wc-Sequential-Order-Numbers-admin.php on line 89
https://www.ads-software.com/plugins/wc-sequential-order-numbers/
]]>