} else if ( !$catid_id && !$product_id ) {
$text_query = $_REQUEST['tsearch'];
if(isset($_REQUEST['tsearch'])){
- echo $text_query;
setcookie("test", "cool",time()+1, "/" );
} else {
setcookie("test", "null",time()+1, "/" );
<?php if(!isset($_COOKIE['catView']) || $_COOKIE['catView'] == "grid"){ ?>
<?php $cat_id = $_REQUEST['michsci_category'];
- if($cat_id){
- $ancestors = get_category_parents($cat_id, false, " > ");
- } ?>
+ if($cat_id){ ?>
+ <?php $ancestors = get_category_parents($cat_id, false, " > "); ?>
<div class="small-12 medium-6" id="productBreadcrumbs">
<?php echo '<a href="'. get_permalink(510) . '">' . Products . '</a>'." > "; ?>
<?php foreach($ancestors as $relative){
} ?>
<?php echo $relative->name . print_r($ancestors, true) . "<br>"; ?>
</div>
+ <?php } ?>
+
<div id="categoriesGridView" class="row">