Jump to content

PUQ sp. z o.o.

Members
  • Posts

    1
  • Joined

  • Last visited

PUQ sp. z o.o.'s Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • Conversation Starter

Recent Badges

0

Reputation

  1. 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.
×
×
  • Create New...