PriceRule: Anpassung von Preisregeln auf Preisquellenrabatte
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 14 Oct 2014 15:55:25 +0000 (17:55 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 18 Dec 2014 15:18:51 +0000 (16:18 +0100)
SL/PriceSource/PriceRules.pm

index 15be4d4..697369d 100644 (file)
@@ -26,6 +26,8 @@ sub available_prices {
   map { $self->make_price_from_rule($_) } @$rules;
 }
 
+sub available_discounts { }
+
 sub price_from_source {
   my ($self, $source, $spec) = @_;
 
@@ -46,6 +48,8 @@ sub best_price {
   $self->make_price_from_rule($min_price);
 }
 
+sub best_discount { }
+
 sub price_for_rule {
   my ($self, $rule) = @_;
   $rule->price_or_discount