#3163

Tu Tran
Moderator

Hi,

To solve this problem, please go to the file: app\code\local\Sns\Producttabs\Block\List.php, find and replace the code array_unshift($list, $all); By // array_unshift($list, $all);
After that, please go to the file app\design\frontend\default\sns_nova\template\sns\producttabs\scripts.phtml, add the code below

itemNav.each(function(){
	$('.item-nav:first-child').trigger('click');
});

to right before

function setResult(content){

Please see the screenshot on the link below for more clearly.
http://take.ms/7PS1A

Thanks,