April 15, 2015 at 5:29 pm
#1845
Nam Nguyen
Moderator
Hi Bilal Djebbari
Step1 :via file root\modules\snsproducttabs\snsproducttabsclass.php . Remove function getLabelField($key)
Step2:Goto root\modules\snsproducttabs\snsproducttabs.php. Add new function after function uninstall().
public function getLabelField($key){
$name_label = ”;
switch($key){
default:
case ‘featured_product’:
$name_label = $this->l(‘Featured Products’);
break;
case ‘special_product’:
$name_label = $this->l(‘Special Products’);
break;
case ‘new_product’:
$name_label = $this->l(‘New Products’);
break;
case ‘top_sellers’:
$name_label = $this->l(‘Best Sellers’);
break;
}
return $name_label;
}
Step3: Goto backoffice translation
Thanks!
Useful
Recent Topics
Support Policy
- The time respons: 1-2 days
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7