Exemplo n.º 1
0
		}

		SqueezeBox.close();
	}
</script>

<div class="<?php 
echo Q2C_WRAPPER_CLASS;
?>
 store-form">
	<form name="qtcCreateStoreForm" id="qtcCreateStoreForm" class="form-validate form-horizontal" method="post" enctype="multipart/form-data" onSubmit="return myValidate(this);" >
		<?php 
$active = 'create_store';
$comquick2cartHelper = new comquick2cartHelper();
$storehelper = new storehelper();
$user_stores = $storehelper->getuserStoreList();
if (count($user_stores) > 0) {
    if (!$mainframe->isAdmin()) {
        $view = $comquick2cartHelper->getViewpath('vendor', 'toolbar');
        ob_start();
        include $view;
        $html = ob_get_contents();
        ob_end_clean();
        echo $html;
    }
}
?>

		<legend>
			<?php 
echo empty($this->storeinfo) ? JText::_("QTC_CREATE_VENDER") : JText::_("QTC_EDIT_VENDER_STORE");