Jump to content

Search the Community

Showing results for tags 'product options'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Official
    • News and Announcements
  • Community
    • Introduce yourself
    • General Discussion
  • WISECP
    • Pre-Sales Queries
    • Using WISECP
    • Support
    • Suggestions & Feedback
    • For Developers
    • Plugins, Themes & Payment Gateways
    • Bugs
  • Other Languages

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 1 result

  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...