Hello,
I have take a look on forum and didn't succes to setup some variables in non-whmcs webpage
I will need to have : The current session smarty currency name selected
I will need have too : The amount of cart (and moreover nbr of item in cart if possible)
I have setuped my pages with
<?php
define("CLIENTAREA",true);
//define("FORCESSL",true); # Uncomment to force the page to use https://
require("dbconnect.php");
require("includes/functions.php");
require("includes/clientareafunctions.php");
require("includes/currencyfunctions.php");
...
?>
At top
Then how can y grab o my template {currenciez} and cart
Sorry i have look onn forum didn't found it