OnFly
Enable on-the-fly items to be added to the shopping cart.
Synopsis
This can be either Yes or No,
or can be the name of an Interchange Sub or
UserTag.
The default is No.
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
This directive allows on-the-fly items to be added to the shopping cart.
If set to the name of a valid Sub or UserTag
the named tag will be used to parse and format the item.
The named routine will be called with the following parameters:
- The product code.
- The quantity to add to the cart.
- The value of mv_order_fly for that item.
Instead of the name of a UserTag name, you may
specify Yes or No.
No will disable this feature, and is the default.
Yes will enable this feature, and use the built-in
[onfly] tag to handle the item's insertion into the cart.
|
Note
This directive has nothing at all to do with the PageSelectField
facility.
|
See also