View Single Post
  #864  
Old 03-05-2015, 11:31 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
how do you add a link to subscribe to newletter in header
You can install the homepage newsletter popup addon here.

Then invoke the newsletter popup with a hyperlink, eg.

Button...
Code:
<a href="reboot_newsletter_popup.php?lightbox[iframe]=true&lightbox[modal]=false&lightbox[width]=400&lightbox[height]=180" class="btn btn-success lbox"><i class="fa fa-envelope"></i> Subscribe to the Newsletter</a>
Hyperlink...
Code:
<a href="reboot_newsletter_popup.php?lightbox[iframe]=true&lightbox[modal]=false&lightbox[width]=400&lightbox[height]=180" class="lbox"><i class="fa fa-envelope"></i> Subscribe to the Newsletter</a>
__________________
xcartmods.co.uk
Reply With Quote