function nzshpcrt_checkout($content = '')
{
    $nzshpcrt = new wp_shopping_cart();
    $output = $nzshpcrt->checkout();
    //exit($output)
    //$output = "fart";
    return preg_replace("/\\[checkout\\]/", $output, $content);
}
Exemple #2
0
function nzshpcrt_editvariations()
{
    $nzshpcrt = new wp_shopping_cart();
    $nzshpcrt->editvariations();
    //$GLOBALS['nzshpcrt_activateshpcrt'] = true;
}