added shipping calculation for flat rate
This commit is contained in:
parent
819552ce06
commit
e6d42bd219
3 changed files with 30 additions and 2 deletions
|
|
@ -241,6 +241,19 @@ sub getTaxRate {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getWeight ( )
|
||||
|
||||
Returns 0. Needs to be overriden by subclasses.
|
||||
|
||||
=cut
|
||||
|
||||
sub getWeight {
|
||||
my $self = shift;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 indexContent ( )
|
||||
|
||||
Adding sku as a keyword. See WebGUI::Asset::indexContent() for additonal details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue