Set a higher order number series

Hello
Anyone know how to set next order number? I want to change order number to a different number than the one in the store now 1. I want a higher number.

tim

Run the following MySQL query:
ALTER TABLE lc_orders AUTO_INCREMENT = 1000;

Thanks

lctt_orders not lc_orders:)

tim

That's probably because Softaculous gave you a custom table prefix.

Ce fil de discussion a été fermé en raison d'une longue inactivité. Il n'est pas possible de publier dessus.
Voir le code sur GitHub