Revision fd938095
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/PriceSource/PriceRules.pm | ||
---|---|---|
26 | 26 |
map { $self->make_price_from_rule($_) } @$rules; |
27 | 27 |
} |
28 | 28 |
|
29 |
sub available_discounts { } |
|
30 |
|
|
29 | 31 |
sub price_from_source { |
30 | 32 |
my ($self, $source, $spec) = @_; |
31 | 33 |
|
... | ... | |
46 | 48 |
$self->make_price_from_rule($min_price); |
47 | 49 |
} |
48 | 50 |
|
51 |
sub best_discount { } |
|
52 |
|
|
49 | 53 |
sub price_for_rule { |
50 | 54 |
my ($self, $rule) = @_; |
51 | 55 |
$rule->price_or_discount |
Auch abrufbar als: Unified diff
PriceRule: Anpassung von Preisregeln auf Preisquellenrabatte