CVV Explanation

In 2.0.14, I created a “Need Help?” link next to the CVV field on the one page checkout. I would like this link to open a new window with CVV information, but I don’t want it to be skinned like the rest of the store. The CVV popup window should be very simple, and I want to insert some language variables.



How do I give this page access to language variables?



In 1.3.5, I did this:

```php define('AREA', 'C');
define('AREA_NAME' ,'customer');
define('NO_SESSION', true);

require './prepare.php';
require './init.php';

fn_show_template('cvv.tpl', $smarty);
?>

```

Sorry for not answering your question, but here is another idea you might like instead…

[url]http://forum.cs-cart.com/showthread.php?t=15315[/url]