productBuy)) : ?>
productBuy->step_order_level) && (int)$productItems->productBuy->step_order_level > 0) { $quantity = $productItems->productBuy->step_order_level; } else if (!empty($productItems->productBuy->min_order_level)){ $quantity = $productItems->productBuy->min_order_level; } ?> productBuy->product_in_stock - $productItems->productBuy->product_ordered) < 1) : ?> productBuy->virtuemart_product_id), vmText::_ ('COM_VIRTUEMART_CART_NOTIFY'), 'class="' . $classNames . ' notify" ' . $buttonDataAttrs); ?> productBuy->prices['costPrice']; if (!(VmConfig::get('askprice', true) and empty($tmpPrice))) { if (isset($productItems->productBuy->orderable) && $productItems->productBuy->orderable) { $vmLang = VmConfig::get ('vmlang_js', 1) ? '&lang=' . substr (VmConfig::$vmlang, 0, 2) : ''; $attributes = 'data-vmsiteurl="' . JURI::root( ) . '" ' . 'data-vmlang="' . $vmLang . '" ' . 'data-vmsuccessmsg="' . JText::_('COM_VIRTUEMART_CART_ADDED') . '" ' . 'title="' . $productItems->productBuy->product_name . '" ' . 'class="' . $classNames . ' add_to_cart_button" ' . $buttonDataAttrs; echo JHTML::link ('#', JText::_ ('COM_VIRTUEMART_CART_ADD_TO'), $attributes); } else { $button = JHTML::link ($productItems->productBuy->link, JText::_ ('COM_VIRTUEMART_CART_ADD_TO'), 'title="' . $productItems->productBuy->product_name . '" ' . 'class="' . $classNames . '" ' . $buttonDataAttrs); if (isset($productItems->productBuy->isOne)) $button = JText::_('COM_VIRTUEMART_ADDTOCART_CHOOSE_VARIANT'); echo $button; } } ?>