Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-05-29 09:40:26
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumAplicarPromo.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:2042673200538746da5b8b50-94077782%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'ec7c2d74a417d63b4bab5b427e6cbddc6f6f2cc4' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumAplicarPromo.tpl',
|
||||
1 => 1383955632,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '2042673200538746da5b8b50-94077782',
|
||||
'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ículos despué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>
|
||||
Reference in New Issue
Block a user