function loadSpecials()
 {
     global $toC_Json;
     $data = osC_Specials_Admin::getData($_REQUEST['specials_id']);
     $data['start_date'] = osC_DateTime::getDate($data['start_date']);
     $data['expires_date'] = osC_DateTime::getDate($data['expires_date']);
     $response = array('success' => true, 'data' => $data);
     echo $toC_Json->encode($response);
 }
Пример #2
0
<?php

/*
  $Id: $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2007 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/
$osC_ObjectInfo = new osC_ObjectInfo(osC_Specials_Admin::getData($_GET['sID']));
?>

<h1><?php 
echo osc_link_object(osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule()), $osC_Template->getPageTitle());
?>
</h1>

<?php 
if ($osC_MessageStack->size($osC_Template->getModule()) > 0) {
    echo $osC_MessageStack->get($osC_Template->getModule());
}
?>

<div class="infoBoxHeading"><?php 
echo osc_icon('trash.png') . ' ' . $osC_ObjectInfo->get('products_name');
?>