rows)){echo "
".JText::_('HIKA_NEW_WISHLIST_BACKEND')."
";} ?>
cart->cart_type == 'cart'){?>
cart->cart_id; ?>
cart->cart_modified,'%Y-%m-%d %H:%M');?>
popup->display( ''.JText::_('HIKA_EDIT').'', 'HIKA_EDIT', hikashop_completeLink('order&task=user&cart_type='.$this->cart->cart_type.'&cart_id='.$this->cart->cart_id,true), 'hikashop_edit_customer', 760, 480, '', '', 'link' ); ?>
user->user_id)){?> user->name)){?>
user->name.' ('.$this->user->username.')'; ?>
user->email; ?>
user->user_id; ?> get('acl_user_manage','all'))){ ?> go
user)) echo $this->user->user_created_ip; ?>
popup->display( ''.JText::_('ADD_EXISTING_PRODUCT'), 'ADD_EXISTING_PRODUCT', hikashop_completeLink('order&type=cart&task=product_select&cart_type='.$this->cart->cart_type.'&cart_id='.$this->cart->cart_id,true), 'product_add_button', 1100, 480, '', '', 'button' ); ?>
rows)){ foreach($this->rows as $cart){ if(isset($cart->prices[0])){ $total_price += $cart->prices[0]->price_value * $cart->cart_product_quantity; $total_quantity += $cart->cart_product_quantity; $currency = $cart->prices[0]->price_currency_id; if(method_exists($app,'stringURLSafe')){ $cart->alias = $app->stringURLSafe(strip_tags($cart->product_name)); }else{ $cart->alias = JFilterOutput::stringURLSafe(strip_tags($cart->product_name)); } $quantityLeft = $cart->product_quantity - $cart->cart_product_quantity; $inStock = 1; if(($cart->product_quantity - $cart->cart_product_quantity) >= 0 || $cart->product_quantity == -1){ if($cart->product_quantity == -1) $stockText = "".JText::sprintf('X_ITEMS_IN_STOCK',JText::_('HIKA_UNLIMITED')).""; else $stockText = "".JText::sprintf('X_ITEMS_IN_STOCK',$cart->product_quantity).""; }else{ if($cart->product_code != $cart->cart_product_code){ $stockText = "".JText::_('HIKA_NOT_SALE_ANYMORE'). ""; $inStock = 0; }else{ $stockText = "".JText::_('NOT_ENOUGH_STOCK').""; $inStock = 0; } } if($k ==1)$k = 0;else $k =1; if(($cart->product_type == 'main' && $cart->cart_product_quantity == 0)||$cart->cart_product_quantity == 0)continue; ?>
popup->display( $cart->product_name.' '.$cart->product_code, $cart->product_name.' '.$cart->product_code, hikashop_frontendLink('index.php?option=com_hikashop&ctrl=product&task=show&cid='.$cart->product_id.'&tmpl=component'), 'hikashop_see_product_'.$cart->product_id, 760, 480, '', '', 'link' ); $config =& hikashop_config(); $manage = hikashop_isAllowed($config->get('acl_product_manage','all')); if($manage){ ?> <?php echo JText::_('HIKA_EDIT'); ?>

fields['item'])){ foreach($this->fields['item'] as $field){ $namekey = $field->field_namekey; if(empty($product->$namekey)){ continue; } echo '

'.$this->fieldsClass->getFieldName($field).': '.$this->fieldsClass->show($field,$product->$namekey).'

'; } }?>

format($cart->prices[0]->price_value,$cart->prices[0]->price_currency_id); ?>
format($total_price,$currency); ?>