![]() |
![]() |
Hello
I am using MiniVend V3.14. I try to change the
value of the Price to something else using the code below.
[if
session username ne 'guest']
[perl config] $Safe{config}{PriceField} = 'memprice'; return; [/perl] [/if] It works fine for the checkout page, but on the
'report' and 'receipt' pages it switches back to the old price.
How can I keep this change consistent?
Thank you
Soltan
|