PUQ sp. z o.o. Posted November 15, 2023 Share Posted November 15, 2023 Hello! We would like to report an issue with the Product Config Options. Specifically, when creating an option of type "textarea" in the product configuration, the description is not displayed, and the ability to change the number of rows does not seem to be functioning as expected. Our code (Taken from the documentation: https://dev.wisecp.com/en/kb/product-configuration-options ) : public function config_options($data = []) { return ['example8' => [ 'name' => "Text Field", 'description' => "Description for Text Field", 'rows' => "3", 'type' => "textarea", 'value' => "Lorem Ipsum is simply dummy text of the printing and typesetting industry.", 'placeholder' => "Sample placeholder", ] ]; } Result: This issue is affecting the efficient setup of product configurations, and prompt attention to resolve this matter would be greatly appreciated. Thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.