AJAX Store Locator ★★★★★

Just finished up a project using AJAX store locator from codecanyon. The client needed a lightweight solution to locate specialty stores all across the country. With some significant upgrades, we customized this script to suit their needs exactly. Customization took around six hours but was much more efficient and cost effective than building something with this much functionality from scratch. Why reinvent the wheel?

Overall this is a great product. Insall was a snap and it was intelligently put together. File structure was intuitive so it was easy to modify, which is the true sign of a quality script. We appreciate the CSV upload and the import/export feature but the CSV uploader does not automatically geolocate the given address and you have to go into edit mode for the geolocating to kick in. That is disappointing but not a huge deal and certainly fixable.

The only other issue we have with this script is the editing interface. The author relies on popups too often and they tend to get in the way, especially if you are a fast clicker and want to edit multiple entries in a short period of time.. the AJAX is actually a bit much in some areas.

But, past that, it serves our purpose and we give it 5 stars.
★ ★ ★ ★ ★

AJAX store locator

More Web Design Blog Content

5 Ways Small Businesses Can Use AI Like a Fortune 500 Company

Think AI is just for tech giants and massive corporations? Think again. The same artificial intelligence tools that power billion-dollar companies are now available—and affordable—for small businesses too. From automating customer service to generating marketing content, AI can help you work smarter, faster, and more efficiently. Here’s how

Website To Text

Introducing the Livewire Website to Text Application, a cutting-edge tool that transforms consumer engagement. Imagine having the ability to instantly connect with customers in a personalized way, bridging the gap between your website visitors and your company with ease. With this game-changing feature, you gain access to a plethora

SEO is No Big Secret

Really, SEO is not some big secret. Some companies try to pretend it is but you don’t have to be an expert to manage your own SEO. What do you think search engines like Google want? Well, they want what their users’ want. That’s how they get business,

Google Local

In today’s digital world, it is essential for businesses to have an online presence. Google Maps is one of the most significant tools for local companies, since it helps potential customers locate and learn about your business. Having a presence on Google Maps is not sufficient; you must

Adding a Fee in Woocommerce

This piggybacks off of a solution I found elsewhere. We modified it to add a single fee for products based on the taxonomy. It comes in handy to categories products and then apply this rule to that category. function action_woocommerce_checkout_calculate_fees( $cart ) { // Initialize $quantity = 0;