I'm assigning the form of payment for the pagseguro, using the LightBox, I wanted to know what the ItemCode would be, I already surrounded by the pagseguro forum, but I did not find anything that would help me ...
<!-- INICIO FORMULARIO BOTAO PAGSEGURO -->
<form action="https://sandbox.pagseguro.uol.com.br/checkout/v2/cart.html?action=add" method="post" onsubmit="PagSeguroLightbox(this,{success function(transactioncode) {alert('success - ' + transactionCode);document.write('<b>Estamos processando o seu pedido.</b><br>');document.write('<b>Seu código de transação é:</b> ' + transactionCode);},abort : function() {alert('abort');document.write('<b>Você não concluiu a sua compra</b>');}}); return false;">
@*NÃO EDITE OS COMANDOS DAS LINHAS ABAIXO*@
<input type="hidden" name="email_cobranca" value="*******@hotmail.com" />
<input type="hidden" name="itemCode" value="code" />
<input type="hidden" name="tipo" value="CBR" />
<input type="hidden" name="moeda" value="BRL" />
<input type="hidden" name="item_id" value="@item.PacoteID" />
<input type="hidden" name="item_descr" value="@item.Titulo" />
<input type="hidden" name="item_quant" value="1" />
<input type="hidden" name="item_valor" value="@item.valor" />
<input type="hidden" name="frete" value="0" />
<input type="hidden" name="peso" value="0" />
<input type="image" name="submit" src="https://p.simg.uol.com.br/out/pagseguro/i/botoes/pagamentos/99x61-comprar-assina.gif"alt="Pague com PagSeguro - é rápido, grátis e seguro!" />
</form>
<script type="text/javascript" src="https://stc.sandbox.pagseguro.uol.com.br/pagseguro/api/v2/checkout/pagseguro.lightbox.js"></script>
<!-- FINAL FORMULARIO BOTAO PAGSEGURO -->