Zen Cart Logo
Forums / General Questions / howto grab these variables from the db ?

howto grab these variables from the db ?

Locked

Views: 826

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
27 May 2008, 2:06 AM
#1
nullmind avatar

nullmind

Zen Follower

Join Date:
Jul 2007
Posts:
129
Plugin Contributions:
0

howto grab these variables from the db ?

in the checkout_success/header_php.php page, I need to pass these variables

$nsSTcost = "ORDER TOTAL";
$nsSToid="ORDER ID";

for the order just processed

any ideas how can I do this ? I dont know how to code :p