Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Dec 2008
    Posts
    180
    Plugin Contributions
    0

    Default Hide Empty Address Lines

    Hi,

    When someone adds an address all the empty lines are removed. Except one line automatically gets a comma put in. How do I remove that?
    Attached Images Attached Images  

  2. #2
    Join Date
    Oct 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Hide Empty Address Lines

    That is not out of the box from Zencart. You probably did something to it for that to happen.

    I would look at the DB for addresses. Is the comma in there? If so, look at the files that processed the address input. If not, the comma might just be in the HTML of the template files, by mistake.

  3. #3
    Join Date
    Dec 2008
    Posts
    180
    Plugin Contributions
    0

    Default Re: Hide Empty Address Lines

    thanks for that.

    The comma is not in the database. But it happens no matter what template I use.

    What files should I be looking at?

  4. #4
    Join Date
    Dec 2008
    Posts
    180
    Plugin Contributions
    0

    Default Re: Hide Empty Address Lines

    Hey. Got it sorted. For anyone who is interested:

    Open you database, then open address_format and edit the address format to remove the comma after city. Still leaves the blank line appearing. So if anyone has ideas?

  5. #5
    Join Date
    Dec 2008
    Posts
    180
    Plugin Contributions
    0

    Default Re: Hide Empty Address Lines

    Ok,

    Been working on this for the last 5 hours and to be honest getting a bit fed up :)

    I'm 99% sure the edit needs to be done in functions_customers.

    and it needs to be something like if city = '' ignore or else display.

    I am unsure how to do this and would appreciate any advice or help!

    Thanks

  6. #6
    Join Date
    Oct 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Hide Empty Address Lines

    City should be required, an address without a city does not make sense at all.

  7. #7
    Join Date
    Dec 2008
    Posts
    180
    Plugin Contributions
    0

    Default Re: Hide Empty Address Lines

    well in ireland address are very short. two lines can be enough.

    One thing that drives me bananas is signing up to a website when I need to add fake lines to my address.

    For example my address is XX Lower Dorset St, Dublin 1. I once had to do: XX Lower Dorset St, Dublin 1, Dublin, DUB, CO Dublin!!!!!!!!!!

  8. #8
    Join Date
    Jan 2008
    Posts
    1,711
    Plugin Contributions
    7

    Default Re: Hide Empty Address Lines

    Quote Originally Posted by Best Price Accessori View Post
    For example my address is XX Lower Dorset St, Dublin 1. I once had to do: XX Lower Dorset St, Dublin 1, Dublin, DUB, CO Dublin!!!!!!!!!!
    ha, I bet the postman had a good laugh

  9. #9
    Join Date
    Dec 2008
    Posts
    180
    Plugin Contributions
    0

    Default Re: Hide Empty Address Lines

    Hi,

    Can anyone help me? Its one of the last things wrong with my cart before I can go live.

    Daniel

  10. #10
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Hide Empty Address Lines

    Just had a look to see how the address format is created in functions_customers.php...

    what about creating a new address format just for Ireland?

    other than that, like you said, the function will have to be rewritten...
    ~Steve~

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. hide cart info when empty
    By unhappyDAVE in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Aug 2008, 11:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •