getCustomText( )


Gets the values of a product's custom text fields.

This function is currently only available for Wix Studio sites.

The getCustomText() function returns a Promise that is resolved when the values of a product's custom text fields are retrieved.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<Array<string>>
Was this helpful?
Yes
No