View Single Post
  #199  
Old 04-07-2012, 05:23 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default Re: X-Cart Ability Template v4.4.x

Hi Phil,

Sorry... I did an incomplete copy and paste. I had the complete code.

I found where I was going wrong which after a nights sleep I said "DUH"

The URL already had ?code=5267 on the end of the URL so I had to add a & before the lightbox code.

So
Quote:
<a href="http://www.iframeurl.php?code=5257>Original URL</a>

Became
Quote:
<a href="www.iframeurl.php?code=5257&?lightbox[iframe]=true&lightbox[width]=770&lightbox[height]=460" class="lbox">IFrame content</a>

Thanks Phil!!

Paul
__________________
WooCommerce as of 10/2022
Reply With Quote