Route
Set up order routes and payment module parameters.
Synopsis
|
Route route_name parameter value
|
You can set multiple values at once,
in the same route,
by using the Perl-style "here document" syntax,
as follows:
Route route_name <<EOR
parameter1 value1
parameter2 value2
EOR
|
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
Description
Interchange can send order emails and perform custom credit card charges
and/or logging for each item ordered.
The Route directive is used to control this behaviour, along with
the
mv_order_route
item attribute.
See the Order routing page for more information and some examples.
Routes are also used to set up payment module parameters.
See the Interchange payment modules category for documentation
on the various Interchange payment modules.
Each of the payment module documents describes the Route used to
set up its parameters.