Quote:
Originally Posted by Davey
Using that corrected code (in your last post), you must not output the variable $result_allweight, but you must output the variable
PHP Code:
$result_allweight['total']
see if that works outputting that variable in the template instead.
You can also remove those comments;
PHP Code:
/*
$result_allweight['total']
*/
They were just an instruction to tell you what I said above in this post.
|
When I try to add
$result_allweight['total']
to my template I get
Code:
The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING