View Single Post
  #58  
Old 06-16-2020, 11:54 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

17th June - I've added in a "printable" checkbox for static pages - Patch files

Somehow I'd omitted the 'Printable Version' link from the product pages, so in /skin/reboot/customer/main/product_header.tpl you can add around line 62...
Code:
{if $printable_link_visible} <div class="col-12 col-md-auto mr-md-4 mt-3 mt-md-2 text-center text-md-left"><a target="_blank" rel="nofollow" href="{$php_url.url|escape}?printable=Y{if $php_url.query_string ne ''}&amp;{$php_url.query_string|escape}{/if}"><i class="fa fa-print"></i> {$lng.lbl_printable_version|capitalize}</a></div> {/if}
IP address added to new user account admin notification email (/skin/reboot/mail/html/signin_admin_notification.tpl)

Redactor editor updated to latest version.

In other news, Bootstrap v5 Alpha released
__________________
xcartmods.co.uk
Reply With Quote