Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.217.35 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/123click/assets/ |
Upload File : |
10pourcent/administrator/components/com_virtuemart/views/product/tmpl/product_edit_dimensions.php 0000604 00000006341 15100200707 0033072 0 ustar 00 home/verseaumee <?php
/**
*
* Set the product dimensions
*
* @package VirtueMart
* @subpackage Product
* @author RolandD
* @link https://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: product_edit_dimensions.php 10233 2019-12-11 14:48:13Z Milbo $
*/
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die('Restricted access');?>
<table class="adminform">
<tbody>
<tr class="row1">
<th style="text-align:right;"><?php echo vmText::_('COM_VIRTUEMART_PRODUCT_LENGTH') ?>
</th>
<td width="79%">
<input type="text" class="inputbox" name="product_length" value="<?php echo $this->product->product_length; ?>" size="15" maxlength="15" /> <?php echo " ".$this->lists['product_lwh_uom'];?>
</td>
</tr>
<tr class="row0">
<th style="text-align:right;"><?php echo vmText::_('COM_VIRTUEMART_PRODUCT_WIDTH') ?></th>
<td>
<input type="text" class="inputbox" name="product_width" value="<?php echo $this->product->product_width; ?>" size="15" maxlength="15" />
</td>
</tr>
<tr class="row1">
<th style="text-align:right;"><?php echo vmText::_('COM_VIRTUEMART_PRODUCT_HEIGHT') ?></th>
<td>
<input type="text" class="inputbox" name="product_height" value="<?php echo $this->product->product_height; ?>" size="15" maxlength="15" />
</td>
</tr>
<tr class="row0">
<th style="text-align:right;"><?php echo vmText::_('COM_VIRTUEMART_PRODUCT_WEIGHT') ?></th>
<td>
<input type="text" class="inputbox" name="product_weight" size="15" maxlength="15" value="<?php echo $this->product->product_weight; ?>" />
<?php echo " ".$this->lists['product_weight_uom'];?>
</td>
</tr>
<!-- Changed Packaging - Begin -->
<tr class="row0">
<th style="text-align:right;">
<span class="hasTooltip" title="<?php echo vmText::sprintf('COM_VIRTUEMART_PRODUCT_PACKAGING_DESCRIPTION',vmText::_('COM_VIRTUEMART_UNIT_NAME_L'),vmText::_('COM_VIRTUEMART_PRODUCT_UNIT'),vmText::_('COM_VIRTUEMART_UNIT_NAME_100ML')); ?>">
<?php echo vmText::_('COM_VIRTUEMART_PRODUCT_PACKAGING') ?>
</span>
</th>
<td>
<input type="text" class="inputbox" name="product_packaging" value="<?php echo $this->product->product_packaging; ?>" size="15" maxlength="15" />
<?php echo " ".$this->lists['product_iso_uom'];?>
</td>
</tr>
<tr class="row1">
<th style="text-align:right;">
<span class="hasTooltip" title="<?php echo vmText::_('COM_VIRTUEMART_PRODUCT_BOX_DESCRIPTION'); ?>">
<?php echo vmText::_('COM_VIRTUEMART_PRODUCT_BOX') ?>
</span></th>
<td>
<input type="text" class="inputbox" name="product_box" value="<?php echo $this->product->product_box; ?>" size="15" maxlength="15"/>
</td>
</tr>
<!-- Changed Packaging - End -->
</tbody>
</table>