Example #1
0
}
?>

							<!-- Show category, store name -->
							<div class="row-fluid">
								<div class="span8">
									<?php 
if (!empty($this->itemdetail->category)) {
    ?>
										<div>
											<?php 
    $storeHelper = new storeHelper();
    if (!empty($this->itemdetail->category)) {
        echo JText::_('QTC_CATEGORY') . ":&nbsp;";
    }
    echo $storeHelper->getCatHierarchyLink($this->itemdetail->category, 'com_quick2cart');
    ?>
										</div>
										<?php 
}
$multivendor_enable = $params->get('multivendor');
if (!empty($this->itemdetail->store_id) && !empty($multivendor_enable)) {
    ?>
											<!--  STORE NAME -->
											<div class="" itemprop="brand" itemscope
												itemtype="http://schema.org/Brand">
												<span>
													<?php 
    $storeinfo = $comquick2cartHelper->getSoreInfo($this->itemdetail->store_id);
    $storeHelper = new storeHelper();
    $storeLink = $storeHelper->getStoreLink($this->itemdetail->store_id);