Jump to content
  • 0

Problem z wyświetlaniem najczęściej sprzedawanych produktów


tomikk

Question

Cześć,

 

mam pewien problem z ustawieniem wyświetlania produktów - najczęściej sprzedawanych.

W sklepie ustawiony jest szablon: ap_office od Apollo.

W tym szablonie jest moduł do wyświetlania slidera produktów - nowości, polecanych, promocji oraz bestsellerów.

Te ostatnie nie wyświetlają się niestety.

 

Po podpięciu modułu blockbestsellers do HookHome (gdzie podpięty jest moduł zakładek z sliderem) pokazuje, że nie ma bestsellerów. Natomiast podpięcie modułu poniżej, np. HookHomeTabContent pokazuje produkty (zamówienia próbne).

 

W jaki sposób mogę zweryfikować, dlaczego nie pokazuje produktów? Nowości, polecane, promocje wyświetlają się poprawnie, tylko bestsellery są puste... Poniżej kod pliku wyświetlającego produkty w zakładkach:

{if $featured}		  
              <div class="tab-pane" id="{$myTab}featured">
					{$products=$featured} {$tabname="{$myTab}-featured"}
					{include file='./products.tpl'}
              </div>   
			  {/if}	
			  {if $newproducts}		  
              <div class="tab-pane" id="{$myTab}newproducts">
					{$products=$newproducts} {$tabname="{$myTab}-newproducts"}
					{include file='./products.tpl'}
              </div>
			 {/if}	
			   {if $special}	
					<div class="tab-pane" id="{$myTab}special">
					{$products=$special}{$tabname="{$myTab}-special"}
					{include file='./products.tpl'}
	              </div>
			   {/if}
			  
			 {if $bestseller}		  
              <div class="tab-pane" id="{$myTab}bestseller">
					{$products=$bestseller} {$tabname="{$myTab}-bestseller"}
					{include file='./products.tpl'}
					
              </div>   
			 {/if}

Będę wdzięczny za podpowiedzi.

post-796244-0-08059100-1480532788_thumb.jpg

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...