To not show the best sellers sidebox on the contact_us page you can edit the sidebox module for it with this code:
Put it above this line:Code:// don't show on contact_us page if ($current_page_base == 'contact_us') { $show_best_sellers= false; }
Code:if ($show_best_sellers == true) {



