• Good afternoon:

    I wanted to suggest the possibility of adding, when you create a custom field, the option to create it as a Rich Text, using a Rich Text Editor when creating a new product(this is the same that you actually have for the Description field). Since TextArea don’t save the formatting at all, just plain text, and the rest of the types have the same issue, i’d like to use a text field where i can save formatted text and display it.

    Greetings

    https://www.ads-software.com/plugins/ultimate-product-catalogue/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    Hi Etherian,

    Thanks for the suggestion, we’ll add it to our feature request list.

    Hi,

    I’m waiting for this new feature too. Can someone tell me how to change the code to turn the TextAreas into a rich text editor ? Maybe in the ProductsPage.php ?

    elseif ($Field->Field_Type == "textarea") {
    
    				$ReturnString .= "<textarea name='" . $Field->Field_Name . "' id='upcp-input-" . $Field->Field_ID . "' class='upcp-textarea'>" . $Value . "</textarea>";
    
    		}

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Fields options’ is closed to new replies.