Name

CustomShipping — specify SQL query to use in obtaining shipping costs data

SYNOPSIS

SQL_query

DESCRIPTION

The directive specifies the SQL query to use in obtaining data for shipping costs calculation.

The SQL query must start with select (case insensitive), or the directive is ignored. If no rows are returned from the query, an appropriate error message is issued.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Specifying CustomShipping

CustomShipping select * from shipping

NOTES

AVAILABILITY

CustomShipping is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 696

['CustomShipping',   undef,            ''],

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!