View Single Post
  #57  
Old 06-15-2020, 10:42 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

In /skin/reboot/customer/main/pages.tpl

Replace...
Code:
dropdown="pages"
With...
Code:
dropdown=false
And in /skin/reboot/customer/home_printable.tpl you can comment out the address, or just add the "d-none" class to the paragraph tag...
Code:
<p class="text-center">{$config.Company.location_address}, {$config.Company.location_city}, {$config.Company.location_state_name}, {$config.Company.location_zipcode}, {$config.Company.location_country_name}</p>
Or disable printable pages altogether, by unchecking "Enable printable version of categories and products pages in customer area" in General Settings > Appearance.

I might add a new static page 'printable' checkbox, so that the print icon only appears for specific pages.
__________________
xcartmods.co.uk
Reply With Quote