• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 28.08.18, 12:18
  • Opened by: joaquin yelo
  • Closed by: Marek
  • Closed on: 12.12.18, 15:56
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12798 - Error isotope filter

Good Morning.
With the isotope filter module, we have the following problem:
We show in the upper part some categories that we have assigned manually and when entering the web the module shows all the products that we have introduced instead of showing only those that correspond to each category.
Once you browse the web it shows it well but always the first one that the web loads shows everything.
Can we have it show the category filters from the first time it loads?

Comments

joaquin yelo 28 Aug 2018, 12:22

You have to modify in this part of the code?
<div class=”block_content”>

		<div class="isotope products-module flex-container">
      {foreach from=$products item=product key=p name=product}
      	{if $isotope_max > $smarty.foreach.product.index}
      	{include file="catalog/_partials/miniatures/product.tpl" product=$product}
      	{/if}
			{/foreach}
		</div>
	</div>    
{else}
	<p class="alert alert-warning">{l s='There are no products right now' mod='pk_isotope'}</p>
{/if}
</div>
Marek 28 Aug 2018, 15:31

I need to clarify.
You don’t need to load all products when page reloads? You want to show only one of your category?

joaquin yelo 28 Aug 2018, 15:37

when I open the page I see all the products that I have added (of all the categories that I have selected) once I click on the top selectors, it performs the filter.
Is there a way to directly show the products that are within each category? These categories are those that are selected in the filter configuration to be shown in the selectors.
Thank you

Marek 06 Sep 2018, 12:32

Hi, joaquin.
Sorry for the delay.
Do you still need a help?