Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Remove the plus (+) in fornt of Option Price Tagged: plus + price This topic has 3 replies, 3 voices, and was last updated 4 years, 7 months ago by nmedia. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 16, 2020 at 5:27 pm #17585 MariusParticipant Hello, could you kindly show me a way how to remove / hide the plus sign (“+”) in front of the option prices? Since discounts are also used via the corresponding PPOM fields, the plus sign is extremely unsightly. I found this post about it, but I still show the plus sign: Old Post Thanks a lot! This topic was modified 4 years, 7 months ago by Marius. June 17, 2020 at 9:40 am #17594 Jane BrianKeymaster Hi Sorry, but as per policy here: https://najeebmedia.com/privacy-and-refund-policies/ your support is expired, please contact sales@najeebmedia.com to renew support. June 17, 2020 at 9:44 am #17596 MariusParticipant I purchased it just yesterday, so i guess that cant be 😉 WooCommerce Personalized Product Option Manager Purchased on: 2020-06-16 Purchase ID: 17583 June 18, 2020 at 1:24 pm #17614 nmediaKeymaster Hi Marius, Sorry for the inconvenience, here you can following code inside functions.php to hide ‘+’ symbol: add_filter('ppom_option_price_operator', 'ppom_remove_plus_symbol', 99, 3); function ppom_remove_plus_symbol($opr, $price, $meta){ $opr = ''; return $opr; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In