0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
components
/
com_virtuemart
/
views
/
user
/
tmpl
/
[
Home
]
File: edit_shopper.php
<?php /** * * Modify user form view, User info * * @package VirtueMart * @subpackage User * @author Oscar van Eijk * @link http://www.virtuemart.net * @copyright Copyright (c) 2004 - 2010 VirtueMart Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * VirtueMart is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * @version $Id: edit_shopper.php 6037 2012-05-17 17:45:32Z Milbo $ */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access'); ?> <?php if(!$this->userDetails->user_is_vendor){ ?> <div class="buttonBar-right"> <button class="button" type="submit" onclick="javascript:return myValidator(userForm, 'saveUser');" ><?php echo $this->button_lbl ?></button> <button class="button" type="reset" onclick="window.location.href='<?php echo JRoute::_('index.php?option=com_virtuemart&view=user', FALSE); ?>'" ><?php echo JText::_('COM_VIRTUEMART_CANCEL'); ?></button> </div> <?php } ?> <?php if( $this->userDetails->virtuemart_user_id!=0) { echo $this->loadTemplate('vmshopper'); } ?> <?php echo $this->loadTemplate('address_userfields'); ?> <?php if ($this->userDetails->JUser->get('id') ) { echo $this->loadTemplate('address_addshipto'); } ?> <?php if(!empty($this->virtuemart_userinfo_id)){ echo '<input type="hidden" name="virtuemart_userinfo_id" value="'.(int)$this->virtuemart_userinfo_id.'" />'; } ?> <input type="hidden" name="task" value="<?php echo $this->fTask; ?>" /> <input type="hidden" name="address_type" value="BT" />
©
2018.