Seems like nobody has asked about this before, so I started a new thread, which I is posted in the right place (hmm, maybe a "coding customizations-forum" would be more relevant).
I'm trying to modify/remove the display of PRICE_PREFIX. When you create menu's using for example radio buttons (which involves attributes), the parenthesis and +"price" is automatically added to every attribute-menu-choice. I'd like to remove the parenthesis, display some other "symbols" and remove the +sign.
Now PRICE_PREFIX has a functionality as well, and especially important is that I don't mess up with the database entries when doing this customization. Therefore the + has to be added into the database when new attributes are made. So I was wondering what file to edit (avoiding DB trouble), and where that line of code can be found.
Thanks in advance!![]()


).
), and where that line of code can be found.

:
, but with this do you mean that this is the only place in the DB where the update is needed (just want to make sure so I avoid DB problems later on
)?
. And "(" will be encountered in almost every PHP-file
since the "()" is a very common part of the PHP coding-itself.

