PRIMERA COMPRA 10% DE DESCUENTO
-
-
COMODIDAD Y ESTILO
EN UN SOLO LUGAR
-
-
Diseñamos moda
versátil y cómoda
que se adapta a tu estilo
permitiendo moverte con libertad
y vivir en armonía cada momento.
MENSAJE DE OFERTA ABRIL
$fondo_footer=$color_secundario4;
#$letra_footer=$color_principal;
#$fondo_footer='#fff';
$letra_footer='#232323';
?>
BUSCADOR
Busca el producto que te interesa usando los filtros. Para continuar selecciona "Buscar".
$boletines = $mysqli->prepare("select titulo_boletin,descripcion as desc_boletin,fondo as img_boletin,estado as estado_boletin from boletines");
$boletines->execute();
$boletines->bind_result($titulo_boletin,$desc_boletin,$img_boletin,$estado_boletin);
$boletines->store_result();
$boletines->fetch();
if ($estado_boletin == 1)
{
$_SESSION['boletin_activo'] = 1;
}
else
{
$_SESSION['boletin_activo'] = 0;
}
?>
Warning: Undefined array key "boletin_activo" in /var/www/livees_server/DIGITAL-COMMERCE-PLATFORM/STORES/MITSUBA/index.php on line 199