getSelectedChoices( )


Gets the selected product option choices of a product on the Product Page.

This function is currently only available for Wix Studio sites.

The getQuantity() function returns a Promise that is resolved when the selected product option choices, such as {color: "white", size: "m"} are retrieved.

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