View Single Post
  #4  
Old 07-23-2013, 05:31 PM
 
smarta smarta is offline
 

Senior Member
  
Join Date: Aug 2008
Posts: 129
 

Default Re: Disable Bonuses Tab

hi

i tried that

/* if ($active_modules['Special_Offers'] && !empty($offers)) {
$product_tabs[] = array(
'title' => func_get_langvar_by_name('lbl_special_offers'),
'tpl' => 'modules/Special_Offers/customer/product_offers_short_list.tpl',
'anchor' => 'soffers'
);
} */

but the Bonus Tab still appears - the shop owner uses Special Offers quite a lot so disbaling the module won't solve my problem

this cart is using version 4.4.2

any suggestions?
__________________
4.4.3
Reply With Quote