<?php
/**
* @package HikaShop for Joomla!
* @version 1.4.3
* @author hikashop.com
* @copyright (C) 2010 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?>
<span id="result" >
<?php echo @$this->rows[0]->product_id.' '.@$this->rows[0]->product_name; ?>
<input type="hidden" name="field_options[product_id]" value="<?php echo @$this->rows[0]->product_id; ?>" />
</span>