File manager - Edit - /home/verseaumee/zenit/components/com_hikashop/params/selectproducts.php
Back
<?php /** * @package HikaShop for Joomla! * @version 4.5.1 * @author hikashop.com * @copyright (C) 2010-2022 HIKARI SOFTWARE. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php class JElementSelectproducts extends JElement { function fetchElement($name, $value, &$node, $control_name) { if(!include_once(rtrim(JPATH_ADMINISTRATOR,DS).DS.'components'.DS.'com_hikashop'.DS.'helpers'.DS.'helper.php')){ echo 'HikaShop is required'; return; } if(!is_array($this->value)) $this->value = array($this->value); $nameboxType = hikashop_get('type.namebox'); $select = '<div style="height:130px; margin-left:150px;">' . $nameboxType->display( 'jform[params][product_id]', $this->value, hikashopNameboxType::NAMEBOX_MULTIPLE, 'product', array( 'delete' => false, 'default_text' => '<em>'.JText::_('HIKA_NONE').'</em>', ) ). '</div>'; return $select; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings