blixten19 LiteCart Fan Von Sweden Mitglied seit Mai 2022 blixten19 20 Mai 2022 11:35 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 Founder Von Sweden Mitglied seit Mai 2013 tim 20 Mai 2022 16:10 Run the following MySQL query: ALTER TABLE lc_orders AUTO_INCREMENT = 1000;
blixten19 LiteCart Fan Von Sweden Mitglied seit Mai 2022 blixten19 21 Mai 2022 11:07 lctt_orders not lc_orders:)
tim Founder Von Sweden Mitglied seit Mai 2013 tim 21 Mai 2022 14:35 That's probably because Softaculous gave you a custom table prefix.