Checking in commerce stuff
This commit is contained in:
parent
d0374dcca3
commit
6e4cefc7c0
14 changed files with 1006 additions and 44 deletions
|
|
@ -85,8 +85,7 @@ sub configurationForm {
|
|||
$f->yesNo(
|
||||
-name => $self->prepend('enabled'),
|
||||
-value => $self->enabled,
|
||||
#### intl ####
|
||||
-label => 'Enable',
|
||||
-label => WebGUI::International->get('enable', 'Commerce'),
|
||||
);
|
||||
$f->raw($form);
|
||||
|
||||
|
|
@ -436,6 +435,16 @@ sub recurringPeriodValues {
|
|||
return \%periods;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub shippingCost {
|
||||
return WebGUI::ErrorHandler::fatal("You must override the shippingCost method in the payment plugin.");
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub shippingDescription {
|
||||
return WebGUI::ErrorHandler::fatal("You must override the shippingDescription method in the payment plugin.");
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 supports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue