Jump to content

Missing Description and Unchangeable Row Count for Textarea Option in Product Configurations


PUQ sp. z o.o.

Recommended Posts

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: 

image.thumb.png.24837831c2f1961eb7b2b0364a05d3ac.png

 

This issue is affecting the efficient setup of product configurations, and prompt attention to resolve this matter would be greatly appreciated.

Thank you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...