Hi there,
"For logged in customers Bakery tries to retrieve their address data of a previous order to prepopulat the address fields"
Is that possible to disable this property?
Rgds Topper
File view_form.php
Set the code from line71 to line 91 as comment or delete it
As comment maybe with
/*
behind this line 71
// For the first time try to get customer data of a previous order from the db...
and
*/
at the End before this Line
// If no country has been selected, preselect the shop country
Done, works, Thanks! to jacobi22
topper