It worked except when I was logged in, then I got this error:
1054 - Unknown column 'customers_default_shipping_address_id' in 'field list'
select customers_default_shipping_address_id from customers where customers_id = '2'
[TEP STOP]
I replaced customers_default_shipping_address_id with customers_default_address_id and now everything seems to work.
Thank you so much. Everything matches now.














