Hi, I notice when I go to my signup page, all of my membership options have the $ sign after the price. eg. 49.95$ 99.95$ Can this be easily changed, so it reads with the $ in front, eg $49.95, $99.95? I know its trivial, but its all about perception. Thanks.
Sure, edit templates signup.html signup_multi.html member.html member_multi.html and replace {$p.price}{$config.currency|default:"$"} to {$config.currency|default:"$"}{$p.price}