Narrow By

This topic has been marked as not resolved.

Hi,

I would like to use a module called Narrow By, I have carried out all the necessary changes however I dont know where to place a piece of code within the Shoppica template for it to appear correctly on the categories page, could someone help with this?

The code is:


<!-- wommon 2011/07/21 and narrowby bar start -->
<?php if(isset($narrowbydata)){ ?>
<div class="selectdh">
                <strong>Your Selection :</strong>
                <?php foreach($narrowbydata as $value){ ?>
                &nbsp; &nbsp; &nbsp;<?php echo $value['name'];?><a href="<?php echo $value['url'];?>">&nbsp;</a>
                <?php } ?>
</div>
<?php
}
?>
<!-- wommon 2011/07/21 and narrowby bar end -->

Thanks

T

September 30, 2011 at 12:22 pm #2087

Hi,

Isn’t this a module that should be in the side column? We can’t be sure where to place this piece of code, as we do not know what piece of information it creates.

Could you give a more detailed explanation and put a screenshot, where exactly do you want the information to show?

Best regards,
ThemeBurn team

October 3, 2011 at 11:22 am #2120
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.