Breaking: #242 - Use defaultCountry setting for shipping address
See Issue 242
Description
The defaultCountry TypoScript configuration will applied to the shipping address too.
The old logic uses an empty shipping country as an indicator that no shipping address should be used.
The new logic uses the new attribute shipping
within the cart model.
Some fluid templates and JavaScript functions have been changed.
Impact
Using the old templates causes the problem that the shipping address will not be hidden and has to be filled out by the customer.
Affected Installations
Instances which use custom partial templates for:
EXT:
EXT:
or own JavaScript instead of
EXT:
.
Migration
Replace all conditions on {cart.
in both templates.
Replace the attribute disable='true'
in all input fields of the shipping address template
with disabled="
.
Add "tx_
to
post parameters of the update
function.