Thread: Store Locator?
View Single Post
  #13  
Old 06-13-2011, 09:16 AM
 
bionuts bionuts is offline
 

Senior Member
  
Join Date: Oct 2008
Posts: 109
 

Default Re: Store Locator?

I managed to answer my own question.

To stop the error coming up, I changed this line:

PHP Code:
foreach ($this->results AS $location

to this:

PHP Code:
foreach((array)$this->results AS $location

I don't know whether this is suppressing the error or solving the problem that was causing the error to come up but the end result is what I wanted, so I'm going to leave it at that.

You can see the Store Locator in action at www.healthplus.co.uk/locator.php.
__________________
Four sites using X-Cart 5.4.x.x. Oh the joy
Reply With Quote