Files
ventas_php/ajax/templates_c/ae386c66aa55e1f7703c0922ad17ee6caa6a4e3f.file.enumAplicarPromo.tpl.php

33 lines
2.0 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-09 14:48:55
compiled from "/var/www/html/templates/lists/enumAplicarPromo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:855563106540f59a7a95577-23325708%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'ae386c66aa55e1f7703c0922ad17ee6caa6a4e3f' =>
array (
0 => '/var/www/html/templates/lists/enumAplicarPromo.tpl',
1 => 1410130457,
),
),
'nocache_hash' => '855563106540f59a7a95577-23325708',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<select name="aplica" id="aplica" class="largeInput" onchange="ShowInputsAplica()">
<option value="">Seleccione</option>
<?php if ($_smarty_tpl->getVariable('tipo')->value=="AxB"){?>
<option value="XxY" <?php if ($_smarty_tpl->getVariable('info')->value['aplica']=="XxY"){?>selected<?php }?>>Compra X Prods. al Precio de Y por Producto.</option>
<option value="N1Desc" <?php if ($_smarty_tpl->getVariable('info')->value['aplica']=="N1Desc"){?>selected<?php }?>>Compra N Prods. y N+1 aplica un Descuento</option>
<?php }elseif($_smarty_tpl->getVariable('tipo')->value=="TotalVentaB"){?>
<option value="CompraX" <?php if ($_smarty_tpl->getVariable('info')->value['aplica']=="CompraX"){?>selected<?php }?>>Compra $x y Regala B</option>
<?php }elseif($_smarty_tpl->getVariable('tipo')->value=="CompraX"){?>
<option value="DescCuenta" <?php if ($_smarty_tpl->getVariable('info')->value['aplica']=="DescCuenta"){?>selected<?php }?>>Descuento por toda la Cuenta</option>
<option value="ArtConDesc" <?php if ($_smarty_tpl->getVariable('info')->value['aplica']=="ArtConDesc"){?>selected<?php }?>>Art&iacute;culos despu&eacute;s de $x con Descuento</option>
<?php }elseif($_smarty_tpl->getVariable('tipo')->value=="BuenFin"){?>
<option value="3x2" <?php if ($_smarty_tpl->getVariable('info')->value['aplica']=="3x2"){?>selected<?php }?>>3 x 2</option>
<?php }?>
</select>