Name

UI_ITEM_TABLES —

SYNOPSIS

DESCRIPTION

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

UI_ITEM_TABLES is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Options/Simple.pm
Line 279 (context shows lines 269-283 in admin_page():255)

  or return;
my ($k,$v);
$db->clone_row($CGI->{ui_clone_id}, $CGI->{sku});
$db->clone_set('sku', $CGI->{ui_clone_id}, $CGI->{sku});
return;
[/perl]
[/if]

[if cgi sku]
  [tag flag write]options[/tag]
  [perl tables="options __UI_ITEM_TABLES__"]
      my $otab = 'options';
      my $odb = $Db{$otab};

      foreach(sort keys %{$CGI}) {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!