Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Color Palettes => Show Label, not Hex Code in Cart This topic has 8 replies, 2 voices, and was last updated 4 years, 10 months ago by nmedia. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts August 30, 2019 at 12:40 pm #13660 Lievelabels.nlParticipant When a customer selects a color from the pallete and add’s product to the cart. The Cart Meta shows Hex Color. I would like to see the Color label here… not the Hex Code. August 30, 2019 at 1:23 pm #13661 Lievelabels.nlParticipant This can be changed in nmInput.class.php change line 801 and 818: Cannot post any actual code here... being blocked by wordfence!! I cannot imagine there is a scenario where people would actually want to see the Hex instead of a color name. September 2, 2019 at 5:24 am #13667 nmediaKeymaster Hi, can you please post code again? September 2, 2019 at 6:51 am #13673 Lievelabels.nlParticipant nmInput.class.php lines 801 and 818 Change $html .= 'value="'.esc_attr($raw_label).'" '; to $html .= 'value="'.esc_attr($option_label).'" '; This does however influence cart edit I think. Must think of a work around for that. September 3, 2019 at 6:17 am #13681 nmediaKeymaster Hi, we have already updated this coming version like: $html .= 'data-label="'.esc_attr($color_label).'" '; where $color_label is: // First Separate color code and label $color_label_arr = explode('-', $key); $color_code = trim($color_label_arr[0]); $color_label = ''; if(isset($color_label_arr[1])){ $color_label = trim($color_label_arr[1]); } September 3, 2019 at 7:06 am #13686 Lievelabels.nlParticipant Great, so it will show the label instead of the Hex in cart? September 5, 2019 at 5:20 am #13703 nmediaKeymaster Yes, it will be label. October 24, 2019 at 11:19 am #14127 Lievelabels.nlParticipant In which version was this solved? Currently I still see the Hex in the cart, not the label…. October 27, 2019 at 1:22 pm #14146 nmediaKeymaster It will be version 18.6, releasing soon. Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In