setBuyNowLabel( )


Sets the Buy Now button's label.

The setBuyNowLabel() function returns a Promise that is resolved when the Buy Now button's label is set.

Method Declaration
Copy
Method Parameters
labelstringRequired

A string representing the Buy Now button's new label.

Did this help?