VirtueMart  3.2.14.9808
Namespaces | Variables
product_edit_information.php File Reference

Namespaces

 VirtueMart
 

Variables

 $i =0
 
 $parentRel = ''
 
 if ($this->product->product_parent_id)
 
if($this->showVendors()) else
 
if($this->deliveryCountry) if($this->deliveryState) if(empty($this->product->prices)) $this i = 0
 
 $rowColor = 0
 
 $calculator = $this->calculator
 
 $currency_model = VmModel::getModel ('currency')
 
 $currencies = $currency_model->getCurrencies ()
 
 $nbPrice = is_array($this->product->allPrices)? count ($this->product->allPrices):0
 
$this priceCounter = 0
 
$this product allPrices [$nbPrice] = VmModel::getModel()->fillVoidPrice()
 
 foreach ($this->product->allPrices as $k=> $sPrices)
 
 $j
 

Variable Documentation

$calculator = $this->calculator
$currencies = $currency_model->getCurrencies ()
$currency_model = VmModel::getModel ('currency')
$i =0
$j
Initial value:
= 'jQuery(document).ready(function ($) {
jQuery("#mainPriceTable").dynoTable({
removeClass: ".price-remove", //remove class name in table
cloneClass: ".price-clone", //Custom cloner class name in table
addRowTemplateId: "#productPriceRowTmpl", //Custom id for row template
addRowButtonId: "#add_new_price", //Click this to add a price
lastRowRemovable:true, //let the table be empty.
orderable:true, //prices can be rearranged
dragHandleClass: ".price_ordering", //class for the click and draggable drag handle
onRowRemove:function () {
},
onRowClone:function () {
},
onRowAdd:function () {
},
onTableEmpty:function () {
},
onRowReorder:function () {
}
});
});'
$nbPrice = is_array($this->product->allPrices)? count ($this->product->allPrices):0
$parentRel = ''
$rowColor = 0
$this product allPrices[$nbPrice] = VmModel::getModel()->fillVoidPrice()
if ($link) else
Initial value:
{
echo '<td><td>'
foreach($this->product->allPrices as $k=> $sPrices)
var i = 0
if($this->product->product_parent_id)
$this priceCounter = 0