setFinalizeAfter

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.