broadway34th Posted June 5, 2011 Share Posted June 5, 2011 Hello,I'm experiencing some weird behavior after upgrading from 1.4.0.17 to 1.4.2.5.In "My Addresses" menu where it shows the multiple address aliases for a customer (driven by themes/prestashop/addresses.tpl), it fails to show the details of the addresses. It does recognize that the customer has multiple addresses, but it only shows the aliases, and the "update" and "delete" links right below the aliases.An interesting thing is that if I switch the db prefix to a brand new set of DB tables by changing the "_DB_PREFIX_" in settings.inc.php, everything works fine and the address details start showing up. I switched the DB prefix back to the old tables, and only copied the "ps_customer" and "ps_address" tables from the new set of tables to the old set of tables, the addresses details still don't show up.As another debug attempt, I inserted " {print_r($multipleAddresses)}" in themes/prestashop/addresses.tpl, and here's the output (Notice that "ordered" and "formated" are both empty..) : Array ( [0] => Array ( [ordered] => Array ( [0] => ) [formated] => Array ( [] => ) [object] => Array ( [id_address] => 3 [id_country] => 28 [id_state] => 0 [id_customer] => 2 [id_manufacturer] => 0 [id_supplier] => 0 [alias] => My address [company] => Gold [lastname] => Bond [firstname] => James [address1] => minato-ku [address2] => vabien [postcode] => 500-500 [city] => Tokyo [other] => [phone] => 12341234 [phone_mobile] => 12341234 [vat_number] => [dni] => [date_add] => 2011-05-05 12:55:59 [date_upd] => 2011-05-30 20:51:13 [active] => 1 [deleted] => 0 [country] => Japan [state] => [state_iso] => ) ) [1] => Array ( [ordered] => Array ( [0] => ) [formated] => Array ( [] => ) [object] => Array ( [id_address] => 7 [id_country] => 28 [id_state] => 0 [id_customer] => 2 [id_manufacturer] => 0 [id_supplier] => 0 [alias] => test addr [company] => test [lastname] => Bond [firstname] => James [address1] => test [address2] => test [postcode] => [city] => test [other] => test [phone] => 1111 [phone_mobile] => 1111 [vat_number] => [dni] => [date_add] => 2011-05-26 23:49:49 [date_upd] => 2011-05-26 23:49:49 [active] => 1 [deleted] => 0 [country] => Japan [state] => [state_iso] => ) ) [2] => Array ( [ordered] => Array ( [0] => ) [formated] => Array ( [] => ) [object] => Array ( [id_address] => 10 [id_country] => 28 [id_state] => 0 [id_customer] => 2 [id_manufacturer] => 0 [id_supplier] => 0 [alias] => Address test [company] => Prestatest [lastname] => Bond [firstname] => James [address1] => Presta ave [address2] => Tester [postcode] => [city] => Tokyo [other] => [phone] => 0701231234 [phone_mobile] => [vat_number] => [dni] => [date_add] => 2011-05-30 13:21:06 [date_upd] => 2011-05-30 13:21:06 [active] => 1 [deleted] => 0 [country] => Japan [state] => [state_iso] => ) ) ) One more thing worth mentioning is that I actually did a clean install of 1.4.2.5 and just updated the db prefix to the "old" db tables. So, I'm pretty sure there wasn't any mistake in the installation itself.Any help/advice would be really appreciated!!!Thanks so much-Soo Link to comment Share on other sites More sharing options...
Jovicyr Posted June 5, 2011 Share Posted June 5, 2011 Hi !Seems to be a bug. Better way is to put it in bug tracker in order the team to solve it : http://forge.prestashop.com Link to comment Share on other sites More sharing options...
broadway34th Posted June 5, 2011 Author Share Posted June 5, 2011 Thanks for the advice;Posted on the bug tracker as adviced - http://forge.prestashop.com/browse/PSCFI-2157Any idea how soon the Prestashop team might get to it?Thanks again,Soo Link to comment Share on other sites More sharing options...
SonnyBoyII Posted June 6, 2011 Share Posted June 6, 2011 I have got the same problem !! Link to comment Share on other sites More sharing options...
export_miami Posted June 9, 2011 Share Posted June 9, 2011 I had the same problem upgrading from 1.4.0.17 to 1.4.2.5 after update don't show me adresses. if yu have a test area. try to overwrite your theme with another original(fresh) . work for me Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now