Scheduled orders are enabled by default. To disable the scheduled orders feature, modify the CSRConfigurator component, setting usingScheduledOrders to false.

For example, to disable scheduled orders:

$class=atg.commerce.csr.util.CSRConfigurator
scope=global

usingScheduledOrders=false

The usingScheduledOrders option controls the availability of the scheduling options at the end of checkout, the scheduled orders panel on the Profile View screen and the scheduled order view screen for template orders.

 
loading table of contents...