VirtueMart  3.2.14.9808
Namespaces | Variables
orders.php File Reference

Namespaces

 VirtueMart
 

Variables

 $styleDateCol = 'style="width:5%;min-width:110px"'
 
 $orderstatusForShopperEmail = VmConfig::get('email_os_s',array('U','C','S','R','X'))
 
 $jsOrderStatusShopperEmail = vmJsApi::safe_json_encode($orderstatusForShopperEmail)
 
 $j
 

Variable Documentation

$j
Initial value:
= 'if (typeof Virtuemart === "undefined")
var Virtuemart = {};
Virtuemart.orderstatus = '.$jsOrderStatusShopperEmail.';
jQuery(document).ready(function() {
//Virtuemart.onReadyOrderItems();
Virtuemart.onReadyOrderStatus()
});'
$jsOrderStatusShopperEmail = vmJsApi::safe_json_encode($orderstatusForShopperEmail)
$orderstatusForShopperEmail = VmConfig::get('email_os_s',array('U','C','S','R','X'))
$styleDateCol = 'style="width:5%;min-width:110px"'