Jump to content

Vales descuento modulo


jjryeste

Recommended Posts

en js/admin.js, bsca esta funcion

 

function gencode(size)
{
getE('code').value = '';
/* There are no O/0 in the codes in order to avoid confusion */
var chars = "123456789ABCDEFGHIJKLMNPQRSTUVWXYZ";
for (var i = 1; i <= size; ++i)
getE('code').value += chars.charAt(Math.floor(Math.random() * chars.length));
}

var chars son los que debes cambiar por lo que quieras

 

45876

 

y en este archivo

 

\admin123\themes\default\template\controllers\cart_rules\informations.tpl

 

Busca esta linea

<a href="javascript:gencode(8);" class="btn btn-default"><i class="icon-random"></i> {l s='Generate'}</a>

cambia el 8 por un 5

Edited by shacker (see edit history)
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...