Thank, I've downgrade my PHP-Version to 5.4 - now the module ist running...
Now, I want to make an item: it will be a Book.
The customer should calculate it himself.
softcover (5 EUR) or hardcover (10 EUR)
+ pages (number of pages x 0,10 EUR)
+ price increase for glossy paper ( + 0.15 %, optional), default is offset paper
+ price reduction for format DIN A5 (- 40 %, optional), default is DIN A4
____________________
= price each
x copy
= amount (+ tax)
Can you help me?