Web App - looking suburban instead of zip code (remotely)

Hello

I hope someone can help me with this.

We have a web application to the list of the location of all their stores in New Zealand.

The client is the ability to customers seeking suburb instead of the postal code within a radius of 100 km. Their reasoning is because customers will remember suburb rather than a zip code.

I used the tags module BC, arrangements and forms of research, and this works perfectly for postal code. I just want to add another box of entry so that the customer can search by suburb within their RADIUS (maximum 100km).

How would I go to do this?

I thought it would be a simple case of copy the entry 'postal Code' and updated 'City' or 'Suburb' as in the example below, but I was wrong:

< div class = "item" >

Search for suburb: < br / >

< input type = "text" name = "City_16000" id = "City_16000" class = "cat_textbox" maxlength = "255" style = "" width: 180px; "/ >"

< / div >

< div class = "item" >

Search by postal code: < br / >

< input type = "text" maxlength = "255" name = "Postcode_16000" id = "Postcode_16000" class = "cat_textbox" style = "" width: 150px; "/ >"

< input type = "hidden" id = "Country_16000" name = "Country_16000" value = "NZ" / >

< / div >

The use of the proxmity search feature case is that the customer enters their own postcode, and local results are returned.  I don't see why a customer would have hurt to remember their own postal code.

However, I can see the case where a customer wants to search for a store in a particular area, but not necessarily in their own field and may not know the zip code for this.

You can search by town/suburb exact match simply by creating fields to contain this information for each item.  Or just use the builtin address fields.  However, this will not allow proximity search, just an exact match.

To make any kind of proximity matching, you must present the zip code value, it's the only way that British Colombia has to do this.  You create the user interface for the summary of this property.  It would be to use a technique to map names of postal codes.

A simple implementation could be made with a water drop down like

In this example the user would see the name of the suburb, but value was submitted to the form would be the zip code.  There are obvious drawbacks to this approach.

More complicated, but perhaps more useful way to do it would be or to subscribe to a sort of service that can translate the names of city or suburb of postcodes and request installation than the postal code and then submit the return value.  This would entail important JavaScript, however, and a service designed specifically for this.   Or you can create your own and host yourself externally in British Colombia. I wouldn't consider not this a futile effort, but it is certainly possible.

Tags: Business Catalyst

Similar Questions

  • How to pass a product code using liquid/Web App

    I want to do is have a user to enter a code - say "12345" in a text box and click a "submit" button.  It then takes them to another page showing results or error message.

    I have created a web application with the following fields:

    ProductCode

    Name

    Details1

    Detials2

    When the user sends a code ("12345"), the next page displays the data for the product matches "12345" - If no product not match code, then a message saying ' data cannot be found.

    Can someone give me guidance as the best way to do it with the liquid, how I pass / send the code of the search page to the results page?  So is this a case of web filtering app 'collection' by the product code?

    Thank you very much.

    You use cash to do so. You just need to use a web app search. Get the form code, remove the other fields so just have the input of this custom code field field and have the module of search results web app on another page etc.

  • Web App search results to display the TASK parallel library instead of the list view

    Is it possible to get the search results Web App to view a presentation BPD instead of the standard list view?

    If it is possible the call would go on the form or on the page of results? (currently, use the same results page for several web applications.

    Thank you!

    Not quite sure what your after.

    You can send the results of research to a custom page, I think you did that? This page can have its own model.

    The module itself for the search results:

    {module_webappsresults, bkp, resultsPerPage, hideEmptyMessage, rowLength, sort}

    They are key elements where bkp being true means that search results will use the backup of the web application on the main list.

    If you apply the rule of custom template by adding a space and a model = "PATHTOFILE", you can specify the search results to use a custom template.

    http://helpx.Adobe.com/business-catalyst/partner/using-custom-templates-modules.html

    None of this is what your after?

  • Syntax error in AppleScript, written at Automotive Search + 4 zip code

    I am very interested to find and install a script or a 'code' any that would allow me to enter an address and when I go to insert the zip code, it was automatically filled in with + 4 part of the postcode.  It's a generally available information to this web page: https://tools.usps.com/go/ZipLookupAction! input.action

    The problem is looking for every contact I have add and there are several, is just a tedious task of many steps which should be a pretty easy solution for the 'writing' "applescript" to understand.  I'm not a programmer and basically just need someone to take a look at this code and see where I might have a problem.  This code is provided by a person for me and unfortunately, they assured me that it worked with previous versions of the application contact for the previous operating system - it seems not however, with the new application 'Contacts' work.

    After talking with a few different apple consultants who are not able to help or simply not have the time, I thought that I could join the community and see if I could win any help or support.

    Please see the code below-

    I have it saved as a script from apple and am aware that this belongs to be saved in one of these two files, once it works correctly:

    / Library/Application Scripts/com.apple.AddressBook

    or

    / Library/Application Support/AddressBook /.

    Here's the Script:

    -code postal locator

    using terms from application "Contacts".

    on action property

    return "address"

    end action property

    on the action title of p with e

    If the zip of e contains "-" then

    return "This ZIP Code.

    on the other

    return 'ZIP + 4 Lookup'

    end if

    end action title

    We should allow action for p with e

    If e zip does not contain "-" then

    Returns true

    on the other

    return false

    end if

    end should allow an action

    perform in action for p with e

    the value LookupURL ¬

    "https://tools.usps.com/go/ZipLookupAction!" input.action"& Street e &"& address2 = & city ="& ¬"

    City of e & "& status =" & State e & "& & urbanCode = & postalCode = & zip = '

    Tell application "Safari" to open location LookupURL

    Returns true

    end to perform action

    Two things:

    (1) you have Contacts in 'Smart' quotes Remove them and replace them with normal double quotes.

    (2) you need, end up using phrases of the declaration at the end of the script.

    ---- zip code locator
    using terms from application "Contacts"
      on action property
      return "address"
      end action property
    
      on action title for p with e
      if zip of e contains "-" then
      return "Zip Code Present"
      else
      return "ZIP + 4 Lookup "
      end if
      end action title
    
      on should enable action for p with e
      if zip of e does not contain "-" then
      return true
      else
      return false
      end if
      end should enable action
    
      on perform action for p with e
      set LookupURL to ¬
      "https://tools.usps.com/go/ZipLookupAction!input.action" & street of e & "&address2=&city=" & ¬
      city of e & "&state=" & state of e & "&&urbanCode=&postalCode=&zip="
      tell application "Safari" to open location LookupURL
      return true
      end perform action
    end using terms from
    
  • link web app

    Hi guys and girls

    I need assistance with link web apps

    Ive created a web app store webapp finder to locate the various stores that works very well for a map view and display the list of all the stores.

    In my view list to the store finder webapp , I want to pull information from another web app store hours of negotiation , and view a list of who.

    I added my data source field in my store finder webapp and when I add my {{item.datasource}} to my liquid configuration store finder webapp it gives me just a link to an element of normal working time name.

    I want all the commercial hours info to this STANDARD HOURS displayed on list of STORE 1 not only a link titled HOURS STANDARDScreen Shot 2016-01-17 at 2.10.10 AM.pngScreen Shot 2016-01-17 at 2.10.47 AM.png

    I'm not sure if im understanding the way webapps working properly or if you understand my explanation, but would be nice to get help on this!

    Hey there,

    You don't need a separate web application. You can just put all this information in the original web application, you have nothing here by the looks of it that requires that.

    BUT

    Regarding your question - data source also generates the ID of the web application element. So if you call just a module web app that generates output a specific element, when you arrive you will see the itemid parameter - just put the liquid data source id tag in there, instead of the real id.

  • Customers Web App does not not inside another Web application?

    I have a web application, in this web app detail page, I have a form. I want to take the URL of another article of web app (completely different web application), we introduced the user connected, and insert it into the form.

    I tried to use the following code:

    {module_webappscustomer id = "34977" filter = 'all' resultsPerPage = "1" hideEmptyMessage = "true" sortType = "date" collection = "Summary" template =""}

    {% for r % resume.items}

    View my RESUME online at: example.com {{r.url}}

    {% endfor}

    When the page loads, it inserts the URL of the current detail page, I'm.

    For example:

    It must be returned: example.com/job-seeker/my-resume

    but he makes: example.com/job-posting/job-post-title

    Is this a bug or is at - there a way around this problem?

    I found a work around taking my code {module_webappscustomer... and put it inside an inclusion.} Insert the include instead of the code and it works fine.

  • Web app href image broken link

    I have a web application that creates a link to a document to download. In the web app is a series of links that I works very well. Here is a bug while lifting upward regarding what makes an image as a link.

    On the same web application, this link of the code works fine. Obviously occurs when a predefined image is surrounded by a href and the link is generated:

    "< a href ="{file_value tag_link}"> < img src="/images/arrow-read-more.png "alt ="Read more"/ > < / a >

    The href preceding when live will generate a working link: http://sitename.businesscatalyst.com/Documents/test-document.pdf

    In the same web application, I also have another image of the thumbnail of the document which generates the web application and then I surrounded who a href link also generated by tags web app effectively 2 web app. In this case, although the image looks good but fails the surrounding href.

    < a href = "{file_value tag_link}" > {tag_image} < /a >

    The above code that uses the same href tag in the item even web application generates a link: http://sitename.businesscatalyst.com/current-investment-opportunity/item-2

    This bug is all relative to the fact that I have 2 tags next to each other. It is interesting to note that the href tag is a link to a pdf file so I used the technique of creating an image field label in order to make a link to a pdf file.

    Yes I could just create a url link and paste that in place that may end up being the final solution, but I want to keep this whole process as simple as possible for the customer updates so if they can just use internal link then the better.

    Has anyone come across this and or have a fix for this.

    Hi Matthew,

    No what I'm saying is still correct.

    You have two types of fields in the custom image, one for the image, a file and then your only using a _value while the default tag will anchor point to the web app view wrapped around him, so why the thing works detailed.

    So what I'm saying is 100%. _Value on both would have solved it with the correct image html tag or _nolink.

  • Page after filling in a web form and Css on Web apps

    Hi all.

    I have two questions.

    1. how to customize the page that appears after you complete a web form. Filled sumarises the details page and thank the user fill in the form?

    2. we have created a web application to display information on a page, it does, but it is not pulling the CSS of the main model style. To make it work we been put inline CSS in the web application code, but is not ideal. Is there a way to make it look for the main CSS?

    Thank you

    Ken

    Hi Ken,

    1. you can find it in the Site Manager > System Pages > Web Forms Page of Confirmation

    2. the item detail page/web app uses a model? "You did it ensure the referencing looks like this: /css/styles.css ' / >?

    Nicole - BCGurus.com

  • Pulling in Flickr in Web App with Fancybox

    Hey there,

    Could you help me with a quick thing. I like to shoot in a group of flickr images in a fancybox window using business catalyst web apps so that the customer can add new galleries.

    This page shows you an example of what I'm looking for: http://www.jayaspin.ca/?page_id=7 but I like to shoot in flickr images instead.

    I thought you can use the web application, I used for my video here: http://www.corneliuchisu.ca/video-gallery.html but simply replace the vimeo and youtube with flickr as it already uses fancybox for the pop-up.

    I want to display sets of images from flickr in the pop up fancybox

    How could I get this? Or is there a simpler solution?

    If you could help me I would really appreciate it.

    Thank you everyone! A quick response would be much appreciated!

    Hello

    Have a look at the PDF of the paper here http://forums.adobe.com/docs/DOC-2213

    See you soon,.

    Mario

  • Hide the paging of the web app

    How to hide the paging in web apps... Look at a source I can see the code, but can't find where I can disable it in British Colombia (or Dreamweaver)?

    Hello

    I suggest looking in your module style sheet file and update the reference swap to ' display: none '.

    Before:

    After:

    I hope this helps!

    -Sidney

  • I spent hours on web sites looking for advice clean my iMac - they were all dead ends.  I send a question to this 'Community' first, but must have done it badly because there was no trace of it.  I have the effect on this model beach ball

    I spent hours on web sites looking for advice clean my iMac - they were all dead ends.  I send a question to this 'Community' first, but must have done it badly because there was no trace of it.  I now have the beach on this computer ball effect.  Are there places I can delete cookies etc to help out?  Thank you for your help.

    horse8905

    Don't know what's happening, you do not give a lot of information, but if you have the constant beachballing (spinning wait cursor), which could mean that the hard drive is dying.

    Open Console.app in Applications > utilities. Filter, called "String Matching," right, high enter "I/o" without the quotes. What happens when you do this?

  • HTML5 custom homescreen icon + Mobile Web App

    I've been HTML5 game development learning and have a question about Firefox for Android: how to get a custom icon for a bookmark added to the home screen? It seems that Firefox uses either a favicon, or a default star.

    On iOS Safari, I was able to achieve using < link rel = "apple-touch-icon" href = "image.png" / >, and the feature seems to be reported on Google Chrome. "

    I tried to use this code for a favicon customized to a specific page: < link rel = "shortcut icon" type = "image/x-icon" href = "favicon.ico" / >, but it works only when I view the file directly on the computer. " When you access the page through Apache, there is no favicon.

    My other question is about the functionality of the Mobile Web application. In Safari and Google Chrome for Android, iOS, adding "apple-mobile-web-app-compatible" or "mobile-web-app-compatible" allows executed as a web application Web page full screen when recording to the home screen. Firefox opens just like a normal bookmark.

    Any help is appreciated. I'm learning from the "Development of HTML5 game for Dummies" book

    Since no one has answered my question, I did some more research. If I insert this code:

    "< link rel ="icon"href="/path/to/some.png "/ >

    The bookmark has the specified icon. However, the result is disappointing, because the Firefox bookmark icon appears very low quality and blurry next to the Chrome bookmark icon.

  • My web app does not work with the new version of firefox 31. It uses the heatmap.js for leaflet.js plugin to generate the plan of the temperature.

    There is heatmap.js site: http://www.patrick-wied.at/static/heatmapjs/example-heatmap-leaflet.html
    There example of layer of flyer.
    I could see after upgrading firefox to version 31 temperature map in the browser for this example. But with a previous version of firefox I could see it.

    My web app users leaflet.js and heatmap.js plugin. It users the same code as on the example page.
    After update firefox version saying "your script take too long to run. Continue? "again and again and not contains a temperature card.

    I use the folder plugin - 0.7.2.js and heatmap - 1.0.js for brochure.

    Seems to work here.

    You can try the following steps in case of problems with web pages:

    You can reload webpages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and cookies only from Web sites that are causing problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • Build an html5 app, I only .html, .js, images, css file folder files / files. How to build a web app/html5 app in that if I did not file config.xml?

    Build an html5 app, I only .html, .js, images, css file folder files / files. How to build a web app/html5 app in that if I did not file config.xml?

    I downloaded the game codes and try to build games using these codes, but I had only

    data folder

    image folder

    js file with .js files

    file .html

    main.js file

    In this case, how build/package web app /html5 app if no config .xml given?

    You will need create your own file config.xml. There are samples and documentation on each of the items on our microsite here:
    https://developer.BlackBerry.com/HTML5/documentation/gold/working_with_config_xml_file_1866970_11.ht...

    Note that all the elements in the samples are not necessary. For each piece, make sure that you actually need in the config.xml file. For example, most web game conversions will not need elements (using the old SDK) since they make use of BlackBerry-specific APIs.

  • Check out native BB Web App and Javascript

    Hey everybody,

    I'm working on Blackberry to develop a web application and I had to transfer some of the tasks to a native hook.

    Now expand the native javascript hook to use seems fine, the biggest problem Im having is that I can't connect to a some paper (i.e. within the web application can I print to a kind of diary? From my native code I cant seem to System.out.print to the console as Eclipse sees the project as a web app and seems just to set the console to another point of view.

    Can anyone give me any suggestions or correct me on how to get some kind of output?

    See you soon,.

    Matt

    I created a JavaScript Extension (native code) that writes to the BlackBerry event log.  I also use it as a feature in my Widget application and override console.log (and do invoke the native Logger).

    The good thing about the event log, is that it is too on the device.  In the current state of debugging by using the available tools, this feature helped me tremendously.

    Use the Source.  Or better, use phonegap and get you it for free.

    The showeventlog application is the best way to view the log of events on the device/Simulator.

Maybe you are looking for