{if $es_resumen_pedido}
{* FORMULARIO INCLUIR PASS *}
{if $ver_resumen_post == 0}
{/if}
{* FIN FORMULARIO INCLUIR PASS *}
{* VER RESUMEN PEDIDO *}
{if $ver_resumen_post == 1}
{* DIALOGO *}
{if $dialogo != ""}
{$dialogo}
{/if}
{* FIN DIALOGO *}
{* INFORMACION ADICIONAL *}
{if $smarty.const.CONFIG_81 == 1}
{$smarty.const.LEN_209}
{/if}
{* FIN INFORMACION ADICIONAL *}
{* MOSTRAR CARRO *}
{if $pedido_productos}
{$smarty.const.LEN_186} (#{$pedido_id})
{$smarty.const.LEN_171} |
{$smarty.const.LEN_172} |
{$smarty.const.LEN_173} |
{$smarty.const.LEN_174} |
{$smarty.const.LEN_208} |
{$smarty.const.LEN_177} |
{section loop=$pedido_productos name=i}
{if $pedido_productos[i].product_code != ""}{$pedido_productos[i].product_code}{else} {/if} |
{$pedido_productos[i].name|truncate:25:"...":true} |
{if $pedido_productos[i].tipo == 1}{$smarty.const.LEN_170}{elseif $pedido_productos[i].tipo == 2} | {$smarty.const.LEN_168}{/if} |
{$pedido_productos[i].quantity} |
{$pedido_productos[i].precio} |
{$pedido_productos[i].cost} |
{/section}
{$smarty.const.LEN_223} |
{$pedido_coste} |
{$smarty.const.LEN_178} |
{$pedido_total_mostrar} |
{* FIN MOSTRAR CARRO *}
{* MODULOS DE PAGO *}
{include file="inc_modulos_pago.tpl.html" pedidoID=$pedido_id pedidoTOTAL=$pedido_total}
{* FIN MODULOS DE PAGO *}
{else}
{if $pedido_msj}
{$smarty.const.LEN_185}
{else}
{$smarty.const.LEN_184}
{/if}
{/if} {* pedido_productos *}
{/if} {* ver_resumen_post *}
{* FIN VER RESUMEN PEDIDO *}
{else}
{* VER PAGO PEDIDO *}
{* INFORMACION ADICIONAL *}
{if $smarty.const.CONFIG_79 == 1}
{$smarty.const.LEN_163}
{/if}
{* FIN INFORMACION ADICIONAL *}
{* MOSTRAR CARRO *}
{if $pedido_productos}
{$smarty.const.LEN_210} (#{$pedido_id})
{$smarty.const.LEN_171} |
{$smarty.const.LEN_172} |
{$smarty.const.LEN_173} |
{$smarty.const.LEN_174} |
{$smarty.const.LEN_208} |
{$smarty.const.LEN_177} |
{section loop=$pedido_productos name=i}
{if $pedido_productos[i].product_code != ""}{$pedido_productos[i].product_code}{else} {/if} |
{$pedido_productos[i].name|truncate:25:"...":true} |
{if $pedido_productos[i].tipo == 1}{$smarty.const.LEN_170}{elseif $pedido_productos[i].tipo == 2} | {$smarty.const.LEN_168}{/if} |
{$pedido_productos[i].quantity} |
{$pedido_productos[i].precio} |
{$pedido_productos[i].cost} |
{/section}
{$smarty.const.LEN_223} |
{$pedido_coste} |
{$smarty.const.LEN_178} |
{$pedido_total_mostrar} |
{* FIN MOSTRAR CARRO *}
{* MODULOS DE PAGO *}
{include file="inc_modulos_pago.tpl.html" pedidoID=$pedido_id pedidoTOTAL=$pedido_total}
{* FIN MODULOS DE PAGO *}
{else}
{if $pedido_msj}
{$smarty.const.LEN_185}
{else}
{$smarty.const.LEN_184}
{/if}
{/if}
{* FIN VER PAGO PEDIDO *}
{/if} {* es_resumen_pedido *}