Hello,
I have a problem with the following code:
------------------------------------------
[perl]
$Config->{PriceField} = 'can_price';
[perl]
------------------------------------------
The code sits in a HTML page however the text 'can_price' (with out the
single quotes) is output on the HTML page. How do I stop this from
happening?
Thanks,
Dallas Vogels