File manager - Edit - /home/verseaumee/zenit/components/com_hikashop/views/user/tmpl/custom_fields.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 $type = $this->type; foreach($this->extraFields[$type] as $fieldName => $oneExtraField) { ?> <div class="hkform-group control-group hikashop_registration_<?php echo $fieldName;?>_line" id="hikashop_<?php echo $type.'_'.$oneExtraField->field_namekey; ?>"> <?php echo $this->fieldsClass->getFieldName($oneExtraField,true,'hkc-sm-4 hkcontrol-label');?> <div class="hkc-sm-8"> <?php $onWhat='onchange'; if($oneExtraField->field_type=='radio') $onWhat='onclick'; echo $this->fieldsClass->display( $oneExtraField, @$this->$type->$fieldName, 'data['.$type.']['.$fieldName.']', false, ' class="hkform-control" '.$onWhat.'="window.hikashop.toggleField(this.value,\''.$fieldName.'\',\''.$type.'\',0);"', false, $this->extraFields[$type], $this->$type, false ); ?> </div> </div> <?php } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings