finished session changes to Commerce
This commit is contained in:
parent
991f4bea9f
commit
1f55efc92d
8 changed files with 46 additions and 27 deletions
|
|
@ -46,7 +46,8 @@ sub init {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub name {
|
||||
my $i18n = WebGUI::International->new($self->session, 'CommerceShippingByPrice');
|
||||
my ($session) = @_;
|
||||
my $i18n = WebGUI::International->new($session, 'CommerceShippingByPrice');
|
||||
return $i18n->get('title');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,8 @@ sub init {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub name {
|
||||
my $i18n = WebGUI::International->new($self->session, 'CommerceShippingByWeight');
|
||||
my ($session) = @_;
|
||||
my $i18n = WebGUI::International->new($session, 'CommerceShippingByWeight');
|
||||
return $i18n->get('title');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@ sub init {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub name {
|
||||
my $i18n = WebGUI::International->new($self->session, 'CommerceShippingPerTransaction');
|
||||
my ($session) = @_;
|
||||
my $i18n = WebGUI::International->new($session, 'CommerceShippingPerTransaction');
|
||||
return $i18n->get('title');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue