tienbui Posted December 4, 2014 Share Posted December 4, 2014 Good morning guys, I have a trouble with Specials Block. It's always displayed in New arrivals tab when The site is loaded. It disappear when I click Specials Tabs. Please help me with that! Link to comment Share on other sites More sharing options...
David Šimáček Posted December 4, 2014 Share Posted December 4, 2014 Have you tried clear cache in back office? Link to comment Share on other sites More sharing options...
tienbui Posted December 4, 2014 Author Share Posted December 4, 2014 (edited) Have you tried clear cache in back office? I tried, but It's not worked Edited December 4, 2014 by tienbui (see edit history) Link to comment Share on other sites More sharing options...
tienbui Posted December 4, 2014 Author Share Posted December 4, 2014 Up Up! Link to comment Share on other sites More sharing options...
tienbui Posted December 7, 2014 Author Share Posted December 7, 2014 No one can help me???? Link to comment Share on other sites More sharing options...
vekia Posted December 9, 2014 Share Posted December 9, 2014 what module you use for this feature? Link to comment Share on other sites More sharing options...
David Šimáček Posted December 9, 2014 Share Posted December 9, 2014 There is a bug in the file blockspecials-home.tpl. But correction is pretty easy, just put following instead of original content of the file: {if isset($specials) && $specials} {counter name=active_ul assign=active_ul} {include file="$tpl_dir./product-list.tpl" products=$specials class='blockspecials tab-pane' active=$active_ul id='blockspecials'} {else} <ul id="blockspecials" class="blockspecials tab-pane"> <li class="alert alert-info">{l s='No special products at this time.' mod='blockspecials'}</li> </ul> {/if} Don´t forget to clean cache through back-office. Please let me now if it works. For me it works perfect, so should you too 1 Link to comment Share on other sites More sharing options...
tienbui Posted December 10, 2014 Author Share Posted December 10, 2014 There is a bug in the file blockspecials-home.tpl. But correction is pretty easy, just put following instead of original content of the file: {if isset($specials) && $specials} {counter name=active_ul assign=active_ul} {include file="$tpl_dir./product-list.tpl" products=$specials class='blockspecials tab-pane' active=$active_ul id='blockspecials'} {else} <ul id="blockspecials" class="blockspecials tab-pane"> <li class="alert alert-info">{l s='No special products at this time.' mod='blockspecials'}</li> </ul> {/if} Don´t forget to clean cache through back-office. Please let me now if it works. For me it works perfect, so should you too It worked. Tks so much David Šimáček Link to comment Share on other sites More sharing options...
David Šimáček Posted December 10, 2014 Share Posted December 10, 2014 Great, thanks for your feedback. Link to comment Share on other sites More sharing options...
Recommended Posts