Hi out there!
I installed the ecommerce-module. Everything is working fine except one thing:
I have to calculate Shipping-Costs by Distance. I use the german PLZ for this calculation which is similar to an american ZIP-Code. Calculating the Distance and the Shipping-Costs is no problem, but i don't know how to add a new Field called 'PLZ' to the Orderform...
Of course there is the $shippingFields-Array, but this is only used if "use different shipping address" is activated...
I tried to solve this by extending member with the DataObjectDecorator. I see the new Field 'PLZ' in the database, but I just don't get it to show a new field in the Checkoutpage...
updateCMSFields didn't wok the way I wanted it to... I created a new Field in the CMS but not in the Checkoutpage.
Anyone out there who can help me?