Joomla.it Forum

Componenti per Joomla! => Gestione e-commerce => : josef 15 Feb 2010, 18:34:22

: how i can change the order number on vm
: josef 15 Feb 2010, 18:34:22
I would like to change the order number from starting instead 1,2,3 starts 1000,1010, etc so in email will show a bigger number is it possible?
: Re:how i can change the order number on vm
: jk4nik 15 Feb 2010, 18:37:35
hello, this is a forum in Italian. Please write in Italian.
: Re:how i can change the order number on vm
: josef 16 Feb 2010, 18:37:17
ok se e possbile vm puio cambare il Numero del ordine ex:1,2,3 comincia in 1000,1001,1002 etc
: Re:how i can change the order number on vm
: jk4nik 16 Feb 2010, 20:04:51
VM aggiunge 1 all'ultimo ordine esistente per creare un nuovo ordine.

se l'ultimo ordine inserito nel db è 9876 il prossimo ordine sarà 9877 e non c'è un contatore specifico.

ciao
jk
: Re:how i can change the order number on vm
: mmleoni 17 Feb 2010, 22:50:55
ciao,
  prova così (sul sql, magari da phpmyadmin)

:
ALTER TABLE jos_vm_orders AUTO_INCREMENT = 100o;
(run previous code on sql server)

ciao,
marco