onPriceQuoteSent( )


An event that fires when a price quote is sent.

The onPriceQuoteSent() event handler runs when a price quote is sent. The received PriceQuote object contains information about the price quote that was sent.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventPriceQuoteRequired

The price quote that was sent.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?