Page 1 of 1

[Error] Checkout Address Alignment

Posted: Wed Dec 08, 2010 1:18 am
by manson
I'm using 1.4.9.2 and just found this alignment thingy when I try to checkout at the checkout address page.
the whole page reappear below "New Address". Check out the screen shot to better explain it:
http://forum.opencart.com/download/file ... ew&id=3727

im not sure whether it is a bug or some error from any mods. as far as i know, i didn't touch checkout pages/script yet.
any1 can shed a light? thx~
error.JPG

error.JPG (170.53 KiB) Viewed 1197 times


Re: [Error] Checkout Address Alignment

Posted: Wed Dec 08, 2010 9:05 am
by manson
im using default template. anyone know how to solve this problem? please, would really appreciate some help. thx

Re: [Error] Checkout Address Alignment

Posted: Thu Dec 09, 2010 10:30 am
by manson
ok, maybe by telling me where is this checkout file located, i can try to figure out the problem by myself. im not sure which file to edit as there are so many tpl/php in different folders.

i'm looking for the one that holds the source for cart>>checkout address/shipping address, in between the <City> and <Country> fields.

Re: [Error] Checkout Address Alignment

Posted: Mon Dec 27, 2010 7:38 pm
by manson
Here's an update on this issue. I've manage to determine the root of the problem.
In /public_html/catalog/view/theme/default/template/checkout/address.tpl,
look for:

Code: Select all

<td id="postcode">
replace with:

Code: Select all

<td>
There is a problem with the ID of "postcode", maybe it is not defined or something, which causes the page to call my root homepage. Hope others with the same problem can solve it like this.

Cheers! O0