You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘-10, 10’ at line 1
WC_Deposits_My_Account->render_related_scheduled_orders()wp-content/plugins/woocommerce-deposits/includes/class-wc-deposits-my-account.php:263
$customer_orders = wc_get_orders(
array(
‘customer’ => get_current_user_id(),
‘paginate’ => true,
‘post_parent’ => $order->get_id(),
‘paged’ => $current_page,
‘order’ => ‘ASC’,
)
);
Maybe we need to add the argument Limit -1 here?
Open
Last updated: March 8, 2025
0 comments
Log in to comment on this feature request.