|
C
|
cgphp 11/10/2011 |
|
In the visual editor switch to HTML mode and add a template var for the extra total value. For example The total of weight is: {$new_total} Kg
$total_copy = $xt->getvar("total_weight_total"); |
|
|
F
|
fianchetto author 11/11/2011 |
|
I really appreciate your help Christian. In the visual editor switch to HTML mode and add a template var for the extra total value. For example The total of weight is: {$new_total} Kg
$total_copy = $xt->getvar("total_weight_total"); |
|