Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › show total price instead of addon price Tagged: price addon This topic has 5 replies, 2 voices, and was last updated 4 years, 7 months ago by nmedia. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 1, 2020 at 11:49 am #15421 michelParticipant IS it possible to show te total price instead of the addon price if someone chooses an option now if you select an “Formaat” de text is 30 cm x 50 cm [ +€2,50]. my client want the total price instead of [+ €2,50] https://www.plotterzooi.nl/product/siser-p-s-extra/ is that possible? Br Michel February 4, 2020 at 7:29 am #15455 nmediaKeymaster HI, you can add following code into our theme’s functions.php file and it will remove price from label but will add in total: add_filter('ppom_option_label', 'ppom_not_price_in_label', 99, 4); function ppom_not_price_in_label( $label, $option, $meta, $product) { $label = $option['option']; return $label; } February 4, 2020 at 4:44 pm #15465 michelParticipant Hi, thanks for the quick answer this is not exactly what i need. i want to replace the [ +€2,50] text for the total price text (option price+addon price. is that possible? Br michel February 5, 2020 at 12:33 pm #15478 nmediaKeymaster Hi, in PPOM Group setting you can see an option like https://drive.google.com/file/d/10Nkb-jXMivffWme-H31TnT8kRmOHITDy/view?usp=sharing February 5, 2020 at 5:42 pm #15490 michelParticipant Maybe i can make it clear with the picture attached https://www.dropbox.com/s/8s657uzooo4103v/ppom_question_total%20price.png?dl=0 Br Michel February 6, 2020 at 1:58 pm #15504 nmediaKeymaster Hi, Thanks for sharing the details. Yes you can do this via PPOM Settings like: https://drive.google.com/file/d/1UWlDfk9xJDwRTT0i7lzxcXMT7xyyaZ-4/view?usp=sharing To access settings>> WooCommerce -> Settings-> PPOM Settings (tab) Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In