Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Method Signature boolean setFinalizeAfter(int minutes);
Description
Sets the finalize order after timer for the specified minutes. This should be called whenever you load a custom upsell after page. This timer expiring is what turns a shopping cart into an order if they abandon during your custom upsell after sequence.
Parameters int minutes - the number of minutes without activity before the cart is turned into an order.
Result Returns true if the timer was successfully set.

  • No labels