WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: topper on September 14, 2011, 08:14:14 PM

Title: Disable "For logged in customers prepopulat the address fields"
Post by: topper on September 14, 2011, 08:14:14 PM
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
Title: Re: Disable "For logged in customers prepopulat the address fields"
Post by: jacobi22 on September 14, 2011, 11:36:30 PM
File view_form.php

Set the code from line71 to line 91 as comment or delete it

As comment maybe with
Code: [Select]
/* behind this line 71
// For the first time try to get customer data of a previous order from the db...

and 
Code: [Select]
*/at the End before this Line
// If no country has been selected, preselect the shop country
Title: Re: Disable "For logged in customers prepopulat the address fields"
Post by: topper on September 15, 2011, 03:46:10 PM
Done, works, Thanks! to jacobi22

topper