onPriceQuoteAccepted( )


An event that fires when a price quote is accepted.

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

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

Method Declaration
Copy
Method Parameters
eventPriceQuoteRequired

The price quote that was accepted.

Was this helpful?
Yes
No