PricingRules extend to save coverage price for each view

Situation: Only some views needs to be counted by coverage, other views (with very small printbox, tshirt sleeve) has static or maxView price.


Solution: first view has some elements and coverage price counting, when updating prices split all views as array with their own price that comes from PricingRule

fancyProductDesigner.viewsPrices { 0:7, 1:0, 2:0, 3:0 }
 fpd-js code location

Result: more flexibility for pricing per View and for total product price.

Login or Signup to post a comment