Revision fd938095
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/PriceSource/PriceRules.pm | ||
---|---|---|
map { $self->make_price_from_rule($_) } @$rules;
|
||
}
|
||
|
||
sub available_discounts { }
|
||
|
||
sub price_from_source {
|
||
my ($self, $source, $spec) = @_;
|
||
|
||
... | ... | |
$self->make_price_from_rule($min_price);
|
||
}
|
||
|
||
sub best_discount { }
|
||
|
||
sub price_for_rule {
|
||
my ($self, $rule) = @_;
|
||
$rule->price_or_discount
|
Auch abrufbar als: Unified diff
PriceRule: Anpassung von Preisregeln auf Preisquellenrabatte