Name

MV_SHIP_ADDRESS_TEMPLATE — (partly documented)

SYNOPSIS

{ }

DESCRIPTION

Overrides the default template.

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

MV_SHIP_ADDRESS_TEMPLATE is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Interpolate.pm
Line 3878 (context shows lines 3868-3882 in tag_address():3794)

                  type => $opt->{widget},
                  passed => $opt->{address_book},
                  form => $opt->{form},
                },
                $item
                );
}

if($opt->{set} || ! $item->{$attr}) {
  my $template = '';
  if($::Variable->{MV_SHIP_ADDRESS_TEMPLATE}) {
    $template .= $::Variable->{MV_SHIP_ADDRESS_TEMPLATE};
  }
  else {
    $template .= "{company}\n" if $addr->{"${pre}company"};

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!